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
Go to file
Christophe HENRY f5b1a30a2c Enable spaces around | to set a style 2021-03-11 11:04:27 +01:00
css Adds an index selection page 2021-03-11 00:28:53 +01:00
.gitignore WIP 2021-03-02 23:35:53 +01:00
CHANGELOG.md Ready for v1.0.0 2021-03-10 11:49:53 +01:00
COPYING Ready for alpha 2021-03-01 15:22:22 +01:00
README.md Ready for v1.0.0 2021-03-10 11:49:53 +01:00
index.gmi Enable spaces around | to set a style 2021-03-11 11:04:27 +01:00
index.php Improves the regex 2021-03-11 10:55:49 +01:00
tutogemtext.gmi Rewording about text formatting / decoration 2021-03-11 10:59:58 +01:00

README.md

HtmGem

HtmGem is Php program whose goal is to make Gemini files reachable through HTTP. 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