X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=conf%2Fexodus.py;h=60c2545558a1e2dbfe7e91012e349ab8ba0a5989;hb=f865aa492afcf063e8c9f9490b1caa56309ea3da;hp=d43f296bee47658259cbfa363a0639076198ea45;hpb=60ebf1a2ac1ad748b3c8b8370ee660e968bb4e2e;p=matthijs%2Fprojects%2Fwipi.git diff --git a/conf/exodus.py b/conf/exodus.py index d43f296..60c2545 100644 --- a/conf/exodus.py +++ b/conf/exodus.py @@ -26,11 +26,7 @@ class Config(FarmConfig): # name of entry page / front page [Unicode], choose one of those: - # a) if most wiki content is in a single language - #page_front_page = u"MyStartingPage" - - # b) if wiki content is maintained in many languages - page_front_page = u"FrontPage" + page_front_page = u"Home" data_dir = data_dir_root + '/exodus/' @@ -40,3 +36,12 @@ class Config(FarmConfig): editor_default = 'text' # internal default, just for completeness theme_default = 'exodus' + + # All urls that would be generated below /wipi/Site can be pointed to + # /Site instead, since lighttpd maps /Site to the wipi as well. + url_mappings = {'/wipi/Site' : '/Site'} + + # Set cookies on /, so they work on /wipi and /Site alike. + cookie_path = '/' + +# vim: set ts=8 sts=4 sw=4 expandtab: