From 4119d4038699f5643da5870cbd007a8d33dd077d Mon Sep 17 00:00:00 2001
From: Andreas Huggel
Date: Wed, 24 Jun 2015 09:03:29 +0000
Subject: [PATCH] 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(-)
create mode 100644 website/master/tags-xmp-dwc.html.in
diff --git a/doc/templates/__intro__ b/doc/templates/__intro__
index e268c9ba..24c25bf4 100644
--- a/doc/templates/__intro__
+++ b/doc/templates/__intro__
@@ -104,6 +104,7 @@ different actions of the Exiv2 utility (actions.cpp).
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.,
-Exiv2::CanonMakerNote.)
+container. Makernote taglists are internally kept in classes
+Exiv2::Internal::<Make>MakerNote (e.g.,
+
+Exiv2::Internal::CanonMakerNote.)
diff --git a/website/Makefile b/website/Makefile
index e2d27332..9d017043 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 00000000..59854365
--- /dev/null
+++ b/website/master/tags-xmp-dwc.html.in
@@ -0,0 +1,28 @@
+__doctype__
+
+__header2__
+
+__sidebar4__
+
+
+__maintitle__
+
Darwin Core Schema
+
The Darwin Core schema provides a set of XMP properties intended to facilitate the sharing of information about biological diversity.
+
+ - Exiv2 keys are nested:
Xmp.dwc.<Main Structure>/dwc:<Property>
+ - The schema namespace URI is
http://rs.tdwg.org/dwc/index.htm
+ - Darwin Core uses some Qualified Dublin Core properties
+ - The preferred schema namespace prefix is
dwc except for Location properties which use dcterms
+ - Some child properties under Record use the
dcterms sub key prefix
+
+
Reference: Darwin Core Terms
+
Click on a column header to sort the table.
+
+__xmp_dwc__
+__footer__
+
+
+
+__tracker__
+
+
diff --git a/website/var/__sidebar4__ b/website/var/__sidebar4__
index 4a1a9e1a..f545ff67 100644
--- a/website/var/__sidebar4__
+++ b/website/var/__sidebar4__
@@ -9,6 +9,7 @@