Wikiup History
Release 0.2.2 (2005-09-02)
Fixes bug #14371 (Blank lines and equations disappear inside verbatim blocks)
Release 0.2.1 (2005-09-01)
Fixes a bug in parsewikiup: if the file to be parsed was not in the same directory where parsewikiup is being run, the default template was being searched in the current directory. To keep compatibility with version 0.1, the default template (template.html), or any other template defined in the document, will be now searched in the same directory of the document. If the template name is given as an option to parsewikiup, it will then be searched in the directory from when it is run.
Release 0.2 (2005-09-01)
Several bugs fixed.
New features added:
Support for tables
Support for figures
Support for mathematical equations via Latex
Several command line options for parsewikiup
Escaped sequences to prevent characters from being interpreted as formatting tags.
Support for CSS (Cascading Style Sheets)
Logical lines can now be split into several text lines, and line breaks can be forced.
The size of the HTML page font can be increased using a keyword zoom, either in the source document or in an option for parsewikiup.
parsewikiup now supports several command line options.
The name of the template can now be specified in a command line option, or via the keyword template in the document. The first form has precedence over the second one.
The default template now uses the keyword html-title, instead of title. However, if html-title has not been set but title is, html-title will take the value of title. It means that the pages which used the keyword title in version 0.1 will continue to work as expected.
Release 0.1 (2003-05-2)
Initial release.