commit 6a18d99fc17f0540dc79ab8cb99f45cb8251eb4a
parent c5bfdafcf56a0ae2ff88208e2aa9c4b4a62ff8f2
Author: René Wagner <rwa@clttr.info>
Date: Sat, 26 Jun 2021 13:16:35 +0200
update 2021-06-26
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/gus/excludes.py b/gus/excludes.py
@@ -187,7 +187,8 @@ EXCLUDED_URL_PREFIXES = [
# french news mirrors, there's just too much
"gemini://jpfox.fr/rss/",
- # godocs - not our business
+ # docs - not our business
+ "gemini://cfdocs.wetterberg.nu/",
"gemini://godocs.io",
]
diff --git a/serve/templates/news.gmi b/serve/templates/news.gmi
@@ -1,6 +1,12 @@
{% include 'fragments/header.gmi' %}
## News
+### 2021-06-26
+It took almost ten days the last reindex to complete as i triggered a complete index. This was necessary after the cleanup as there is currently no incremental cleanup of the search index implemented.
+The design of GUS - which clearly has never been meant to index such a huge number of capsules - and the slow VPS are doing no good currently to keep the index up to date. Unfortunately we are currently stuck with the VPS.
+Currently there is no progress to be reported on the coding site. I'm busy with various other things and late in the evening i can't bother to tackle some of the obvious tasks to improve GUS. If you are interesting in helping out improving GUS/geminispace.info feel free to comment on one of the issue or drop me a mail.
+=> https://src.clttr.info/rwa/geminispace.info/issues/ issues and todos of geminispace.org
+
### 2021-06-16
I've made some manual cleanup of the base data the last days. This decreased the raw data size from over 3 GB to roughly 2 GB. Unfortunately a new mirror of godocs came online...another thing we need to exclude for the moment.