Added digiKam and MicroSoftPhoto XMP properties to doc

This commit is contained in:
Andreas Huggel 2009-03-17 11:16:55 +00:00
parent c02386cb7a
commit 953f387e5c
5 changed files with 59 additions and 1 deletions

View File

@ -70,7 +70,9 @@ SCHEMA = xmp_dc \
xmp_tiff \
xmp_exif \
xmp_aux \
xmp_iptc
xmp_iptc \
xmp_MicrosoftPhoto \
xmp_digiKam
TAGLIST = ../../src/taglist

View File

@ -35,6 +35,8 @@
<li><a href="tags-xmp-exif.html"><span>exif</span></a></li>
<li><a href="tags-xmp-aux.html"><span>aux</span></a></li>
<li><a href="tags-xmp-iptc.html"><span>Iptc4xmpCore</span></a></li>
<li><a href="tags-xmp-digiKam.html"><span>digiKam</span></a></li>
<li><a href="tags-xmp-MicrosoftPhoto.html"><span>MicrosoftPhoto</span></a></li>
</ul>
</div>

View File

@ -0,0 +1,26 @@
__doctype__
<html>
__header2__
<body>
<div id="content">
__index1__
__index2__
<h2>Microsoft Photo Schema</h2>
<p>This schema specifies XMP properties used by Microsoft.
<ul>
<li>Exiv2 keys are <b><code>Xmp.MicrosoftPhoto.&lt;Property&gt;</code></b>
<li>The schema namespace URI is <b><code>http://ns.microsoft.com/Photo/1.0/</code></b></li>
<li>The preferred schema namespace prefix is <b><code>MicrosoftPhoto</code></b></li>
</ul>
</p>
<p>Click on a column header to sort the table.</p>
__xmp_MicrosoftPhoto__
</div>
<!-- closes content -->
</body>
</html>

26
doc/templates/tags-xmp-digiKam.html.in vendored Normal file
View File

@ -0,0 +1,26 @@
__doctype__
<html>
__header2__
<body>
<div id="content">
__index1__
__index2__
<h2>digiKam Photo Management Schema</h2>
<p>This schema specifies XMP properties used by digiKam.
<ul>
<li>Exiv2 keys are <b><code>Xmp.digiKam.&lt;Property&gt;</code></b>
<li>The schema namespace URI is <b><code>http://www.digikam.org/ns/1.0/</code></b></li>
<li>The preferred schema namespace prefix is <b><code>digiKam</code></b></li>
</ul>
</p>
<p>Click on a column header to sort the table.</p>
__xmp_digiKam__
</div>
<!-- closes content -->
</body>
</html>

View File

@ -70,6 +70,8 @@
- <a href="tags-xmp-exif.html">exif schema</a>
- <a href="tags-xmp-aux.html">aux schema</a>
- <a href="tags-xmp-iptc.html">Iptc4xmpCore schema</a>
- <a href="tags-xmp-digiKam.html">digiKam schema</a>
- <a href="tags-xmp-MicrosoftPhoto.html">MicrosoftPhoto schema</a>
@section formats File Formats