mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
Add old www redirects and fix impressum hosting sections
- Create redirect HTML files for all old www.moonweb.org URLs - Root shortcuts (/start.html, /index2.html, etc.) redirect to /timecapsule/ - Content subdirectories (/partners/, /projects/, etc.) redirect to /timecapsule/ - Use .htm extension to prevent Eleventy template processing - Fix impressum: buildbroken + 28k8 are on Cloudflare Pages, not IONOS
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/acoustics/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/acoustics/">/timecapsule/acoustics/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/background/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/background/">/timecapsule/background/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/beginning/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/beginning/">/timecapsule/beginning/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/contact/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/contact/">/timecapsule/contact/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -7,6 +7,31 @@ module.exports = function (eleventyConfig) {
|
||||
eleventyConfig.addPassthroughCopy({ "hub/robots.txt": "robots.txt" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/stefan-koelle-foto.jpg": "stefan-koelle-foto.jpg" });
|
||||
|
||||
// Old www.moonweb.org redirects (root-level HTML shortcuts)
|
||||
// .htm files are excluded from Eleventy processing, renamed to .html on output
|
||||
eleventyConfig.addPassthroughCopy({ "hub/start.htm": "start.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/index2.htm": "index2.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/index3.htm": "index3.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/new.htm": "new.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/links.htm": "links.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/infos.htm": "infos.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/hardware.htm": "hardware.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/users.htm": "users.html" });
|
||||
|
||||
// Old www.moonweb.org redirects (content subdirectories)
|
||||
// .htm files are excluded from Eleventy processing, renamed to .html on output
|
||||
eleventyConfig.addPassthroughCopy({ "hub/beginning/index.htm": "beginning/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/projects/index.htm": "projects/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/products/index.htm": "products/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/acoustics/index.htm": "acoustics/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/location/index.htm": "location/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/background/index.htm": "background/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/partners/index.htm": "partners/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/contact/index.htm": "contact/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/network/index.htm": "network/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/stefan/index.htm": "stefan/index.html" });
|
||||
eleventyConfig.addPassthroughCopy({ "hub/legal-notice/index.htm": "legal-notice/index.html" });
|
||||
|
||||
return {
|
||||
dir: {
|
||||
input: "hub",
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/">/timecapsule/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
+11
-4
@@ -49,17 +49,24 @@ layout: base.njk
|
||||
Two different hosting providers are used within this network:
|
||||
</p>
|
||||
|
||||
<h4>a) www.moonweb.org (hub, smarthome, infra, code, retro, timecapsule) — IONOS SE</h4>
|
||||
<h4>a) www.moonweb.org (hub, infra, smarthome, code, retro, timecapsule) — IONOS SE</h4>
|
||||
<p>
|
||||
Hosted on web space provided by IONOS SE, Elgendorfer Str. 57, 56410 Montabaur, Germany, acting as a processor under Art. 28 GDPR (Data Processing Agreement in place).
|
||||
</p>
|
||||
|
||||
<h4>b) stefankoelle.de, buildbroken.moonweb.org, 28k8.moonweb.org — IONOS SE</h4>
|
||||
<h4>b) stefankoelle.de — IONOS SE</h4>
|
||||
<p>
|
||||
Hosted on web space provided by IONOS SE, Elgendorfer Str. 57, 56410 Montabaur, Germany, acting as a processor under Art. 28 GDPR (Data Processing Agreement in place).
|
||||
</h4>
|
||||
</p>
|
||||
|
||||
<h4>Legal basis for both: Art. 6(1)(f) GDPR (legitimate interest in reliable, secure delivery of the websites).</h4>
|
||||
<h4>c) buildbroken.moonweb.org, 28k8.moonweb.org — Cloudflare Pages</h4>
|
||||
<p>
|
||||
Hosted via Cloudflare Pages, operated by Cloudflare, Inc., 101 Townsend St, San Francisco, CA 94107, USA. Cloudflare processes connection-level data (e.g. your IP address, request headers) as part of its content delivery and DDoS/security systems. This is governed by Cloudflare’s Data Processing Addendum, which incorporates the EU Standard Contractual Clauses (2021) as a safeguard for the transfer of data to the USA. See <a href="https://www.cloudflare.com/privacypolicy/">cloudflare.com/privacypolicy</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Legal basis: Art. 6(1)(f) GDPR (legitimate interest in reliable, secure delivery of the websites).
|
||||
</p>
|
||||
|
||||
<h3>4. No Tracking, No Cookies, No Analytics (current state)</h3>
|
||||
<p>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/">/timecapsule/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/">/timecapsule/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/">/timecapsule/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/legal-notice/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/legal-notice/">/timecapsule/legal-notice/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/">/timecapsule/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/location/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/location/">/timecapsule/location/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/network/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/network/">/timecapsule/network/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/">/timecapsule/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/partners/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/partners/">/timecapsule/partners/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/products/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/products/">/timecapsule/products/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/projects/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/projects/">/timecapsule/projects/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/">/timecapsule/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/stefan/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/stefan/">/timecapsule/stefan/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0;url=/timecapsule/">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/timecapsule/">/timecapsule/</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user