rev 5046 - in www/v2: . images pages

Sune Vuorela pusling-guest at alioth.debian.org
Sun Dec 3 17:32:11 CET 2006


Author: pusling-guest
Date: 2006-12-03 17:32:11 +0100 (Sun, 03 Dec 2006)
New Revision: 5046

Added:
   www/v2/images/KDEbian2.ico
Modified:
   www/v2/genweb.sh
   www/v2/pages/kdebuggraph
   www/v2/pages/top
Log:
adding a favicon 
adding links to more bug graphs


Modified: www/v2/genweb.sh
===================================================================
--- www/v2/genweb.sh	2006-12-03 16:28:29 UTC (rev 5045)
+++ www/v2/genweb.sh	2006-12-03 16:32:11 UTC (rev 5046)
@@ -6,7 +6,9 @@
 
 cp pages/style.css $OUTPUT/style.css
 cp -a images $OUTPUT/
+cp images/KDEbian2.ico $OUTPUT/favicon.ico
 
+
 for i in $FILES
 do
 	cat pages/top > $OUTPUT/$i.html

Added: www/v2/images/KDEbian2.ico
===================================================================
(Binary files differ)


Property changes on: www/v2/images/KDEbian2.ico
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: www/v2/pages/kdebuggraph
===================================================================
--- www/v2/pages/kdebuggraph	2006-12-03 16:28:29 UTC (rev 5045)
+++ www/v2/pages/kdebuggraph	2006-12-03 16:32:11 UTC (rev 5046)
@@ -4,4 +4,8 @@
 			<img src="http://alioth.debian.org/~pusling-guest/pkg-kde-buggraphs/_ALL_-week.png" />
 			<h3>Evolution of the numbers of bugs in the last month</h3>
 			<img src="http://alioth.debian.org/~pusling-guest/pkg-kde-buggraphs/_ALL_-month.png" />
+			<h3>
+			<p>
+			More graphs located at <a href="http://alioth.debian.org/~pusling-guest/pkg-kde-buggraphs/">http://alioth.debian.org/~pusling-guest/pkg-kde-buggraphs/</a>
+			</p>
 

Modified: www/v2/pages/top
===================================================================
--- www/v2/pages/top	2006-12-03 16:28:29 UTC (rev 5045)
+++ www/v2/pages/top	2006-12-03 16:32:11 UTC (rev 5046)
@@ -7,6 +7,8 @@
 	<meta name="keywords" content="debian, kde, qt" />
 	<meta name="author" content="The Debian KDE maintainers / Design by Andreas Viklund - http://andreasviklund.com/" />
 	<link rel="stylesheet" type="text/css" href="style.css" title="1024px style" media="screen,projection" />
+	<link rel="shortcut icon" href="favicon.ico" />
+
 	<title>The Debian KDE maintainers website</title>
 </head>
 




More information about the pkg-kde-commits mailing list