wiki/. README wikiconfig.py

Dimitrie O. Paun dimi at users.sourceforge.net
Thu May 12 08:10:25 CDT 2005


ChangeSet ID:	1115903424399627515654178
CVSROOT:	/cvsroot/wine
Module name:	wiki
Changes by:	dimi at sc8-pr-cvs1.sourceforge.net	2005/05/12 06:10:24

Modified files:
	.              : README wikiconfig.py 

Log message:
	We don't really need delete (at least for now)


Old revision  New revision  Changes     Path
 1.2           1.3           +10 -0      wiki/README
 1.1.1.1       1.2           +1 -1       wiki/wikiconfig.py

Index: wiki/README
diff -u -p wiki/README:1.2 wiki/README:1.3
--- wiki/README	12 May 2005 13:10:24 -0000
+++ /dev/null	12 May 2005 13:10:24 -0000
@@ -17,3 +17,13 @@ FILES
     winewiki.conf    Goes in /etc/httpd/conf.d/ to configure Apache
     wikiconfig.py    The main configuration file for the wiki
     winehq/*         The default theme for the site
+
+INSTALATION
+-----------
+
+1. Checkout the code under /var/www/wine/wiki
+
+2. Integrate the theme into the Wiki:
+
+# ln -s /var/www/wine/wiki/winehq /usr/share/moin/htdocs/winehq
+# ln -s /var/www/wine/wiki/winehq/winehq.py /usr/lib/python2.3/site-packages/MoinMoin/theme/winehq.py
Index: wiki/wikiconfig.py
diff -u -p wiki/wikiconfig.py:1.1.1.1 wiki/wikiconfig.py:1.2
--- wiki/wikiconfig.py	12 May 2005 13:10:25 -0000
+++ /dev/null	12 May 2005 13:10:25 -0000
@@ -81,7 +81,7 @@ class Config(DefaultConfig):
     # your user name. See HelpOnAccessControlLists for more help.
     # All acl_right_xxx must use unicode [Unicode]
     acl_rights_before = u"DimiPaun:read,write,delete,revert,admin"
-    acl_rights_default = 'Known:read,write,delete,revert All:read'
+    acl_rights_default = 'Known:read,write,revert All:read'
     
     # Link spam protection for public wikis (Uncomment to enable)
     # Needs a reliable internet connection.



More information about the wine-cvs mailing list