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


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

The following commit has been merged in the master branch:
commit d2330893be09401f661cdcf242364d83c5eedf18
Author: Robin Mills <robin at clanmills.com>
Date:   Wed Apr 29 11:22:10 2015 +0000

    Adding a style sheet to convertToHTML.sh
---
 website/convertToHTML.sh | 27 +++++++++++++++++++++++++--
 1 file changed, 25 insertions(+), 2 deletions(-)

diff --git a/website/convertToHTML.sh b/website/convertToHTML.sh
index 3cea99a..2d05515 100755
--- a/website/convertToHTML.sh
+++ b/website/convertToHTML.sh
@@ -11,7 +11,30 @@ count=${#from[@]}
 
 index=0
 (
-    echo '<html><body style="background:pink;margin-left:10px">'
+    echo '<html><head><title>Exiv2 Convert Table</title></head>'
+    echo '<style>'
+    cat   << STYLE
+	body {
+		font                : 11px verdana, arial, helvetica, sans-serif;
+		line-height         : 12px;
+		margin-left         : 20px;
+		margin-top          : 20px;
+		margin-bottom       : 20px;
+		color               : blue;
+		background-color    : #44bbff;
+		width               : 850px;
+	}
+	th {
+		font                : 14px verdana, arial, helvetica, sans-serif;
+		font-style          : bold;
+		line-height         : 12px;
+		color               : black;
+		background-color    : white;
+	}
+STYLE
+    echo '</style>'
+
+    echo '<body><img src="Exiv2Logo.png">'
     echo '<h1>Exiv2 Convert Table</h1>'
     echo '<p>Generated at: ' $(date) '</p>'
 
@@ -23,7 +46,7 @@ index=0
     done
     echo '</table>'
 
-    echo '<html><body><table>'
+    echo '</body></html>'
 ) > convert.html
 
 open convert.html

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list