Date: Tue, 21 Nov 2023 02:00:43 +0000
Subject: [PATCH] Added sitemap for wget -r and other downloaders. Allows
getting a bit-identical copy of the site via HTTPs.
---
.nojekyll | 0
deploy.sh | 6 +
directory_hashes.js | 2 +-
flake.nix | 8 +
index.html | 19 +-
sitemap.html | 784 ++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 814 insertions(+), 5 deletions(-)
create mode 100644 .nojekyll
create mode 100644 sitemap.html
diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 0000000..e69de29
diff --git a/deploy.sh b/deploy.sh
index 6543b4d..666ccea 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -17,9 +17,15 @@ if ! grep 'Sitemap'
+ # TODO: honor .ipfsignore
+ find | sed -e 's~.*~\0~'
+ echo ''
+ ) > "$out/www/sitemap.html"
export HOME=.
ipfs init
diff --git a/index.html b/index.html
index 0ca12b6..fdc80fc 100644
--- a/index.html
+++ b/index.html
@@ -52,14 +52,16 @@ function ___example(id, f) {
Git tutorial: reimplementing part of GIT in JavaScript
By Suzanne Soy for LIGO. .
Please send remarks and suggestions to git-tutorial@suzanne.soy or simply fork this repository on GitHub.
-This version of the site matches the tag v1.0.1 on GitHub.
+
This version of the site matches the tag v1.0.2 on GitHub.
Permalinks to snapshots of this site are available via IPFS:
- v1.0.1 (current version) [computing URL…],
- v1 (02021-06-29),
+ v1.0.2 (this version) [computing URL…],
+ v1.0.1 (02023-11-21),
+ v1 (02021-06-29),
Alternatively check the
latest version via IPNS/IPFS
or
- latest via HTTPS.
+ latest via HTTPS.
+ See the Changelog section for errata, and the sitemap for a list of contents.