Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > dd5ff701fdd2df6775e5cf25b2dd9e7c > files > 13

moin-1.1-3mdv2007.1.src.rpm

Index: wiki/cgi-bin/moin_config.py
===================================================================
RCS file: /cvsroot/moin/dist/wiki/cgi-bin/moin_config.py,v
retrieving revision 1.10
diff -u -u -r1.10 moin_config.py
--- wiki/cgi-bin/moin_config.py	19 Nov 2003 00:31:11 -0000	1.10
+++ wiki/cgi-bin/moin_config.py	22 Nov 2003 20:10:57 -0000
@@ -28,7 +28,7 @@
 sitename = 'An Unnamed MoinMoin Wiki'
 interwikiname = None
 data_dir = './data/'
-url_prefix = '/wiki'
+url_prefix = '/wiki-htdocs'
 logo_url = url_prefix + '/img/moinmoin.gif'
 
 # encoding and WikiName char sets
@@ -44,8 +44,23 @@
 allow_extended_names = 1                # allow ["..."] markup?
 edit_rows = 20                          # editor size
 max_macro_size = 50                     # max size of RecentChanges in KB (0=unlimited)
-bang_meta = 0                           # use ! to escape WikiNames?
+bang_meta = 1                           # use ! to escape WikiNames?
 show_section_numbers = 1                # enumerate headlines?
+allow_xslt = 0                          # Let's experiment with XSLT (if installed...)
+
+# Make sure security is tightened (the upstream default is BAD!)
+umask = 0775
+
+# also use the shared intermap
+shared_intermap = "/usr/share/moin/data/intermap.txt"
+
+# mail support
+#mail_smarthost = "mail"
+#mail_from = "wiki@localhost"
+
+# language setting for your wiki
+#page_front_page = "StartSeite"
+#default_lang = "de"
 
 # charting needs "gdchart" installed!
 # you can remove the test and gain a little speed (i.e. keep only