moinsetup

Change of README.txt

58:a5aec502083f
README.txt
     1.1 --- a/README.txt	Sat Oct 15 23:58:51 2011 +0200
     1.2 +++ b/README.txt	Tue Jul 10 16:23:54 2012 +0200
     1.3 @@ -107,8 +107,7 @@
     1.4  
     1.5  web_static_dir      A directory from which static resources are to be served.
     1.6                      This directory need only be specified in a limited hosting
     1.7 -                    environment (see below for more details), and only for
     1.8 -                    MoinMoin 1.8.
     1.9 +                    environment (see below for more details).
    1.10  
    1.11  web_site_dir        The directory where sites available to the Apache Web
    1.12                      server are defined. This directory may just be a place
    1.13 @@ -135,6 +134,12 @@
    1.14  
    1.15  url_path            The URL path (after the host details) of the Wiki.
    1.16  
    1.17 +static_url_path     The URL path (after the host details) of the Wiki's static
    1.18 +                    resources. This is only required if a limited hosting
    1.19 +                    environment enforces separate "htdocs" and "cgi-bin"
    1.20 +                    directories, and the static resources must be placed in
    1.21 +                    the "htdocs" directory.
    1.22 +
    1.23  superuser           The superuser of the Wiki.
    1.24  
    1.25  site_name           The name of the Wiki.
    1.26 @@ -176,9 +181,13 @@
    1.27  web_static_dir  = /path/to/www/htdocs
    1.28  web_site_dir    =
    1.29  
    1.30 +url_path        = /mysite/cgi-bin
    1.31 +static_url_path = /mysite
    1.32 +
    1.33  If the web_static_dir setting is left blank, the static resources will be
    1.34  placed alongside the CGI script. Some environments have .cgi files served as
    1.35 -CGI scripts and other files served statically.
    1.36 +CGI scripts and other files served statically; in such cases, static_url_path
    1.37 +can also be left blank.
    1.38  
    1.39  Inside the directory used to hold static resources, a subdirectory will be
    1.40  created to hold the static content used by MoinMoin.
    1.41 @@ -277,6 +286,16 @@
    1.42  CMDsyntax                   Tested with 0.91
    1.43                              Source: http://www.boddie.org.uk/david/Projects/Python/CMDSyntax/index.html
    1.44  
    1.45 +New in moinsetup 0.4 (Changes since moinsetup 0.3)
    1.46 +--------------------------------------------------
    1.47 +
    1.48 +  * Added edit and event log permissions/ownership commands to the postinstall
    1.49 +    scripts.
    1.50 +  * Fixed the .htaccess file location for limited hosting environments, using
    1.51 +    the static resources directory in preference to the application directory.
    1.52 +  * Added support for separate static URL paths enforced by limited hosting
    1.53 +    environments.
    1.54 +
    1.55  New in moinsetup 0.3 (Changes since moinsetup 0.2)
    1.56  --------------------------------------------------
    1.57