💾 Archived View for gmn.clttr.info › sources › gmnifaq.git › tree › README.md.txt captured on 2023-03-20 at 18:03:48.
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
# gmnifaq gmnifaq is going to be a simple, self-hostable FAQ-engine for the [gemini protocol](gemini://gemini.circumlunar.space). Visit the [demo](gemini://gmndemo.clttr.info/faq/). ## already implemented - tags - questions - all - by tag ## planned features - searching - admin site with auth # installation - setup your geminiserver with cgi enabled - `git clone` the repo to the directory - rename the files - `gmnifaq.conf.example` to `gmnifaq.conf` - `data/data.sqlite.example` to `data/data.sqlite` - enter your FAQs into the db (with SQLiteStudio or similar) - only till admin site is finished ## requirements - gemini server with cgi enabled (like gmnisrv or stargazer) - Perl >= 5.28 with modules - URI::Escape - DBD - DBI::SQLite - SQLite