Donate Share

Eclipse Wikipedia Editor

File Release Notes and Changelog

Release Name: wp_api.3.0.7

Notes:
The main purpose of the Java Wikipedia API (Bliki engine) is the
rendering of the Wikipedia (aka Mediawiki) syntax into HTML:
http://matheclipse.org/en/Java_Wikipedia_API
For an overview of the complete API please look at the Bliki
Javadocs:
http://matheclipse.org/doc/bliki/index.html
There is a Bliki Engine Forum for help and discussion of the Wikipedia
Engine API:
http://groups.google.com/group/bliki?lnk=oa

Changes: * uses the wikipedia CSS style in generated HTML and PDF files * APIWikiModel downloads embedded images * added a Page#downloadImageUrl(OutputStream) method for downloading images * parse redirected content in APIWikiModel * new parser template functions: #expr, #ifexpr, lc, lcfirst, ns, #switch, uc, ucfirst, urlencode (#time only prepared in source, but no real functionality) * changed parser template function mapping: '#' must now be included in the key see Configuration.Java "TEMPLATE_FUNCTION_MAP.put("#expr", Expr.CONST);" * added Derby Database support for the HTML and PDF document creator