mdrd
1.0.0
Rendu de marque CGI simple.
Exigences:
cmark
FCGI
$ make -j allDémarrez un processus parent FCGI:
$ spawn-fcgi -p 8080 -n ./mdrdConfigurez votre serveur Web avec Root Document, FastCGI Paramètres et FastCGI Port. Exemple de nginx:
server {
root /path/to/markdown/root;
autoindex on;
index index.html index.md;
location ~ .md$ {
include fastcgi_params;
fastcgi_pass 127.0.0.1:8080;
}
}
Vous êtes prêt à partir.
WTFPL. Projet expérimental. Aucune garantie.