| View previous topic :: View next topic |
| Author |
Message |
WillemGrooters
Joined: 15 Apr 2006 Posts: 26
|
Posted: Sat Oct 31, 2009 9:36 pm Post subject: Moinmoin question |
|
|
Not Python in particular, I know.....
In the starting page of my VMS wiki, I want to add the HTML code to be executed so I get a block with hyperlinks (to add the wiki into a webring). If possible, I would like to prevent Phyton code to create the lines.
Is that possible? |
|
| Back to top |
|
 |
jfp
Joined: 12 Jul 2004 Posts: 297
|
Posted: Mon Nov 09, 2009 11:34 pm Post subject: |
|
|
Hi Willem,
You may try to update your wikiconfig.py which include
MoinMoin.config.multiconfig
reading the file MOIN_ROOT:[MoinMoin.config]multiconfig.py I have found interesting variables like page_credits.
You may try to redefine this variable to a different value in your Config class.
JF |
|
| Back to top |
|
 |
|