www-commits
[Top][All Lists]
Advanced

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

www home.shtml


From: Miguel Vazquez Gocobachi
Subject: www home.shtml
Date: Fri, 07 Jul 2006 15:02:41 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Miguel Vazquez Gocobachi <demrit>       06/07/07 15:02:41

Modified files:
        .              : home.shtml 

Log message:
        * Added code comments
        * Bugs fixed

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/home.shtml?cvsroot=www&r1=1.71&r2=1.72

Patches:
Index: home.shtml
===================================================================
RCS file: /web/www/www/home.shtml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- home.shtml  4 Jul 2006 22:14:18 -0000       1.71
+++ home.shtml  7 Jul 2006 15:02:38 -0000       1.72
@@ -1,8 +1,10 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+<!DOCTYPE html PUBLIC 
+    "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<!-- BEGIN layout -->
 <html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-
+    <!-- BEGIN head -->
     <head>
         <title>The GNU Operating system</title>
         <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -14,6 +16,7 @@
         <link rel="alternate" title="What's New" 
href="http://www.gnu.org/rss/whatsnew.rss"; type="application/rss+xml" />
         <link rel="alternate" title="New Free Software" 
href="http://www.gnu.org/rss/quagga.rss"; type="application/rss+xml" />
     </head>
+    <!-- END head -->
 
     <!-- 
         Please ensure that you properly nest your tags.
@@ -22,6 +25,7 @@
         Review the w3c accessibility guidelines when in doubt 
     -->
 <body>
+    <!-- BEGIN wrapper -->
     <div style="margin-left: 5%; margin-right: 5%;">
       <!-- BEGIN header -->
       <table>
@@ -123,7 +127,7 @@
                       Keep it short and sweet: 3 lines and 2 columns is 
already enough 
                   -->
 
-                  <!-- BEGIN menu -->
+                  <!-- BEGIN GNUmenu -->
                   <table width="100%">
                       <tr>
                           <td align="left">
@@ -144,6 +148,7 @@
                           </td>
                       </tr>
                   </table>
+                  <!-- END GNUmenu -->
               </td>
               <td class="side">
                   <table>
@@ -221,6 +226,7 @@
 
       <hr />
     
+      <!-- BEGIN Articles -->
       <table>
           <tr>
               <!-- BEGIN GNUFlashes -->
@@ -319,16 +325,20 @@
                       <a href="/server/takeaction.html#other">Other Action 
Items</a>
                   </p>
               </td>
+              <!-- END TakeAction -->
           </tr>
       </table>
+      <!-- END Articles -->
 
-      <div class="copyright">
-          <!-- this anchor is referred to from the default
+      <!-- BEGIN copyleft -->
+      <div class="footer">
+          <!-- 
+               this anchor is referred to from the default
                gendocs_template (available as part of Texinfo) used for
-               generating GNU manuals online, so please don't remove it.  -->
-          <a name="ContactInfo"></a>
-               
+               generating GNU manuals online, so please don't remove it.  
+          -->
           <p>
+             <a name="ContactInfo"></a>
               Please inquire about GNU by Email: <a 
href="mailto:address@hidden";>address@hidden</a>, 
               Voice: +1-617-542-5942, or Fax: +1-617-542-2652.
           </p>
@@ -336,7 +346,7 @@
           <p>
               Please send broken links and other web page suggestions to 
               <a href="/people/webmeisters.html">The GNU Webmasters</a> at 
-              <a href="mailto:address@hidden";>address@hidden</a>, Thanks.
+              <a href="mailto:address@hidden";>address@hidden</a>, Thank you.
           </p>
        
           <p>
@@ -351,11 +361,13 @@
           <p>
               Updated:
               <!-- timestamp start -->
-              $Date: 2006/07/04 22:14:18 $ $Author: karl $
+              $Date: 2006/07/07 15:02:38 $ $Author: demrit $
               <!-- timestamp end -->
           </p>
       </div>
+      <!-- BEGIN copyleft -->     
 
+      <!-- BEGIN TranslationList -->
       <a id="translations"></a>
       <p>
           <strong>
@@ -364,6 +376,9 @@
       </p>
 
       <!--#include file="translations.include" -->
+      <!-- END TranslationList -->
    </div>
+   <!-- BEGIN wrapper -->
 </body>
 </html>
+<!-- END layout -->




reply via email to

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