geminispace.info

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

commit 9dc0120b92c51f8945fa642d1405f9a0bc6f4c39
parent 5e86473dc862db309c737f7b53f220fa500f9871
Author: Natalie Pendragon <natpen@natpen.net>
Date:   Sun,  1 Mar 2020 12:12:28 -0500

Add more feature ideas to the README

Diffstat:
MREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -55,3 +55,12 @@ as this guide to [mailing list etiquette](https://man.sr.ht/lists.sr.ht/etiquett solution will become increasingly unappealing as the amount of content, and thus amount of search hits, in Geminispace grows). +- **extend the index to handle query links in Geminispace**: + currently, there's a hack in the code to simply skip + query links based on the response status code. These should + be indexed, probably with their urls and their query prompt + texts as the indexed content. +- **allow seedlist additions from the site itself**: this + would allow anyone to ensure their content gets crawled, + even if there is currently no path from the current + seedlist to their content.