Make part of the exodus wiki available on /.
[matthijs/projects/wipi.git] / conf / exodus.py
index d43f296bee47658259cbfa363a0639076198ea45..3b85532174de643e051912d52152e9904fd1ecf3 100644 (file)
@@ -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,9 @@ 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'}
+
+# vim: set ts=8 sts=4 sw=4 expandtab: