Contents
WikiCreole Parser
Description
The WikiCreole parser allows you to use creole markup instead of or additionally to the standard Moin syntax.
Moin 1.6+ includes this parser.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.5 |
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.
Usage
To use this parser, simply put #!creole after the beginning of the code block.
Example
#format creole = A header = <<Macro>> [[Link]] == Second Header == ----
Copyright
This parser is copyrighted by RadomirDopieralski
License
This parser is released under the terms of the GNU GPL.
Discussion
Nice work! -- ThiloPfennig 2006-12-04 22:31:17
Thanks! I like seeing wikis being standardized. Now let's make it a default MoinMoin markup... -- Radek Podgorny
Has anyone considered making Creole a general-purpose parser available on CheeseShop, instead of just a feature of MoinMoin? -- MicahElliott
I have isolated the non-moin parts of the parser, and replaced them with a generic html emitter, the whole thing is available at WikiCreole parser in pyhon. I still need to learn how to add it to the cheese shop. -- RadomirDopieralski 2007-11-04 00:27:14