Mercurial > moin > 1.9
changeset 3031:29b51bbecc2c
=config.wikiconfig:fixed #url_prefix_static and doc string for 1.7
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Sun, 03 Feb 2008 19:28:34 +0100 |
parents | a875b3c6dabc |
children | c242772754c5 |
files | wiki/config/wikiconfig.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/wiki/config/wikiconfig.py Sun Feb 03 18:04:41 2008 +0100 +++ b/wiki/config/wikiconfig.py Sun Feb 03 19:28:34 2008 +0100 @@ -76,12 +76,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 ----------------------------------------------------------