geminispace.info

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

commit 83a758a4db4561bf6191fd60810a736f4e85849f
parent b5fe859d448849993a0ba2b72efff45dd308cd6f
Author: René Wagner <rwa@clttr.info>
Date:   Sun,  9 Apr 2023 10:56:45 +0100

pull whoosh directly from repo, preparations to move to search.clttr.info

Diffstat:
Mpyproject.toml | 2+-
Mserve/templates/documentation/indexing.gmi | 5+----
Mserve/templates/fragments/footer.gmi | 2+-
Mserve/templates/fragments/header.gmi | 2+-
Mserve/templates/index.gmi | 6+++---
5 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.11" gusmobile = { git = "https://git.sr.ht/~rwa/gusmobile", branch = "main" } -whoosh = "^2.7.4" +whoosh = { git = "https://github.com/mchaput/whoosh", branch = "main" } jetforce = { git = "https://github.com/michael-lazar/jetforce", branch = "master" } jinja2 = "^3.1.2" peewee = "^3.13.3" diff --git a/serve/templates/documentation/indexing.gmi b/serve/templates/documentation/indexing.gmi @@ -37,10 +37,7 @@ geminispace.info obeys the following user-agents, listed in descending priority: ### How can I recognize geminispace.info requests? -You can identify us by looking for any requests to your site made by the following IP addresses: - -* IPv6: 2a03:4000:53:f82:b8f1:ff:fe15:5ec9 -* IPv4: 202.61.246.155 +Unfortunately you can't at the moment. search.clttr.info is hosted on a personal owned connection with dynamic ip adresses. So our IPv4 and IPv6 address will change every 24 hours. ### Does GUS keep my content forever? diff --git a/serve/templates/fragments/footer.gmi b/serve/templates/fragments/footer.gmi @@ -1,4 +1,4 @@ -=> /add-seed missing results? add your capsule to geminispace.info +=> /add-seed missing results? add your capsule to search.clttr.info > Index updated on: {{ index_modification_time|datetimeformat }} diff --git a/serve/templates/fragments/header.gmi b/serve/templates/fragments/header.gmi @@ -1,4 +1,4 @@ -# geminispace.info - Gemini Search Engine +# search.clttr.info - Gemini Search Engine => / Home => /search Search diff --git a/serve/templates/index.gmi b/serve/templates/index.gmi @@ -3,7 +3,7 @@ ## Geminispace Data -=> /statistics geminispace.info Statistics +=> /statistics Statistics => /known-hosts Known Gemini Hosts => /known-feeds Known Gemini Feeds => /newest-hosts Newest Gemini Hosts @@ -11,8 +11,8 @@ ## Help and Documentation -=> /about About geminispace.info -=> /news geminispace.info News +=> /about About +=> /news News {% include 'fragments/documentation-toc.gmi' %}