Wikiup is a parser for input files with a very simple and minimal set
of syntax rules. It produces HTML output.

The advantage of using such kind of parser, rather than writing
HTML directly is that the source file will never lead to logical
errors that prevent the result from being generated. In a wiki
system, when a syntax error occurs, the result might not be the
expected, but there will always be a result.

On the other hand, a file with simple wiki syntax is much easier to read
and modified, than a verbose markup version of a document

For installation instructions see the INSTALLATION file.
Wikiup is released under the GPL a copy of which can be found in
the file COPYING or at http://www.gnu.org/licenses/gpl.txt

A reference manual is included in the file refmanual.html, inside the doc
directory. Its source, refmanual, can also be used as an example.

Homepage: http://villate.org/wikiup



