Mercurial > moin > 1.9
changeset 3096:8d21b13482e3
updating some version numbers
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sat, 23 Feb 2008 01:52:53 +0100 |
parents | cde8093bbb01 |
children | a94959a2aae7 |
files | wiki/config/wikifarm/farmconfig.py wiki/server/moin.wsgi wiki/server/mointwisted.py |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki/config/wikifarm/farmconfig.py Sat Feb 23 01:42:26 2008 +0100 +++ b/wiki/config/wikifarm/farmconfig.py Sat Feb 23 01:52:53 2008 +0100 @@ -93,12 +93,12 @@ # The URL prefix we use to access the static stuff (img, css, js). # NOT touching this is maybe the best way to handle this setting as moin - # uses a good internal default (something like '/moin_static160' for moin - # version 1.6.0). + # uses a good internal default (something like '/moin_static170' for moin + # version 1.7.0). # For Twisted and standalone server, the default will automatically work. # For others, you should make a matching server config (e.g. an Apache # Alias definition pointing to the directory with the static stuff). - #url_prefix_static = '/moin_static160' + #url_prefix_static = '/moin_static170' # Security ----------------------------------------------------------
--- a/wiki/server/moin.wsgi Sat Feb 23 01:42:26 2008 +0100 +++ b/wiki/server/moin.wsgi Sat Feb 23 01:52:53 2008 +0100 @@ -5,7 +5,7 @@ To use this, add those statements to your Apache's VirtualHost definition: # this is for icons, css, js (and must match url_prefix from wiki config): - Alias /moin_static160/ /usr/share/moin/htdocs/ + Alias /moin_static170/ /usr/share/moin/htdocs/ # this is the URL http://servername/moin/ you will use later to invoke moin: WSGIScriptAlias /moin/ /some/path/moin.wsgi
--- a/wiki/server/mointwisted.py Sat Feb 23 01:42:26 2008 +0100 +++ b/wiki/server/mointwisted.py Sat Feb 23 01:52:53 2008 +0100 @@ -42,7 +42,7 @@ # URL prefix for the static stuff (used to access stuff in docs) - you # usually should not need to change this because Twisted moin uses # matching defaults for here and for wikiconfig.py: - #url_prefix_static = '/moin_static160' + #url_prefix_static = '/moin_static170' # The server will run with as this user and group (default 'www-data') user = 'www-data'