Wiki conversion tool extracted and simplified from ocsigen/ocsimore
  • OCaml 98.8%
  • Shell 0.7%
  • CSS 0.4%
  • Makefile 0.1%
Find a file
2017-12-22 18:10:44 +01:00
doc Build, .gitignore 2017-09-12 10:05:06 +02:00
src OCaml 4.06 compatibility fix (-safe-string) 2017-12-21 10:35:13 +01:00
.gitignore Reuse ocsimore/wiki_ext.eliom 2017-12-08 13:44:24 +01:00
.jenkins.sh .jenkins.sh: pin hhugo's reactiveData 2015-08-17 14:58:35 +02:00
.merlin Implement automatic translation to ReasonML 2017-12-14 15:33:15 +01:00
_tags Implement automatic translation to ReasonML 2017-12-14 15:33:15 +01:00
clone.sh Clone via HTTPS, push via ssh 2017-12-21 11:59:10 +01:00
COPYING adding license info 2008-04-05 15:58:43 +02:00
html_of_wiki.install Add opam scripts 2017-11-30 15:58:34 +01:00
LICENSE adding license info 2008-04-05 15:58:43 +02:00
Makefile Implement automatic translation to ReasonML 2017-12-14 15:33:15 +01:00
opam Add missing dependency to reason 2017-12-22 17:46:18 +01:00
push.sh Missing word 2017-12-22 18:09:18 +01:00
README.md Improve readme 2017-12-22 17:46:18 +01:00
style.css ReasonML translation for API pages, error handling 2017-12-21 10:35:13 +01:00

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