[Moin-devel] MoinMoin mods
Leslie A. Barnes
leslie.barnes at amd.com
Fri Apr 18 08:48:04 EDT 2003
We've made a couple of minor changes to MoinMoin locally.
1) allow attachments to be quoted.
eg. attach:"my file name.xls"
which some people had asked for. It's a straightforward change
to url_rule regexp and attachment() in parser/wiki.py
2) I added a "DeepSiteMap" action, which prints the entire site map,
but filters out system pages. Maybe not useful for very large sites,
but for our current site it is good. It uses a slightly modified
LocalSiteMap which doesn't terminate the recursion. DeepSiteMap just
inherits from the modified LocalSiteMap, changing a parameter.
Any interest in these for the general distribution?
thanks
More information about the Moin-devel
mailing list