Download List

專案描述

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-06-27 20:55
3.0.7

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).
標籤: Major feature enhancements

2008-05-04 23:05
3.0.6

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.

2008-01-21 04:21
3.0.1

標籤: Initial freshmeat announcement

Project Resources