[Moin-user] No templates with moinmoin 1.9.4

Matthias Seitz matthias.seitz at switch.ch
Mon May 5 10:49:28 EDT 2014


moinmoin is installed from the Debian Packages on a debian wheezy
system, the current release there is 1.9.4-8

The wiki works great so far, the only thing which doesen't work are the
templates. regex in the wikiconfig.py:

page_category_regex = ur'(?P<all>Category(?P<key>(?!Template)\S+))'
page_dict_regex = ur'(?P<all>(?P<key>\S+)Dict)'
page_group_regex = ur'(?P<all>(?P<key>\S+)Group)'
page_template_regex = ur'(?P<all>(?P<key>\S+)Template)'

I've created a test_Template site (and also several others like
testTemplate) but the expected template subsite from where the templates
can be selected doesn't appear at all.
There's just a URL "Create New Page".

Can anybody give me a hint? I've tested several configurations, also
with CGI/WSGI but nothing worked so far. As mentioned, everything else
worked, also the group regex does a good job.

Thanks in advance
Matthias




More information about the Moin-user mailing list