This is a user-friendly console interface to UverseWiki. You can use it to render
your text wiki files into something like HTML and publish.
It supports "interfaces" which allow you to read/write docs from/to verious
media - for example using source SSVN interface you can render docs from an SVN
repository into HTML, using SVN as a backend. When put on post-commit hook your can
make a full-fledged doc site rendered in static HTML (--static) or lightweight PHP.
Destination interfaces might include FTP sever upload and so on.

  WackoDoc.dpr is Delphi project that simply wraps PHP and all related UverseWiki
  components into one stand-alone EXE. You need Delphi 7 (tested) installed to
  bhild it (use !build.bat for that).

  Wrapper directory contains the console tool itself written in PHP. To run it
  execute start.php (you need PHP 5+ installed):   php.exe -f start.php -- <args>
