💾 Archived View for gmi.sbgodin.fr › htmgem › docs › installation-fr.gmi captured on 2022-03-01 at 15:15:17. Gemini links have been rewritten to link to archived content

View Raw

More Information

➡️ Next capture (2023-06-14)

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

HtmGem, installation

Pour faire fonctionner HtmGem — après avoir copié les fichiers — il ne reste qu’à ajouter les règles de réécriture d’URL (//URL Rewriting//).

Prérequis

Installation

Téléchargement

Version stable

DĂ©pĂ´t du projet

Nginx

# Ce texte doit être placé dans la configuration du serveur.
index index.gmi index.php index.html
rewrite ^(.+\.gmi)$ htmgem/index.php?rw=1&url=$1;

Apache

# Ce texte peut se placer Ă  la racine du site dans un fichier ".htaccess".
DirectoryIndex index.gmi index.php index.html
RewriteEngine on
RewriteRule ^(.+\.gmi)$ htmgem/index.php?rw=1&url=$1

Par la suite,

Comment faire des pages GemText ?

Configuration avancée

Ajoutez des styles supplémentaires en paramètre de lien ou adaptez la décoration du texte :

Configuration avancée