Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smondet/dibrawi
In-progress Distributed Wiki with OCaml, Bracetax, Sebib, ...
https://github.com/smondet/dibrawi
Last synced: 16 days ago
JSON representation
In-progress Distributed Wiki with OCaml, Bracetax, Sebib, ...
- Host: GitHub
- URL: https://github.com/smondet/dibrawi
- Owner: smondet
- Created: 2011-03-10T11:06:38.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-10T00:12:28.000Z (about 12 years ago)
- Last Synced: 2023-03-12T03:03:29.800Z (almost 2 years ago)
- Language: OCaml
- Homepage:
- Size: 688 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Dibrawi: The Distributed Bracetax Wiki
Status: Still Under Heavy Development
- only command line access (no web editing)
- anything is subject to change at some point
- there is extremely little documentationInstallation:
* Dibrawi is written in OCaml, and is built with OCamlfind and
OMake. It uses the following libraries:
sebib
bracetax
unix
extlib
pcre
xml-light
sexplib
And full usage of it will require at run-time:
TeXLive
Camlmix
Inkscape
Graphviz
* To build, just run omake, the binaries are linked to
_build/app/dbwpp
_build/app/dbw
and to install the `dibrawi' library with ocamlfind, just run:
omake reinstall_library
(depending on your setup this might require root priviledges),
to uninstall the library, you may have guessed:
omake uninstall_libraryBasic Usage:
If you have a directory tree `data/...' with a bunch of .brtx files,
you may run:
dbw wiki -persist-with _build/dbw_persistance \
-named-template three_columns_greenish-linked \
data/ _build/
In _build/ you'll have a nice bunch of HTML files with a pretty
template.
The file _build/dbw_persistance stores information, if you run the
same command again, only the files that have actually changed will
be `recompiled'.Try also:
dbw helpContact:
Any comments, questions, or whatever: seb mondet.org.