summaryrefslogtreecommitdiff
path: root/sample/src
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2012-12-30 20:33:58 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2012-12-30 20:33:58 +0100
commit571790ba31a48c108e42c4ae10f8e63ae734c376 (patch)
tree89496b45ad6777abd4eced4b860e6b3ae9df0d60 /sample/src
parent6dd7e0f9073e366cb7420e8b61eacbc6c05faae5 (diff)
downloadcataract-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/src')
-rw-r--r--sample/src/setup.xml10
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><![CDATA[
So this is footer, suitable place for copyright, W3C validation links and advertisement! |
Generated with <a href="http://cgg.bzatek.net/" title="Cataract Gallery Generator">Cataract Gallery Generator</a>. |