From: Matthijs Kooijman Date: Mon, 28 Jun 2010 11:09:01 +0000 (+0200) Subject: config: Use "Start" as the frontpage for all sites. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=4f354524cba2dee86af17391092d9ead592c3c46 config: Use "Start" as the frontpage for all sites. --- diff --git a/conf/deadfoxjunction.py b/conf/deadfoxjunction.py index b7a7084..58d459e 100644 --- a/conf/deadfoxjunction.py +++ b/conf/deadfoxjunction.py @@ -13,10 +13,6 @@ class Config(FarmConfig): 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. diff --git a/conf/exodus.py b/conf/exodus.py index 5e144db..7b8f024 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -13,9 +13,6 @@ class Config(FarmConfig): 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. diff --git a/conf/extinction.py b/conf/extinction.py index 9046bcb..040f20c 100644 --- a/conf/extinction.py +++ b/conf/extinction.py @@ -13,9 +13,6 @@ class Config(FarmConfig): 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. diff --git a/conf/farmconfig.py b/conf/farmconfig.py index 7fdcbff..a0aba10 100644 --- a/conf/farmconfig.py +++ b/conf/farmconfig.py @@ -146,6 +146,9 @@ class FarmConfig(DefaultConfig): # Content options --------------------------------------------------- + # name of entry page + page_front_page = u"Start" + # Show users hostnames in RecentChanges show_hosts = 1