[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:45:35 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=4119d40

The following commit has been merged in the master branch:
commit 4119d4038699f5643da5870cbd007a8d33dd077d
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Jun 24 09:03:29 2015 +0000

    This should have been done together with the website/doxygen/intro.html change in r3862.
---
 doc/templates/__intro__             |  7 ++++---
 website/Makefile                    |  1 +
 website/master/tags-xmp-dwc.html.in | 28 ++++++++++++++++++++++++++++
 website/var/__sidebar4__            |  1 +
 4 files changed, 34 insertions(+), 3 deletions(-)

diff --git a/doc/templates/__intro__ b/doc/templates/__intro__
index e268c9b..24c25bf 100644
--- a/doc/templates/__intro__
+++ b/doc/templates/__intro__
@@ -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::<Make>MakerNote (e.g.,
-<a class="el" href="classExiv2_1_1CanonMakerNote.html">Exiv2::CanonMakerNote</a>.)
+container. Makernote taglists are internally kept in classes
+Exiv2::Internal::<Make>MakerNote (e.g.,
+<a class="el" href="classExiv2_1_1Internal_1_1CanonMakerNote.html">
+Exiv2::Internal::CanonMakerNote</a>.)
diff --git a/website/Makefile b/website/Makefile
index e2d2733..9d01704 100644
--- a/website/Makefile
+++ b/website/Makefile
@@ -64,6 +64,7 @@ TABLES = Exif \
          Iptc
 
 SCHEMA = dc \
+         dwc \
          xmp \
          xmpRights \
          xmpMM \
diff --git a/website/master/tags-xmp-dwc.html.in b/website/master/tags-xmp-dwc.html.in
new file mode 100644
index 0000000..5985436
--- /dev/null
+++ b/website/master/tags-xmp-dwc.html.in
@@ -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.<Main Structure>/dwc:<Property></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>
diff --git a/website/var/__sidebar4__ b/website/var/__sidebar4__
index 4a1a9e1..f545ff6 100644
--- a/website/var/__sidebar4__
+++ b/website/var/__sidebar4__
@@ -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>

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list