From: Matthijs Kooijman Date: Mon, 19 Apr 2010 19:53:13 +0000 (+0200) Subject: exodus: Set 'Site' as the frontpage. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=9c683b78b34f4e5dacba53d3d68b8cdefcb239cc 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. --- 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/'