config: Use "Start" as the frontpage for all sites.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 28 Jun 2010 11:09:01 +0000 (13:09 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 28 Jun 2010 11:09:01 +0000 (13:09 +0200)
conf/deadfoxjunction.py
conf/exodus.py
conf/extinction.py
conf/farmconfig.py

index b7a7084c3a3cd80f768371cf46f702abfe2ba603..58d459e149df4826d6ec45b380856aadbad0768d 100644 (file)
@@ -13,10 +13,6 @@ class Config(FarmConfig):
     sitename = u'Dead Fox Junction'
     interwikiname = 'DeadFoxJunction'
 
     sitename = u'Dead Fox Junction'
     interwikiname = 'DeadFoxJunction'
 
-    # name of entry page / front page [Unicode], choose one of those:
-
-    page_front_page = u"Site"
-
     data_dir = data_dir_root + '/deadfoxjunction/'
 
     # The GUI WYSISYG editor is not installed with Debian.
     data_dir = data_dir_root + '/deadfoxjunction/'
 
     # The GUI WYSISYG editor is not installed with Debian.
index 5e144dbbd45a641db9641eaa76da64e4466f8284..7b8f024c933f381954606d2b3d70a01c56b0572f 100644 (file)
@@ -13,9 +13,6 @@ class Config(FarmConfig):
     sitename = u'Exodus' # [Unicode]
     interwikiname = 'Exodus'
 
     sitename = u'Exodus' # [Unicode]
     interwikiname = 'Exodus'
 
-    # name of entry page
-    page_front_page = u"Site"
-
     data_dir = data_dir_root + '/exodus/'
 
     # The GUI WYSISYG editor is not installed with Debian.
     data_dir = data_dir_root + '/exodus/'
 
     # The GUI WYSISYG editor is not installed with Debian.
index 9046bcbff78c11e3301c53e6e3df6d7220105e1b..040f20c242d67fa45496266cd4d7a5c83c4fee27 100644 (file)
@@ -13,9 +13,6 @@ class Config(FarmConfig):
     sitename = u'Extinction'
     interwikiname = 'Extinction'
 
     sitename = u'Extinction'
     interwikiname = 'Extinction'
 
-    # name of entry page
-    page_front_page = u"Home"
-
     data_dir = data_dir_root + '/extinction/'
 
     # The GUI WYSISYG editor is not installed with Debian.
     data_dir = data_dir_root + '/extinction/'
 
     # The GUI WYSISYG editor is not installed with Debian.
index 7fdcbff255ef6f185b70c255ff0dc4c1cd8eb40b..a0aba10f4b634a80cc32d1dd5449311f5e180db2 100644 (file)
@@ -146,6 +146,9 @@ class FarmConfig(DefaultConfig):
 
     # Content options ---------------------------------------------------
 
 
     # Content options ---------------------------------------------------
 
+    # name of entry page
+    page_front_page = u"Start"
+
     # Show users hostnames in RecentChanges
     show_hosts = 1
 
     # Show users hostnames in RecentChanges
     show_hosts = 1