Added templates for HTTP doc of new XMP schemas.

This commit is contained in:
Andreas Huggel 2010-05-29 13:43:37 +00:00
parent ed491b47c0
commit 97f24cc506
3 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,28 @@
__doctype__
<html>
__header2__
<body>
<div id="content">
__index1__
__index2__
<h2>Microsoft Expression Media schema</h2>
<p>This is the Microsoft badged version of the
<a href="tags-xmp-mediapro.html" title="iView Media Pro schema">iView Media Pro schema</a>.
<ul>
<li>Exiv2 keys are <b><code>Xmp.expressionmedia.&lt;Property&gt;</code></b></li>
<li>The schema namespace URI is <b><code>http://ns.microsoft.com/expressionmedia/1.0/</code></b></li>
<li>The preferred schema namespace prefix is <b><code>expressionmedia</code></b></li>
</ul>
Reference: ?</p>
<p>Click on a column header to sort the table.</p>
__xmp_expressionmedia__
</div>
<!-- closes content -->
</body>
</html>

27
doc/templates/tags-xmp-kipi.html.in vendored Normal file
View File

@ -0,0 +1,27 @@
__doctype__
<html>
__header2__
<body>
<div id="content">
__index1__
__index2__
<h2>KDE Image Program Interface schema</h2>
<p>KDE Image Program Interface schema tags, used by digiKam kipi-plugins.
<ul>
<li>Exiv2 keys are <b><code>Xmp.kipi.&lt;Property&gt;</code></b></li>
<li>The schema namespace URI is <b><code>http://www.digikam.org/ns/kipi/1.0/</code></b></li>
<li>The preferred schema namespace prefix is <b><code>kipi</code></b></li>
</ul>
Reference: ?</p>
<p>Click on a column header to sort the table.</p>
__xmp_kipi__
</div>
<!-- closes content -->
</body>
</html>

28
doc/templates/tags-xmp-mediapro.html.in vendored Normal file
View File

@ -0,0 +1,28 @@
__doctype__
<html>
__header2__
<body>
<div id="content">
__index1__
__index2__
<h2>iView Media Pro schema</h2>
<p>iView Media Pro schema tags. See also its successor, the
<a href="tags-xmp-expressionmedia.html" title="Microsoft Expression Media schema">Microsoft Expression Media schema</a>.
<ul>
<li>Exiv2 keys are <b><code>Xmp.mediapro.&lt;Property&gt;</code></b></li>
<li>The schema namespace URI is <b><code>http://ns.iview-multimedia.com/mediapro/1.0/</code></b></li>
<li>The preferred schema namespace prefix is <b><code>mediapro</code></b></li>
</ul>
Reference: ?</p>
<p>Click on a column header to sort the table.</p>
__xmp_mediapro__
</div>
<!-- closes content -->
</body>
</html>