Packages
info.bliki Classes to handle the Messages_XX.properties files for I18N support.
info.bliki.api Helper Classes for the Wikimedia API
info.bliki.api.creator DocumentCreator renders wikipedia texts into HTML or PDF documents.
info.bliki.docbook Convert wikipedia articles to Docbook format (requires Java 6)
info.bliki.html Convert HTML source codes to wiki source codes.
info.bliki.html.googlecode The ToGoogleCode converter converts HTML to the Google code project hosting wiki syntax.
info.bliki.html.wikipedia The ToWikipedia converter converts HTML source code to the wiki syntax.
info.bliki.latex  
info.bliki.pdf Generate PDF files from XHTML texts
info.bliki.wiki.dump Process an XML Wikipedia dump with the WikiXMLParser class
info.bliki.wiki.filter Contains different type of wikipedia scanners and parsers.
info.bliki.wiki.model Model classes for rendering wikipedia texts to HTML, LaTeX
info.bliki.wiki.tags Contains the HTML tag classes which are created by the wikipedia parser and model.
info.bliki.wiki.tags.code Package that contains source code formatters for syntax highlighting on wiki pages.
info.bliki.wiki.tags.util Helper classes for creating the internal DOM.
info.bliki.wiki.template Template parser functions like {{ #if: ... }} and {{ #ifeq: ... }}.
info.bliki.wiki.template.expr The parser and scanner implementation for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
info.bliki.wiki.template.expr.ast The abstract syntax tree classes for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
info.bliki.wiki.template.expr.eval The expression evaluator for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
info.bliki.wiki.template.expr.operator The operator classes (i.e. for binary, prefix and postfix Operators) for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
info.bliki.wiki.template.expr.util Utilities for the {{ #expr: ... }} and {{ #ifexpr: ... }} parser template functions.
org.htmlcleaner Modified classes from the htmlcleaner.sourceforge.net/ project.