[Moin-devel] patch for configurable directories
Jeff Kunce
jeff at corrt.com
Thu Jan 31 15:22:02 EST 2002
Wow! You were fast on that last patch. Thanks.
Here's another tiny patch. It may need some explanation.
I have some special purpose markups I use on a wiki, so
I need a modified parser. This patch would let me set
a different default parser, so I don't have to put
a #format PI at the top of every page.
cvs diff Page.py config.py (in directory F:\Scratch\moin\MoinMoin\)
Index: Page.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/Page.py,v
retrieving revision 1.97
diff -r1.97 Page.py
191,192c191
< # default is wiki markup
< pi_format = "wiki"
---
> pi_format = config.pi_format_default
Index: config.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/config.py,v
retrieving revision 1.50
diff -r1.50 config.py
153a154
> 'pi_format_default': 'wiki', # default is wiki markup
More information about the Moin-devel
mailing list