blob: bbeacc1d01650c43228f95115356f0bac4976afe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<?xml version="1.0" encoding="utf-8"?>
<gallery type="album">
<general>
<ID>Extra files</ID>
<title>Extra files</title>
<description><![CDATA[This is to demonstrate ability to include extra files in album. Such files can then be used in the HTML code - description, footer, both in album/index page and its particular item pages. Common use is enclosed documents, brochures, logos, maps, ... Another use scenario can be <code>.htaccess</code> control files.<br />
<br />
Please keep in mind to specify relative paths only and also that target paths match source ones.<br />
<br />
Test: <br />
<div style="padding-left: 3em;">
<img src="duck.png" alt="" /> (<code>duck.png</code> in the album directory)<br />
<img src="subdir/doxywizard.png" alt="" /> (<code>subdir/doxywizard.png</code>)<br />
<a href="_orig/.htaccess">_orig/.htaccess</a> (<code>.htaccess</code> file, e.g. allowing indexes so users can <code>wget -r</code> all images)<br />
</div>
]]></description>
<extra_files><![CDATA[duck.png
subdir/doxywizard.png
_orig/.htaccess
]]></extra_files>
</general>
<items>
</items>
</gallery>
|