* Change starting page.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 6 Jun 2008 22:47:16 +0000 (00:47 +0200)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 6 Jun 2008 22:47:16 +0000 (00:47 +0200)
conf/exodus.py

index d43f296bee47658259cbfa363a0639076198ea45..c013e6e0eceae81ddd03a9ac79b280464ffa5b04 100644 (file)
@@ -26,11 +26,7 @@ class Config(FarmConfig):
 
     # name of entry page / front page [Unicode], choose one of those:
 
-    # a) if most wiki content is in a single language
-    #page_front_page = u"MyStartingPage"
-
-    # b) if wiki content is maintained in many languages
-    page_front_page = u"FrontPage"
+    page_front_page = u"Home"
 
     data_dir = data_dir_root + '/exodus/'