This should have been done together with the website/doxygen/intro.html change in r3862.

This commit is contained in:
Andreas Huggel 2015-06-24 09:03:29 +00:00
parent 2cba566341
commit 4119d40386
4 changed files with 34 additions and 3 deletions

View File

@ -104,6 +104,7 @@ different actions of the Exiv2 utility (actions.cpp).</p>
<p>Exif Makernote data can be accessed through ExifData in the same
way as the standard Exif tags. In other words, for each entry of a
known Makernote, there is a corresponding Metadatum in the ExifData
container. Makernote taglists are available in classes
Exiv2::&lt;Make&gt;MakerNote (e.g.,
<a class="el" href="classExiv2_1_1CanonMakerNote.html">Exiv2::CanonMakerNote</a>.)
container. Makernote taglists are internally kept in classes
Exiv2::Internal::&lt;Make&gt;MakerNote (e.g.,
<a class="el" href="classExiv2_1_1Internal_1_1CanonMakerNote.html">
Exiv2::Internal::CanonMakerNote</a>.)

View File

@ -64,6 +64,7 @@ TABLES = Exif \
Iptc
SCHEMA = dc \
dwc \
xmp \
xmpRights \
xmpMM \

View File

@ -0,0 +1,28 @@
__doctype__
<html>
__header2__
<body>
__sidebar4__
<div id="content">
__maintitle__
<h2>Darwin Core Schema</h2>
<p>The Darwin Core schema provides a set of XMP properties intended to facilitate the sharing of information about biological diversity.
<ul>
<li>Exiv2 keys are nested: <b><code>Xmp.dwc.&lt;Main Structure&gt;/dwc:&lt;Property&gt;</code></b></li>
<li>The schema namespace URI is <b><code>http://rs.tdwg.org/dwc/index.htm</code></b></li>
<li>Darwin Core uses some <a href="tags-xmp-dcterms.html"><span>Qualified Dublin Core</span></a> properties</li>
<li>The preferred schema namespace prefix is <b><code>dwc</code></b> except for Location properties which use <b><code>dcterms</code></b></li>
<li>Some child properties under Record use the <a href="tags-xmp-dcterms.html"><b><code>dcterms</code></b></a> sub key prefix</li>
</ul>
<p>Reference: <a href="http://rs.tdwg.org/dwc/terms/" title="Darwin Core Terms">Darwin Core Terms</a></p>
<p>Click on a column header to sort the table.</p>
__xmp_dwc__
__footer__
</div>
<!-- closes content -->
__tracker__
</body>
</html>

View File

@ -9,6 +9,7 @@
<li><a href="metadata.html" title="Supported tags"><strong>Tag reference</strong></a></li>
<ul>
<li><a href="tags-xmp-dc.html"><strong>dc</strong></a></li>
<li><a href="tags-xmp-dwc.html"><strong>dwc</strong></a></li>
<li><a href="tags-xmp-xmp.html"><strong>xmp</strong></a></li>
<li><a href="tags-xmp-xmpRights.html"><strong>xmpRights</strong></a></li>
<li><a href="tags-xmp-xmpMM.html"><strong>xmpMM</strong></a></li>