commit e0fae1c4d66a301181bd9676d3d48c4374f7b4dc
parent 518e95dc99b4db03673a451d866c9f338ea7ef03
Author: René Wagner <rwa@clttr.info>
Date: Tue, 10 Aug 2021 18:37:46 +0200
update 2021-08-07
Diffstat:
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/infra/filter_seed_request.sh b/infra/filter_seed_request.sh
@@ -0,0 +1,3 @@
+cd /home/gus/
+cat seed-requests.txt | sort | uniq > seed-requests.txt2
+mv seed-requests.txt2 seed-requests.txt
diff --git a/serve/templates/news.gmi b/serve/templates/news.gmi
@@ -2,6 +2,10 @@
## News
+### 2021-08-07
+I pushed a small change to production to ensure that URIs added to the seed requests include the scheme. This was mandatory before, but due to a recent change we no longer crawl schemeless URIs as per spec.
+If you added your capsule in the last days without a scheme, this is now fixed and the capsule should be included in the index now.
+
### 2021-07-20
Thanks to the contribution of Hannu Hartikainen geminispace.info now is again able to honor the user-agents "gus", "indexer" and "*" in robots.txt.