Download List

Descripción del Proyecto

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

La Wikipedia de estilo CSS se utiliza en el código HTML generado y archivos PDF. Las imágenes de descargas APIWikiModel ahora. Saltar contenido se analiza en APIWikiModel. Nueva plantilla funciones se agregaron: expr #, # ifexpr, LC, lcfirst, NS, # switch, UC, ucfirst, y urlencode. El analizador de plantilla de asignación de la función se ha cambiado: el carácter '#' ahora deben ser precedidas de la clave. Ver Configuration.java para un ejemplo. Derby de apoyo de base de datos se ha añadido para el HTML y los creadores de archivos PDF (ver HTMLCreatorTest y PDFCreatorTest en el módulo de JUnit).
Tags: Major feature enhancements
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).

2008-05-04 23:05
3.0.6

Esta versión incluye la appendSignature (escritor StringBuilder, numberOfTildes int) método para IWikiModel (para el primer pase TemplateParser). Se ha mejorado el formato de análisis de imagen. Sólo se admiten letras minúsculas como plurales (es decir, utilizando el plural como "Los delfines son [[de mamíferos acuáticos]] s que están estrechamente relacionadas con la [[ballena]] s y [[marsopa]] s"). Incrustación de imágenes en documentos PDF se ha mejorado.
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

Tags: Initial freshmeat announcement

Project Resources