X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Ffarmconfig.py;h=a0aba10f4b634a80cc32d1dd5449311f5e180db2;hb=4f354524cba2dee86af17391092d9ead592c3c46;hp=194b49876c50bd32c7d32f603b005e83109fa8cf;hpb=10986f0ff85358afe00bb01b03241ba90529ee42;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/farmconfig.py b/conf/farmconfig.py index 194b498..a0aba10 100644 --- a/conf/farmconfig.py +++ b/conf/farmconfig.py @@ -128,9 +128,10 @@ class FarmConfig(DefaultConfig): u'HelpContents', ] - # The default theme anonymous or new users get - theme_default = 'modern' - + # Always use the proxy. Specific configs define a proxy_theme_mapping, + # which maps specific paths to a corresponding theme. + theme_default = 'proxy' + theme_force = True # Language options -------------------------------------------------- @@ -145,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