-----Original Message-----
Date: Tue, 11 Jan 2005 09:14:21 +0100 Subject: Re: [Wikitech-l] Wiki Webservices From: Magnus Manske magnus.manske@web.de To: Wikimedia developers wikitech-l@wikimedia.org
There's a wiki-to-XML parser under development. It is mostly written in Bison and will compile to C/C++. Try the CVS module "flexbisonparse".
Hi
I started to write a renderer in Java for the previewer of the Wikipedia Eclipse plugin: http://phpeclipse.de/tiki-index.php?page=Wikipedia+Editor+Plugin But the renderer is incomplete at the moment. Does it make sense to use your C/C++ parser for preview rendering (i.e. generate a HTML page without SQL access)? If yes, is it possible to use templates for the generated HTML pages? Are there binaries for Linux, Windows available?
Axel