commit 24681773991d4aeb820ef2eb23f0f9766c6bf06d
parent fae9d9d5fe1bfb84af91c6a93743597ddd04042c
Author: Natalie Pendragon <natpen@natpen.net>
Date: Sun, 2 Aug 2020 09:51:17 -0400
Update naming
Diffstat:
6 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
@@ -1,13 +1,5 @@
# Gemini Universal Search (GUS)
-## Contributing
-
-Please send patches to [~natpen/gus@lists.sr.ht](mailto:~natpen/gus@lists.sr.ht).
-
-For an introduction to mailing list-based Git collaboration,
-see [this introduction](https://git-send-email.io/), as well
-as this guide to [mailing list etiquette](https://man.sr.ht/lists.sr.ht/etiquette.md).
-
## Roadmap / TODOs
- **log output of crawl**: I see some errors fly by, and it
diff --git a/gus/build_index.py b/gus/build_index.py
@@ -34,7 +34,7 @@ from gus.lib.gemini import GeminiResource, GeminiRobotFileParser
from gus.lib.index_statistics import compute_index_statistics, persist_statistics, print_index_statistics
from gus.lib.whoosh_extensions import UrlAnalyzer
-# hack(natpen): the built-in methods in urllib need to know the
+# hack: the built-in methods in urllib need to know the
# Gemini protocol exists
uses_relative.append("gemini")
uses_netloc.append("gemini")
diff --git a/gus/crawl.py b/gus/crawl.py
@@ -28,7 +28,7 @@ from . import constants
from gus.lib.db_model import init_db, Page, Link, Crawl
from gus.lib.gemini import GeminiResource, GeminiRobotFileParser
-# hack(natpen): the built-in methods in urllib need to know the
+# hack: the built-in methods in urllib need to know the
# Gemini protocol exists
uses_relative.append("gemini")
uses_netloc.append("gemini")
diff --git a/gus/lib/gemini.py b/gus/lib/gemini.py
@@ -7,7 +7,7 @@ import gusmobile
from gus import constants
from gus.lib.domain import is_domain
-# hack(natpen): the built-in methods in urllib need to know the
+# hack: the built-in methods in urllib need to know the
# Gemini protocol exists
uses_relative.append("gemini")
uses_netloc.append("gemini")
diff --git a/pyproject.toml b/pyproject.toml
@@ -2,7 +2,7 @@
name = "gus"
version = "0.1.0"
description = "Geminispace Universal Search"
-authors = ["Natalie Pendragon <natpen@natpen.net>"]
+authors = ["Vee <vee@vnsf.xyz>"]
license = "MIT"
[tool.poetry.dependencies]
diff --git a/serve/templates/about.gmi b/serve/templates/about.gmi
@@ -9,7 +9,7 @@ To control crawling of your site, you can use a robots.txt file, Place it in you
GUS obeys User-agent of "gus" and "*".
-If you have questions about or ideas for GUS, please email me at natpen@natpen.net.
+If you have questions about or ideas for GUS, please email me at vee@vnsf.xyz.
## Advanced Searching