Wiki conversion tool extracted and simplified from ocsigen/ocsimore
- OCaml 98.8%
- Shell 0.7%
- CSS 0.4%
- Makefile 0.1%
| doc | ||
| src | ||
| .gitignore | ||
| .jenkins.sh | ||
| .merlin | ||
| _tags | ||
| clone.sh | ||
| COPYING | ||
| html_of_wiki.install | ||
| LICENSE | ||
| Makefile | ||
| opam | ||
| push.sh | ||
| README.md | ||
| style.css | ||
Ocsigen documentation compiler
Build instructions
opam pin add html_of_wiki .
Beware: since style.css is included by a ppx, src/compiler.ml won't be
updated after you edit the stylesheet, and the resulting program will still
contain the old one.
How to update the docs
cd ../ocsigen.org-data
make doc
how-clone
how index.wiki
how-push