rev 9711 - in www/v2: . pages

Ana Beatriz Guerrero López ana at alioth.debian.org
Mon Mar 10 21:24:20 UTC 2008


Author: ana
Date: 2008-03-10 21:24:19 +0000 (Mon, 10 Mar 2008)
New Revision: 9711

Modified:
   www/v2/genweb.sh
   www/v2/pages/index
Log:
more fixes/updates by davies


Modified: www/v2/genweb.sh
===================================================================
--- www/v2/genweb.sh	2008-03-10 19:43:48 UTC (rev 9710)
+++ www/v2/genweb.sh	2008-03-10 21:24:19 UTC (rev 9711)
@@ -1,7 +1,8 @@
 #!/bin/bash -e
 
 OUTPUT=output
-rm -rf pages/*~ output/*
+mkdir -p $OUTPUT
+rm -rf pages/*~ $OUTPUT/*
 FILES=`ls pages/ | grep -v "style.css\|top\|bottom"`
 
 cp pages/style.css $OUTPUT/style.css

Modified: www/v2/pages/index
===================================================================
--- www/v2/pages/index	2008-03-10 19:43:48 UTC (rev 9710)
+++ www/v2/pages/index	2008-03-10 21:24:19 UTC (rev 9711)
@@ -12,6 +12,10 @@
 			
 			<h2>Latest news:</h2>
 
+        <p><strong>Mar 10, 2008</strong><br />
+        KDE 4.0.2 released and available in experimental.<br />
+        KDE 3.5.9 is also now available in unstable.</p>
+
 	    <p><strong>Feb 5, 2008</strong><br />
 	    KDE 4.0.1 released and available in experimental.</p>
 




More information about the pkg-kde-commits mailing list