summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-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>. |