mdrd
1.0.0
シンプルなCGIマークダウンレンダラー。
要件:
cmark
fcgi
$ make -j allFCGI親プロセスを開始します。
$ spawn-fcgi -p 8080 -n ./mdrdドキュメントルート、FastCGIパラメーター、FastCGIポートを使用してWebサーバーをセットアップします。 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;
}
}
あなたは行く準備ができています。
wtfpl。実験プロジェクト。保証なし。