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 1f38941e7f Adds index.htm in case of Php not activated 2021-03-28 22:44:48 +02:00
css refactoring, adds debug.css 2021-03-27 21:30:19 +01:00
docs Ends BNF translation 2021-03-28 22:44:05 +02: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 Refactores the French documentation 2021-03-25 23:47:12 +01:00
index.gmi Translation to English 2021-03-27 23:31:47 +01:00
index.html Adds index.htm in case of Php not activated 2021-03-28 22:44:48 +02:00
index.php Enables browsing without URL Rewriting 2021-03-28 22:41:45 +02:00
lib-htmgem.php Enables browsing without URL Rewriting 2021-03-28 22:41:45 +02:00

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