From 9c683b78b34f4e5dacba53d3d68b8cdefcb239cc Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 19 Apr 2010 21:53:13 +0200 Subject: [PATCH] exodus: Set 'Site' as the frontpage. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/exodus.py b/conf/exodus.py index aad10e2..607d279 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -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/' -- 2.30.2