The Java Wikipedia API (Bliki engine) is a parser library for converting Wikipedia/Mediawiki syntax to HTML. It supports wiki tags for bold, italic, headers, nowiki, source, table of contents, tables, lists, categories, footnotes (references), images, syntax highlighting of source code fragments, templates, and template parser functions.
| Tags | Software Development Libraries Text Processing Markup HTML/XHTML DocBook Internet Web Dynamic Content Wiki Java library |
|---|---|
| Licenses | Common Public LGPL |
| Implementation | Java |
Recent releases


Release Notes: Bugfixes and improvements, especially for Wikipedia parser functions like #expr and #ifexpr.


Release Notes: This release improves parser template functions and fixes a lot of rendering bugs.


Release Notes: The wikipedia CSS style is used in the generated HTML and PDF files. The APIWikiModel downloads images now. Redirected content is parsed in APIWikiModel. New template functions were added: #expr, #ifexpr, lc, lcfirst, ns, #switch, uc, ucfirst, and urlencode. The parser template function mapping was changed: the '#' character must now be prepended in the key. See Configuration.java for an example. Derby Database support was added for the HTML and PDF file creators (see HTMLCreatorTest and PDFCreatorTest in the JUnit module).


Release Notes: This release adds the appendSignature(StringBuilder writer, int numberOfTildes) method to IWikiModel (for first pass TemplateParser). It has improved image format parsing. Only lowercase letters are allowed as plurals (i.e. using plurals like "Dolphins are [[aquatic mammal]]s that are closely related to [[whale]]s and [[porpoise]]s"). Image embedding in PDF documents has been improved.


No changes have been submitted for this release.