[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:41 UTC 2017


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

The following commit has been merged in the master branch:
commit 9928c0c896914064bdc604435a67b982b574d831
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Wed Sep 2 14:27:39 2015 +0000

    #1111: Converted the conversion table.
---
 website/bin/conversion.sh         |  2 +-
 website/master/conversion.html.in | 26 +++++++++++++-------------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/website/bin/conversion.sh b/website/bin/conversion.sh
index 60b9c99..c79f00c 100755
--- a/website/bin/conversion.sh
+++ b/website/bin/conversion.sh
@@ -13,7 +13,7 @@ count=${#from[@]}
 index=0
 (
 
-    echo   '<table class="ReportTable" cellspacing="0">'
+    echo   '<table class="table table-striped">'
     echo   '<tr><th>Between Exif tags or Iptc datasets</th><th>and XMP properties</th></tr>'
     while [ $index -lt $count ]; do
         printf '<tr><td>%s</td><td>%s</td></tr>
' "${from[index]}" "${to[index]}"
diff --git a/website/master/conversion.html.in b/website/master/conversion.html.in
index f87e2c0..6efd962 100644
--- a/website/master/conversion.html.in
+++ b/website/master/conversion.html.in
@@ -1,23 +1,23 @@
 __doctype__
-<html>
-__header2__
+<html lang="en">
+__header4__
 <body>
-__sidebar1__
+__navbar__
 
-<div id="content">
-__maintitle__
-<h2>Exiv2 Conversion Table</h2>
-<div>
-<p>Exiv2 maps and will convert Exif tags and IPTC Datasets to and from XMP properties.<br>
-This function is available via the import/export command line options: <a title="exiv2 manpage" href="manpage.html">exiv2 -eX image.jpg; exiv2 -iX image.jpg</a><br>
+<div class="container">
+  <div class="page-header">
+    <h1>Exiv2 conversion table</h1>
+  </div>
+
+<p class="lead">Exiv2 maps and will convert Exif tags and IPTC datasets to and from XMP properties.</p>
+
+<p>This function is available via the import/export command line options: <code><a title="exiv2 manpage" href="manpage.html">exiv2 -eX image.jpg; exiv2 -iX image.jpg</a></code><br>
 and via the exiv2 API: <a title="convert.hpp File Reference" href="doc/convert_8hpp.html">convert.hpp File Reference</a></p>
-</div>
 
 __conversion__
 
 __footer__
-</div>
-<!-- closes content -->
-
+</div><!-- /.container -->
+__bootstrap__
 </body>
 </html>

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list