r5868 - /scripts/qa/versioncheck-html

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jul 19 09:52:50 UTC 2007


Author: dmn
Date: Thu Jul 19 09:52:50 2007
New Revision: 5868

URL: http://svn.debian.org/wsvn/?sc=1&rev=5868
Log:
Add /some/ prettynes to that HTML

Modified:
    scripts/qa/versioncheck-html

Modified: scripts/qa/versioncheck-html
URL: http://svn.debian.org/wsvn/scripts/qa/versioncheck-html?rev=5868&op=diff
==============================================================================
--- scripts/qa/versioncheck-html (original)
+++ scripts/qa/versioncheck-html Thu Jul 19 09:52:50 2007
@@ -18,10 +18,30 @@
 wget -q -O- http://ftp-master.debian.org/new.html | html2text -nobs -width 255 > $DIR/newqueue
 wget -q -O- $CPAN/modules/01modules.index.html | html2text -nobs -width 500 > $DIR/cpan
 
-echo "<html>"
-echo "<body>"
-echo "<table border=\"1\">"
-echo "<tr><th>Package</th><th>Repository</th><th>Archive</th><th>upstream</th></tr>"
+cat <<_EOF
+<html>
+<head>
+	<title>pkg-perl TODO</title>
+	<style>
+		body {
+			background: white;
+			color: black;
+		}
+		table {
+			border: 1px solid black;
+			border-collapse: collapse;
+		}
+	</style>
+</head>
+<body>
+<table>
+<tr>
+	<th>Package</th>
+	<th>Repository</th>
+	<th>Archive</th>
+	<th>upstream</th>
+</tr>
+_EOF
 
 # loop over packages
 for SECTION in packages tools; do




More information about the Pkg-perl-cvs-commits mailing list