Wikitext Library

by laurentm (modified: 2015 Aug 03)

Description

The Eiffel wikitext provides components to parse Wikitext content (see: wikipedia/wikimedia) and build the related Eiffel objects. Then you can uses the result thanks to visitor/iterator component in order to generate for instance plain text, or HTML, or what ever you want to achieve.

As an example, a tool named wiki2xhtml is provided, it simply converts a collection of wiki files into HTML files.

The library is included into EiffelStudio delivery inside $ISE_LIBRARY/contrib/library/text/parser/wikitext.

Links