commit fc9c20994275edb9dbc6d1b5e97d53785643c021
parent e3616bfde048241b5ea2c2e0266283ba725a0894
Author: René Wagner <rwagner@rw-net.de>
Date: Wed, 18 Nov 2020 21:40:37 +0100
add todo
Diffstat:
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -2,6 +2,8 @@
gmnifaq is going to be a simple, self-hostable FAQ-engine for the [gemini protocol](gemini://gemini.circumlunar.space)
+Visit the [demo](gemini://gmnspc.clttr.info).
+
## planned features
- support for tags
@@ -13,5 +15,6 @@ gmnifaq is going to be a simple, self-hostable FAQ-engine for the [gemini protoc
- gemini server with cgi enabled
- Perl >= 5.28
+ - URI::Encode
- SQLite
diff --git a/TODO.md b/TODO.md
@@ -0,0 +1,9 @@
+# initial todo
+- implement display of question
+ - all
+ - by tag
+ - single question
+- implement search
+ - check soundslike search
+- URI:encode
+- built admin interface