HtmGem is Php program whose goal is to make Gemini files reachable through HTTP. It can be used on a shared host.
https://gmi.sbgodin.fr/htmgem
css | ||
docs | ||
tests | ||
.gitignore | ||
CHANGELOG.gmi | ||
COPYING.gmi | ||
favicon.ico | ||
index.gmi | ||
index.html | ||
index.php | ||
lib-htmgem.inc.php | ||
lib-html.inc.php | ||
lib-io.inc.php | ||
README.md |
HtmGem
HtmGem makes your Gemini pages reachable on the web. It can be used on a shared host.
You can see a demo on the main page of HtmGem:
=> https://gmi.sbgodin.fr/htmgem
Usage
- Copy the directory
htmgem
at the root of the website. - Access to the directory and follow the instructions.
Requirements
- Php v7.3
Php-mbstring
module to deal with unicode characters- A web server (well testing with Apache and Nginx)
mod-rewrite
to intercept the Gemini files