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 b2e09c54f5 FIX empty 404 and source file access
An empty existing file triggered 404 error.

It was possible to get the source of any file (including .php).
2021-03-18 15:55:49 +01:00
css Removes margin of PRE 2021-03-14 10:48:25 +00:00
CHANGELOG.gmi v1.1.0 2021-03-14 11:10:38 +01:00
COPYING.gmi Links CHANGELOG and COPYING into index.gmi & edits 2021-03-12 00:48:57 +01:00
README.md Ready for v1.0.0 2021-03-10 11:49:53 +01:00
index.gmi Changes the repository from Framasoft to Tildegit 2021-03-17 22:53:12 +01:00
index.php FIX empty 404 and source file access 2021-03-18 15:55:49 +01:00
tutogemtext.gmi Removes ^ at the beginning of lines in tutogemtext 2021-03-11 21:01:18 +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