X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Fextinction.py;h=040f20c242d67fa45496266cd4d7a5c83c4fee27;hb=HEAD;hp=3af49983de69257631f47f84eee44e79a4315b8e;hpb=b33a13508758d2b377a523aad09cf9ff3761b51c;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/extinction.py b/conf/extinction.py index 3af4998..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. @@ -23,6 +20,10 @@ class Config(FarmConfig): editor_force = True editor_default = 'text' # internal default, just for completeness - theme_default = 'modernized' + # Use a site-theme for /Site/ and a normal wiki theme for the rest. + proxy_theme_mapping = [ + ('/Site/', 'extinction'), + ('', 'modernized'), + ] # vim: set ts=8 sts=4 sw=4 expandtab: