www-commits
[Top][All Lists]
Advanced

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

www/server/standards boilerplate.html boilerpla...


From: D. E. Evans
Subject: www/server/standards boilerplate.html boilerpla...
Date: Thu, 21 Sep 2006 03:52:57 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     D. E. Evans <sinuhe>    06/09/21 03:52:57

Modified files:
        server/standards: boilerplate.html boilerplate.xhtml 

Log message:
        First attempt to update boilerplate to compensate for gnu.css
        changes.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/standards/boilerplate.html?cvsroot=www&r1=1.12&r2=1.13
http://web.cvs.savannah.gnu.org/viewcvs/www/server/standards/boilerplate.xhtml?cvsroot=www&r1=1.18&r2=1.19

Patches:
Index: boilerplate.html
===================================================================
RCS file: /web/www/www/server/standards/boilerplate.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- boilerplate.html    8 Feb 2006 23:24:51 -0000       1.12
+++ boilerplate.html    21 Sep 2006 03:52:50 -0000      1.13
@@ -3,8 +3,41 @@
 <HEAD>
   <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <TITLE>FOO Title</TITLE>
-  <LINK rel="stylesheet" type="text/css" href="/gnu.css">
   <LINK rev="made" href="mailto:address@hidden";>
+  <STYLE type="text/css">
+    div.copyright {
+      font-size: 0.9em; 
+      padding: 0.9em; 
+      background-color: #afcde8; 
+      border: 0px;
+      border-top: 2px solid #06c;
+    }
+    img { border: none 0 }
+    .translations {
+      background-color: transparent; 
+      color: black; 
+      font-family: serif; 
+      font-size: smaller;
+    }
+    a:link { 
+      color: #1f00ff; 
+      background-color: transparent; 
+      text-decoration: underline;
+    }
+    a:visited { 
+      color: #9900dd; 
+      background-color: transparent; 
+      text-decoration: underline; 
+    } 
+    a:hover { 
+      color: #9900dd; 
+      background-color: transparent; 
+      text-decoration: none; 
+    } 
+    .centre { text-align: center } 
+    .italic { font-style: italic } 
+    .bold { font-weight: bold } 
+    </STYLE>
 </HEAD>
 
 <BODY>
@@ -193,7 +226,7 @@
 <P>
 Updated:
 <!-- timestamp start -->
-$Date: 2006/02/08 23:24:51 $ $Author: sinuhe $
+$Date: 2006/09/21 03:52:50 $ $Author: sinuhe $
 <!-- timestamp end -->
 </P>
 </DIV>

Index: boilerplate.xhtml
===================================================================
RCS file: /web/www/www/server/standards/boilerplate.xhtml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- boilerplate.xhtml   8 Feb 2006 23:44:37 -0000       1.18
+++ boilerplate.xhtml   21 Sep 2006 03:52:50 -0000      1.19
@@ -22,6 +22,10 @@
 <!-- If you are not intending to use XML options, perhaps you -->
 <!-- should be using the HTML boilerplate.html -->
 <!-- See validator.w3.org -->
+<!-- Do *not* use this boilerplate unless you have a good reason -->
+<!-- not to use boilerplate.html.  XHTML is not backwards -->
+<!-- compatible with HTML as far as browsers (such as IE).  -->
+<!-- It is also recommended that you use your own style sheet.  -->
 
 <body>
 
@@ -215,7 +219,7 @@
 <p>
 Updated:
 <!-- timestamp start -->
-$Date: 2006/02/08 23:44:37 $ $Author: sinuhe $
+$Date: 2006/09/21 03:52:50 $ $Author: sinuhe $
 <!-- timestamp end -->
 </p>
 </div>




reply via email to

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