config: Use "Start" as the frontpage for all sites.
[matthijs/projects/wipi.git] / conf / exodus.py
index aad10e22f5a121fbf442ebab587d0c33348bffb1..7b8f024c933f381954606d2b3d70a01c56b0572f 100644 (file)
@@ -13,9 +13,6 @@ class Config(FarmConfig):
     sitename = u'Exodus' # [Unicode]
     interwikiname = 'Exodus'
 
-    # name of entry page
-    page_front_page = u"Home"
-
     data_dir = data_dir_root + '/exodus/'
 
     # The GUI WYSISYG editor is not installed with Debian.
@@ -23,7 +20,11 @@ class Config(FarmConfig):
     editor_force = True
     editor_default = 'text'  # internal default, just for completeness
 
-    theme_default = 'exodus'
+    # Use a site-theme for /Site/ and a normal wiki theme for the rest.
+    proxy_theme_mapping = [
+        ('/Site/', 'exodus'),
+        ('', 'modernized'),
+    ]
      
     # Set cookies on /, so they work on /wipi and /Site alike.
     cookie_path = '/'