commit 48af98a6356382e5c6db8ed8ecfdab4101058284
parent ca8bc01a75a08f6b5bff84b13c96280febf67ec8
Author: René Wagner <rwa@clttr.info>
Date: Thu, 11 Nov 2021 18:28:13 +0100
update contact
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gus/lib/gemini.py b/gus/lib/gemini.py
@@ -391,7 +391,7 @@ class GeminiResource:
return gusmobile.fetch(self.fetchable_url)
def _get_normalized_url_and_host(self):
- url_normalized = unquote(self.fetchable_url.lower().rstrip("/"))
+ url_normalized = unquote(self.fetchable_url.rstrip("/"))
if self.urlsplit.port == 1965:
url_normalized = url_normalized.replace(
self.urlsplit.hostname.lower() + ":1965",
diff --git a/serve/models.py b/serve/models.py
@@ -79,7 +79,7 @@ ORDER BY l.is_cross_host_like, p_from.url ASC""",
)
else:
link_text = "{} ({}, {})".format(
- result["url"][9:],
+ result["fetchable_url"][9:],
result["content_type"],
bytes2human(result["size"], format="%(value).0f%(symbol)s"),
)
diff --git a/serve/templates/about.gmi b/serve/templates/about.gmi
@@ -16,7 +16,7 @@ Index updates run currently every three day and happen mostly unattended.
### contact the admin(s)
-You may reach out to the admin(s) of geminispace.info via eMail: spacecaptain[at]geminispace.info
+You may reach out to the admin(s) of geminispace.info via eMail or DeltaChat: rwa@clttr.info
At the moment the bus factor is 1.
If geminispace.info becomes important for the geminispace i'll plan to give access to other persons of trust. This should help ensure that geminispace.info stays up-to-date when i'm on holiday or short of time.