Added digiKam and MicroSoftPhoto XMP properties to doc
This commit is contained in:
parent
c02386cb7a
commit
953f387e5c
4
doc/templates/Makefile
vendored
4
doc/templates/Makefile
vendored
@ -70,7 +70,9 @@ SCHEMA = xmp_dc \
|
||||
xmp_tiff \
|
||||
xmp_exif \
|
||||
xmp_aux \
|
||||
xmp_iptc
|
||||
xmp_iptc \
|
||||
xmp_MicrosoftPhoto \
|
||||
xmp_digiKam
|
||||
|
||||
TAGLIST = ../../src/taglist
|
||||
|
||||
|
||||
2
doc/templates/__index2__
vendored
2
doc/templates/__index2__
vendored
@ -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>
|
||||
|
||||
|
||||
26
doc/templates/tags-xmp-MicrosoftPhoto.html.in
vendored
Normal file
26
doc/templates/tags-xmp-MicrosoftPhoto.html.in
vendored
Normal 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.<Property></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
26
doc/templates/tags-xmp-digiKam.html.in
vendored
Normal 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.<Property></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>
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user