diff MoinMoin/config/multiconfig.py @ 4737:ebe54f59e87c

system/help page packages: build all pagesets, use LanguageSetup as front page (unifies old SystemPagesSetup with the setup specific part of HelpOnLanguages)
author Thomas Waldmann <tw AT waldmann-edv DOT de>
date Mon, 01 Jun 2009 17:55:26 +0200
parents 268004c7b206
children 69073f6b028a
line wrap: on
line diff
--- a/MoinMoin/config/multiconfig.py	Mon Jun 01 14:08:52 2009 +0200
+++ b/MoinMoin/config/multiconfig.py	Mon Jun 01 17:55:26 2009 +0200
@@ -932,8 +932,8 @@
   )),
   # ==========================================================================
   'pages': ('Special page names', None, (
-    ('page_front_page', u'HelpOnLanguages',
-     "Name of the front page. We don't expect you to keep the default. Just read HelpOnLanguages in case you're wondering... [Unicode]"),
+    ('page_front_page', u'LanguageSetup',
+     "Name of the front page. We don't expect you to keep the default. Just read LanguageSetup in case you're wondering... [Unicode]"),
 
     # the following regexes should match the complete name when used in free text
     # the group 'all' shall match all, while the group 'key' shall match the key only