On Mon, 13 May 2002, Bertrand Delacretaz wrote:
> Hi Stephan,
>
> I had a look at your bugzilla(#8975) examples - great stuff!
>
> IMHO an additional wiki generator could be useful to generate XHTML
> from existing text files, like:
>
> <map:generator name="wiki-generator"
> src="net.sourceforge.chaperon.cocoon.TextParserGenerator"
> logger="sitemap.generator.wikiparsergenerator">
> <grammar>-//Chaperon//grammar wiki 1.0//EN</grammar>
> </map:generator>
>
> <map:match pattern="wiki/*.html">
> <map:generate type="wiki-generator" src="wiki-data/{1}.txt"/>
> <map:transform src="stylesheets/wiki2html.xsl"/>
> <map:serialize type="html"/>
> </map:match>
>
> Also, I found two small problems with the wiki grammar:
>
> a) bullet text must be contained on a single line:
>
> * bullet 1
> * bullet 2, if we want this to continue it has to stay
> on a single line, this line will not be in the <LI> element.
>
> b) Links at the start of a line are not parsed correctly:
>
> [http://www.perdu.com] right at the start of a line gives a parsing error.
>
> Thanks for your work!
Thank you,
I will fix this in the near future, but I must first change the caching
strategy.
My question is "persistent-store" only reserved for the cache of the
pipelines? The problem is that the generation process of the parser tables
took some time, and I would prefer to store the parser tables in the
persistent store.
Stephan Michels.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]