moinsetup

Change of README.txt

63:3ede22b8cbfe
README.txt
     1.1 --- a/README.txt	Fri Jul 13 21:39:20 2012 +0200
     1.2 +++ b/README.txt	Fri Jul 13 21:52:07 2012 +0200
     1.3 @@ -117,6 +117,21 @@
     1.4                      unspecified, a limited hosting environment will be
     1.5                      assumed.
     1.6  
     1.7 +The following Web server settings are optional, but they should probably be
     1.8 +investigated and specified:
     1.9 +
    1.10 +web_user            The user operating the Web server, typically www-user or
    1.11 +                    apache. This setting is typically used where the
    1.12 +                    filesystem supports ACLs and the setfacl program can be
    1.13 +                    run.
    1.14 +
    1.15 +web_group           The group of the user operating the Web server, typically
    1.16 +                    the same as the user. This setting is typically used where
    1.17 +                    the ownership of files has to be modified in order to
    1.18 +                    allow the Web server to access the Wiki programs and
    1.19 +                    files, thus preserving the original ownership of the
    1.20 +                    installed files.
    1.21 +
    1.22  Except for the common_dir setting, site settings are generally only relevant
    1.23  when configuring and installing a Wiki:
    1.24  
    1.25 @@ -295,12 +310,13 @@
    1.26  New in moinsetup 0.4 (Changes since moinsetup 0.3)
    1.27  --------------------------------------------------
    1.28  
    1.29 -  * Added edit and event log permissions/ownership commands to the postinstall
    1.30 -    scripts.
    1.31 +  * Added wikiconfig.py, edit-log and event-log permissions/ownership commands
    1.32 +    to the postinstall scripts.
    1.33    * Fixed the .htaccess file location for limited hosting environments, using
    1.34      the static resources directory in preference to the application directory.
    1.35    * Added support for separate static URL paths enforced by limited hosting
    1.36      environments.
    1.37 +  * Added web_user and web_group settings.
    1.38  
    1.39  New in moinsetup 0.3 (Changes since moinsetup 0.2)
    1.40  --------------------------------------------------