This is not the official MoinMoin site.
- tips for administering moinmoin
A special page called SystemAdmin provides:
- syntax
- parsers
- text
- code
{{{#!text This is plain old [[text| with no]] formatting {{Include(ha ha ha)}} }}}
- output
This is plain old [[text| with no]] formatting {{Include(ha ha ha)}}
- code
- html
- code
{{{#!html <b>this should be bold</b> }}}
- output
- this should be bold
- code
- text
- parsers
- feature wishlist
links to itself on some page should not count for purposes of determining whether it is an orphan
- links that span lines
- links in headers
- links in dictionary keys
- "my contributions" feature, like wikipedia's
- option to automatically adjust all links when renaming a page and all subpages
- if a code block is indented, the same amount of indentation should automatically be removed from all lines in the block
- when an externally-transcluded image floats right, the icon for the link should also float right
- new acl right, "visible", which determines whether the system even acknowledges that a page does not exist.
- give the last user to edit a page unconditional permission to revert that edit, regardless of current page permissions. This would provide an escape hatch for users who accidentally deny themselves rights to a page.
- a way to request, via a url, just a certain code block in a page.
http://www.mysite.com/wiki/MyPage?codeblock=1
- user may configure site to automatically switch to another user based on page name match.
- how to...
- search for links to a page or any of its subdirectories
linkto MyPage or linkto:regex:MyPage/.*
configure MoinMoin so that the link to the user's page is in a subirecty, .e.g, /Home, instead of in the root of the wiki
in wikiconfig.py
user_homewiki = 'Home'
in data/intermap.txt
Home /path/to/Home
/path/to/Home is relative to the web server root
- security
- troubleshoot