Description
When wikiconfig.py specifies default_markup=u'parser-other-than-wiki', MoinMoin does a very nice job of using parser-other-than-wiki to parse/format all pages. (I'm using textile.) However, the underlay pages do not begin with #FORMAT wiki, so they all render via parser-other-than-wiki. Ugly. If I change underlay by adding #FORMAT wiki to all the pages, when the next release of MoinMoin comes out, I'll have to do it all again. Bummer.
Steps to reproduce
- Place a parser other than wiki.py in data/plugin/parser. (Copy the plain text parser there if you don't have any other.)
- Edit wikiconfig.py and set default_markup = u'your-parser-name-here'
- Access any of the Help pages.
Example
Details
Moin 1.3.1 |
Fedora 3 |
Python 2.3.4 |
Apache 2 |
CGI |
Workaround
Add #FORMAT wiki to every single page in underlay
Discussion
Until the wiki-master can change default_markup without ruining the help pages, MoinMoin can't really be said to support changing default_markup.
Plan
- Priority: High
Assigned to: ThomasWaldmann
- Status: fixed, gets into 1.3.2