exodus: Set 'Site' as the frontpage.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 19 Apr 2010 19:53:13 +0000 (21:53 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 19 Apr 2010 19:53:13 +0000 (21:53 +0200)
This used to be 'Home', but since we're hardly using the wipi as a wiki
and mostly as a site, just point to the site homepage.

conf/exodus.py

index aad10e22f5a121fbf442ebab587d0c33348bffb1..607d2797451401e52a32c155684eb93c9f2ee72a 100644 (file)
@@ -14,7 +14,7 @@ class Config(FarmConfig):
     interwikiname = 'Exodus'
 
     # name of entry page
-    page_front_page = u"Home"
+    page_front_page = u"Site"
 
     data_dir = data_dir_root + '/exodus/'