💾 Archived View for gmi.sbgodin.fr › htmgem › docs › installation-fr.gmi captured on 2023-07-22 at 16:24:18. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-06-14)

-=-=-=-=-=-=-

Pour installer HtmGem

https://tildegit.org/sbgodin/HtmGem/archive/master.zip

Prérequis

Nginx

index index.gmi index.php index.html
rewrite ^(.+\.gmi)$ /htmgem/index.php?rw=1&url=$1&style=default,htmgem.css;
error_page 403 /htmgem;
location = /favicon.ico { alias /var/www/dev/htmgem/favicon.ico; }

Apache

DirectoryIndex index.gmi index.php index.html
RewriteEngine on
rewriteRule ^(.+\.gmi)$ htmgem/index.php?rw=1&url=$1&style=default,htmgem.css

Autres styles disponibles :

DĂ©coration du texte

La décoration du texte, qui interprête le **gras** par exemple, ne fait pas partie de la définition de GemText. La décoration du texte s’applique partout sauf sur les titres et blocs préformatés.

On peut désactiver la décoration du texte avec une ligne **^^^** ou ajouter à la **réécriture** d’URL :

&textDecoration=0

Styles

Comment faire des pages GemText ?