www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server whatsnew.txt whatsnew.xslt


From: Yavor Doganov
Subject: www/server whatsnew.txt whatsnew.xslt
Date: Mon, 21 Jan 2008 19:13:01 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Yavor Doganov <yavor>   08/01/21 19:13:01

Modified files:
        server         : whatsnew.txt whatsnew.xslt 

Log message:
        Fix the XSLT to build w/o errors and trigger another rebuild.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/whatsnew.txt?cvsroot=www&r1=1.106&r2=1.107
http://web.cvs.savannah.gnu.org/viewcvs/www/server/whatsnew.xslt?cvsroot=www&r1=1.11&r2=1.12

Patches:
Index: whatsnew.txt
===================================================================
RCS file: /web/www/www/server/whatsnew.txt,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -b -r1.106 -r1.107
--- whatsnew.txt        21 Jan 2008 09:12:08 -0000      1.106
+++ whatsnew.txt        21 Jan 2008 19:12:41 -0000      1.107
@@ -1,8 +1,6 @@
 * 20 December 2007
 
-Celebrate <a href="http://gnupg.org";>GnuPG</a>'s <a
-href="http://lists.gnu.org/archive/html/info-gnu/2007-12/msg00009.html";>10th
-birthday</a>!
+Celebrate <a href="http://gnupg.org";>GnuPG</a>'s <a 
href="http://lists.gnu.org/archive/html/info-gnu/2007-12/msg00009.html";>10th 
birthday</a>!
 
 * 25 November 2007
 

Index: whatsnew.xslt
===================================================================
RCS file: /web/www/www/server/whatsnew.xslt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- whatsnew.xslt       21 Jan 2008 05:07:04 -0000      1.11
+++ whatsnew.xslt       21 Jan 2008 19:12:41 -0000      1.12
@@ -23,7 +23,9 @@
     <!-- Script to convert the whatsnew database into the whatsnew.html page.
         This is run by a Makefile in the ../rss directory.
       -->
-    <xsl:output method="xml" indent="yes">     
+    <xsl:output method="xml" indent="yes"      
+               doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
+               
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml-strict.dtd"/>
 
     <xsl:template match="/">
                <!-- Coming Events changes regularly and this is another good 
place to  -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]