Lars Gullik Bjønnes wrote:
> | The attached patch to the www.lyx.org tree means that we now
> | have "only" these broken links (below) as found by W3C's checklink
> | utility.
>>
> | Ok to commit?
> 
> Feel free.

Ok. Done. Whilst we're at it, I've ascertained that all the files in
www.lyx.org are valid XHTML 1.1. Ok to commit the attached patch?

Shouldn't all the .gif files in the images directory be flagged as binary?
Can I get you to do that?

-- 
Angus
Index: end.php3
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-user/end.php3,v
retrieving revision 1.34
diff -u -p -r1.34 end.php3
--- end.php3	24 Jan 2005 11:01:27 -0000	1.34
+++ end.php3	21 Mar 2005 13:15:18 -0000
@@ -29,8 +29,8 @@ Thanks to <a href="http://www.ansol.org";
 <hr />
 <p>
     <a href="http://validator.w3.org/check/referer";><img
-        src="<?php echo $LYX; ?>/images/valid-xhtml10.gif"
-        width="88" height="31" alt="Valid XHTML 1.0!" /></a>
+        src="<?php echo $LYX; ?>/images/valid-xhtml11.gif"
+        width="88" height="31" alt="Valid XHTML 1.1!" /></a>
     <a href="http://jigsaw.w3.org/css-validator/check/referer";><img
        src="<?php echo $LYX; ?>/images/vcss.gif"
        width="88" height="31" alt="Valid CSS!" /></a>
Index: start.php3
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-user/start.php3,v
retrieving revision 1.17
diff -u -p -r1.17 start.php3
--- start.php3	24 Jul 2001 06:46:36 -0000	1.17
+++ start.php3	21 Mar 2005 13:13:37 -0000
@@ -149,7 +149,7 @@ if ($title == "") {
 
 echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n";
 ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" 
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
 <?php
Index: images/valid-xhtml11.gif
===================================================================
RCS file: images/valid-xhtml11.gif
diff -N images/valid-xhtml11.gif
Binary files /dev/null and valid-xhtml11.gif differ

Reply via email to