💾 Archived View for gmn.clttr.info › sources › gmnifaq.git › tree › README.md.txt captured on 2023-01-29 at 03:15:31.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

🚧 View Differences

-=-=-=-=-=-=-

# 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