commit cdba245e15f25857003c2aef03946f30b0b02a1f
parent b012dd5cc733f553a34c5eb5d0e6b2bf92e489c7
Author: Natalie Pendragon <natpen@natpen.net>
Date: Tue, 3 Nov 2020 08:38:23 -0500
Add exclusion improvement TODO to README
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -45,3 +45,4 @@ Run: "poetry run python -m pytest"
- TODO: exclude raw-text blocks from indexed content
- TODO: strip control characters from logged output like URLs
- TODO: fix bug in calulation of backlinks (iirc the bug is visible on gemini.circumlunar.space)
+- TODO: refactor manual exclusion logic to be regex-based instead of prefix-based. we could get more nuanced with exclusion logic this way