mdrd
1.0.0
간단한 CGI 마크 다운 렌더러.
요구 사항 :
cmark
FCGI
$ make -j allFCGI 상위 프로세스 시작 :
$ spawn-fcgi -p 8080 -n ./mdrd문서 루트, FastCGI 매개 변수 및 FastCGI 포트로 웹 서버를 설정하십시오. 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. 실험 프로젝트. 보증이 없습니다.