More actions
imported>Unknown No edit summary |
(Repair MoniWiki formatting after migration) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
Use a special pagename | Use a special pagename | ||
<code>["parser/yourParser.py"]</code> | |||
and start your parser with the line {{{~cpp | and start your parser with the line {{{~cpp | ||
#format python | #format python | ||
| Line 9: | Line 9: | ||
This way, the parser can directly be put on the page without any modification, and as easily copied from that page. See the examples below. | This way, the parser can directly be put on the page without any modification, and as easily copied from that page. See the examples below. | ||
{| class="wikitable" | {| class="wikitable" style="width:100%;" | ||
|- | |- | ||
| '''Parser''' | | '''Parser''' | ||
| Line 17: | Line 17: | ||
| '''Revision''' | | '''Revision''' | ||
|- | |- | ||
| BizarStructuredText: | | BizarStructuredText: parser/stx.py | ||
| Richard Jones | | Richard Jones | ||
| richard@bizarsoftware.com.au | | richard@bizarsoftware.com.au | ||
| Line 23: | Line 23: | ||
| | | | ||
|- | |- | ||
| HTML: | | HTML: parser/html.py | ||
| Christian Bird | | Christian Bird | ||
| chris.bird@lineo.com | | chris.bird@lineo.com | ||
| Line 33: | Line 33: | ||
== Requests == | == Requests == | ||
If you are not familiar with Python and/or the MoinMoin code base, but have a need or an idea for a parser, this is the place to ask for it. Someone might find it useful, too, and implement it. | If you are not familiar with Python and/or the [[MoinMoin]] code base, but have a need or an idea for a parser, this is the place to ask for it. Someone might find it useful, too, and implement it. | ||
* none yet | * none yet | ||
Latest revision as of 00:34, 29 March 2026
Offers
This is a marketplace for your parsers. Please state your name, your email, and the release your parser is developed for (if you used a CVS snapshot, also state the revision number).
Use a special pagename
["parser/yourParser.py"]
and start your parser with the line {{{~cpp
- format python
}}} This way, the parser can directly be put on the page without any modification, and as easily copied from that page. See the examples below.
| Parser | Author | Release | Revision | |
| BizarStructuredText: parser/stx.py | Richard Jones | richard@bizarsoftware.com.au | 0.8 | |
| HTML: parser/html.py | Christian Bird | chris.bird@lineo.com | 1.0 |
There are also some UtilityScripts.
Requests
If you are not familiar with Python and/or the MoinMoin code base, but have a need or an idea for a parser, this is the place to ask for it. Someone might find it useful, too, and implement it.
- none yet