I would like to use wikitext to create an eclipse-help and a pdf from our trac's wiki pages - if possible. So far I have set up a build-script which works upon a local file basis. But as I do not have the wiki pages locally I wonder if there is an existing ant-task which can grab the wiki-pages from the trac on the fly, maybe via xml-rpc interface? Or what is the common approach to do something like what I'm intending to do?
Here is the build-script which I'm currently using to generate pdf:
Oliver Vesper wrote:
> Hi,
>
> I would like to use wikitext to create an eclipse-help and a pdf from
> our trac's wiki pages - if possible. So far I have set up a build-script
> which works upon a local file basis. But as I do not have the wiki pages
> locally I wonder if there is an existing ant-task which can grab the
> wiki-pages from the trac on the fly, maybe via xml-rpc interface? Or
> what is the common approach to do something like what I'm intending to do?
>
> ... snip ...
>
> And another question: how do I generate one single FO file from multiple
> wiki files?
>
> Thx,
> Oliver
In short, we use Ant to download the wiki markup source using an HTTP GET. I'm not sure how this is done with TracWiki.
As far as generating a single FO from multiple pages, currently Mylyn WikiText does not provide features to make this
easy. I recommend that you start tracking the following issue:
It looks like there are coordinated efforts to use Mylyn WikiText with EclipsePedia (a MediaWiki) to produce
documentation. See also these related articles: