diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-07-31 00:16:12 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-07-31 00:16:12 +0200 |
| commit | 64c8713ab4a64eaf53a764530837bd3ae47a89d2 (patch) | |
| tree | cf491779baf6f20190fd80c6d04633df5dea776d /sample/src/CIAF_1/index.xml | |
| parent | 85cdaaaeafd9eb4ff5e6f6db87e1df5e2e41b431 (diff) | |
| download | cataract-64c8713ab4a64eaf53a764530837bd3ae47a89d2.tar.xz | |
The <item src> parameter can now be omitted when preview src is specified
Skip items with no source or preview image src specified.
Diffstat (limited to 'sample/src/CIAF_1/index.xml')
| -rw-r--r-- | sample/src/CIAF_1/index.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sample/src/CIAF_1/index.xml b/sample/src/CIAF_1/index.xml index 9d619f5..788fc95 100644 --- a/sample/src/CIAF_1/index.xml +++ b/sample/src/CIAF_1/index.xml @@ -26,7 +26,17 @@ <item src="img_6802c.jpg" preview="preview/img_6802.jpg"> <nofullsize /> <title>Photo title</title> - <title_description>This photo doesn't contain link to original image, though it's still needed for EXIF data extraction.</title_description> + <title_description>This photo doesn't contain link to original image, but src parameter is specified.</title_description> + </item> + + <item preview="preview/img_6802d.jpg"> + <title>Photo title</title> + <title_description>This photo doesn't contain link to original image nor the src parameter, EXIF data are extracted from the preview image.</title_description> + </item> + + <item> + <title>Invalid item</title> + <title_description>Invalid item (no src specified), will be skipped.</title_description> </item> <item src="img_6850.jpg" quality="20"> |
