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 731aa3bda2 Don't compress spaces for preformated text 2021-03-25 23:33:48 +01:00
css Merge remote-tracking branch master into dev 2021-03-24 11:18:57 +01:00
tests FIX: translate_to_gemtext.php 2021-03-25 19:08:57 +01:00
.gitignore Adds unit tests 2021-03-24 10:53:12 +01:00
CHANGELOG.gmi Updates changelog 2021-03-24 11:09:37 +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 Adds null space between two slashes 2021-03-21 00:21:41 +01:00
index.php typo 2021-03-25 22:39:52 +01:00
lib-htmgem.php Don't compress spaces for preformated text 2021-03-25 23:33:48 +01:00
tutogemtext.gmi Deep refactoring: parsing, translating, classes 2021-03-18 22:03:44 +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