From 4f354524cba2dee86af17391092d9ead592c3c46 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 28 Jun 2010 13:09:01 +0200 Subject: [PATCH] config: Use "Start" as the frontpage for all sites. --- conf/deadfoxjunction.py | 4 ---- conf/exodus.py | 3 --- conf/extinction.py | 3 --- conf/farmconfig.py | 3 +++ 4 files changed, 3 insertions(+), 10 deletions(-) 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 -- 2.30.2