X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Fexodus.py;h=7b8f024c933f381954606d2b3d70a01c56b0572f;hb=4f354524cba2dee86af17391092d9ead592c3c46;hp=607d2797451401e52a32c155684eb93c9f2ee72a;hpb=9c683b78b34f4e5dacba53d3d68b8cdefcb239cc;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/exodus.py b/conf/exodus.py index 607d279..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. @@ -23,7 +20,11 @@ class Config(FarmConfig): editor_force = True editor_default = 'text' # internal default, just for completeness - theme_default = 'exodus' + # Use a site-theme for /Site/ and a normal wiki theme for the rest. + proxy_theme_mapping = [ + ('/Site/', 'exodus'), + ('', 'modernized'), + ] # Set cookies on /, so they work on /wipi and /Site alike. cookie_path = '/'