commit 7fa7a7d0fa5923ca93b7b22640228febf4faa6cf
parent 0f03e4fb66a152294bc9bb6894d4abedbfbf9b93
Author: René Wagner <rwa@clttr.info>
Date: Wed, 18 Aug 2021 17:23:23 +0200
news 2021-08-18
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/gus/crawl.py b/gus/crawl.py
@@ -369,7 +369,7 @@ def crawl_page(
can_fetch = robots_file.can_fetch_prioritized(["gus", "indexer", "*"], gr.normalized_url)
# same approach as above - last value wins
-# crawl_delay = robots_file.crawl_delay("indexer")
+ crawl_delay = robots_file.crawl_delay("indexer")
if not can_fetch:
logging.debug(
diff --git a/serve/templates/news.gmi b/serve/templates/news.gmi
@@ -2,6 +2,9 @@
## News
+### 2021-08-18
+geminispace.info is now powered by Debian 11 Bullseye :)
+
### 2021-08-10
I just pushed a small fix that allows to search for backlinks without giving the mandatory scheme. The scheme is now automatically added.