diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2012-12-30 20:33:58 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2012-12-30 20:33:58 +0100 |
| commit | 571790ba31a48c108e42c4ae10f8e63ae734c376 (patch) | |
| tree | 89496b45ad6777abd4eced4b860e6b3ae9df0d60 /sample | |
| parent | 6dd7e0f9073e366cb7420e8b61eacbc6c05faae5 (diff) | |
| download | cataract-571790ba31a48c108e42c4ae10f8e63ae734c376.tar.xz | |
setup: Introduce location section and reorganize
More and more we need to know local and public locations for various
features. Let's introduce general keys once and for all.
Diffstat (limited to 'sample')
| -rw-r--r-- | sample/src/setup.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 7fde549..75cce85 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -88,10 +88,16 @@ And the second line.</add_copyright> <!-- to particular album index files. --> <filename>atomfeed.xml</filename> <title>CGG Sample gallery site news</title> - <!-- It's crucial to set URL of the site. Enter root URL of the gallery. --> - <base_url>http://www.example.com/</base_url> </feed> + <location> + <!-- Root URL of the gallery. Required for feeds. --> + <base_url>http://www.example.com/</base_url> + <!-- Local path to the gallery root. Specify either absolute path --> + <!-- or relative to ServerRoot. Required for password protection. --> + <local_path>/var/www/</local_path> + </location> + <footer><