git clone git://git.clttr.info/gmnifaq.git
commits/
refs/
tree/
gmnifaq
gmnifaq is going to be a simple, self-hostable FAQ-engine for the gemini protocol.
gemini protocol
Visit the demo.
demo
already implemented
* 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