geminispace.info

gemini search engine
git clone https://git.clttr.info/geminispace.info.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 80db86f5c9626a6e21fe25c2739886fa45f36ebc
parent 752b704599366b052bda583a9c163d935a7e3b11
Author: Natalie Pendragon <natpen@natpen.net>
Date:   Tue, 26 May 2020 09:48:26 -0400

[serve] Update copy on known hosts page

Diffstat:
Mgus/serve.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gus/serve.py b/gus/serve.py @@ -91,7 +91,7 @@ def _render_known_hosts(): "", "# Known Gemini Hosts", "", - "These are the hosts in Geminispace that GUS is aware of. Note that this list is auto-generated from the index, so if your host is not showing up here, it also won't have its content represented in GUS search results! There is a link at the bottom to add your host to the list of seeds for the next crawl of Geminispace though, after which your host should start showing up.", + "Below are the hosts, or servers, in Geminispace, of which GUS is aware. Note that this list is auto-generated from the index, so if your host is not showing up here, it also won't have its content represented in GUS search results! If your server is missing, try the link at the bottom of this page to request an immediate crawl of a Gemini URL, after which your server should start showing up.", "", ] for domain in last_statistics["domains"]: