www-commits
[Top][All Lists]
Advanced

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

www gnu-new.css provide.html graphics/campaigns...


From: Matt Lee
Subject: www gnu-new.css provide.html graphics/campaigns...
Date: Wed, 27 Sep 2006 17:36:04 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        06/09/27 17:36:04

Modified files:
        .              : gnu-new.css provide.html 
        graphics       : campaigns.png gnu-head-banner.png 
        philosophy     : microsoft.html philosophy.html 
        server         : banner.html footer.html sidebar.html 
        software       : software.html 

Log message:
        tweaked stylesheets, banner graphics, added more pages to the templated 
        look

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-new.css?cvsroot=www&r1=1.6&r2=1.7
http://web.cvs.savannah.gnu.org/viewcvs/www/provide.html?cvsroot=www&r1=1.25&r2=1.26
http://web.cvs.savannah.gnu.org/viewcvs/www/graphics/campaigns.png?cvsroot=www&rev=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/graphics/gnu-head-banner.png?cvsroot=www&rev=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/microsoft.html?cvsroot=www&r1=1.16&r2=1.17
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/philosophy.html?cvsroot=www&r1=1.198&r2=1.199
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banner.html?cvsroot=www&r1=1.7&r2=1.8
http://web.cvs.savannah.gnu.org/viewcvs/www/server/footer.html?cvsroot=www&r1=1.7&r2=1.8
http://web.cvs.savannah.gnu.org/viewcvs/www/server/sidebar.html?cvsroot=www&r1=1.1&r2=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/software/software.html?cvsroot=www&r1=1.85&r2=1.86

Patches:
Index: gnu-new.css
===================================================================
RCS file: /web/www/www/gnu-new.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- gnu-new.css 21 Sep 2006 19:21:55 -0000      1.6
+++ gnu-new.css 27 Sep 2006 17:35:53 -0000      1.7
@@ -1,10 +1,11 @@
+
+
   body{
   padding: 0;
   margin: 0;
   font-family: "Bitstream Vera Sans", "Lucida Grande", Lucida, Verdana, Arial, 
sans-serif; 
-  font-size: 90%;
-  background-color: #c3daef;
-  min-width: 50em;
+  font-size: 86%;
+  background-color: #fff;
   }
   
   p{
@@ -12,21 +13,32 @@
   }
   
   #wrapper{
-  min-width: 63em;
-  margin: 1em auto 1em auto;
-  background-color: #fff;
-  -moz-border-radius: 0.8em;
-  padding: 1em;
+  margin: 0;
+  background-color: transparent;
+  padding: 0em;
   position: relative;
-  max-width: 75em;
   }
   
   #top2{
-  margin-top: -0.6em;
   padding: 0;
   clear: both;
+  background-color: #3F4C6B;
+  padding-top: 2.4em;
   }
   
+  #navigation-bar{background-color: #222;}
+
+  #navbar{width: 65em; margin: 0 auto 0 auto; }
+
+  #navbar ul{list-style: none; line-height: 2em; padding-left: 0; margin-left: 
0;}
+
+  #navbar li{display: inline;}
+
+  #navbar li a{margin-right: 0.5em; color: #ddd; font-weight: bold; font-size: 
0.9em; padding: 0.2em 0.3em 0.2em 0.3em; text-decoration: none;}
+
+  #navbar li a:hover{background-color: #aaa; color: #222;}
+
+  
   #searcher{
   line-height: 2.1em;
   text-align: right;
@@ -35,14 +47,19 @@
   margin-bottom: 0.4em;
   margin-top: 0em;
   position: absolute;
-  top: 0.5em;
-  right: 0.5em;
+  top: 0;
+  right: 0;
+  z-index: 1000;
   }
 
 #fsflinks{
 position: absolute;
-top: 0.5em;
-left: 0.5em;
+top: 0;
+left: 0;
+font-size: 0.9em;
+background-color: #333;
+width: 100%;
+height: 2.4em;
 }
 
 #fsflinks ul{
@@ -57,6 +74,7 @@
 
 #fsflinks li a{
 padding-left: 0.5em;
+color: #ccc !important;
 }
 
   
@@ -68,16 +86,17 @@
   }
   
   #banner{
-  background-color: #fff;
   text-align: center;
-  border-top: 1px solid #ddd;
-  margin-bottom: 0;
-  margin-top: 2.4em;
+  margin: 0 auto 0 auto;
+  width: 65em;
+  padding: 1em;
+  height: 7em;
   }
   
   #banner h1{
   padding-top: 0.1em;
   font-size: 130%;
+  color: #fff;
   }
   
   #links{
@@ -85,18 +104,18 @@
   padding: 0;
   margin-left: 100px;
   margin-right: 100px;
-  background-color: #eee;
   list-style: none;
-  
   }
   
   #links li{
   display: inline;
   margin-right: 0.5em;
-  border-right: 1px solid #333;
+  border-right: 1px solid #fff;
   padding-right: 0.5em;
   }
   
+  #links li a{color: #fff !important; font-weight: bold;}
+  
   #gnulogo{
   float: left;
   }
@@ -149,24 +168,19 @@
   
   #columns, #footer{
   clear: both;
+  width: 65em;
+  margin: 0 auto 0 auto;
+  position: relative;
   }
   
-  #columns{
-  padding: 1em;
-  background-color: white;
-  }
-
-  #content{
-margin-right: 16em;
+  #content, #footer, #translations{
+  margin-right: 15em;
 }
   
   #footer{
-  padding: 0.9em;
-  font-size: 0.9em;
-  background-color: #afcde8;
-  -moz-border-radius-bottomleft: 0.5em;
-  -moz-border-radius-bottomright: 0.5em;
-  
+  background-color: #fff;
+  border-top: 2px solid #ddd;
+  margin-right: 15em;
   }
   
   .netscape4{
@@ -178,12 +192,21 @@
 
 #sidebar {
 position: absolute;
-top: 16em;
+top: 0em;
 width: 16em;
-background-color: transparent;
-right: 1em;
+right: 0em;
+font-size: 0.9em;
 }
 
+#sidebar h3{text-align: center; margin-top: 0;}
+
+#sidebar ul{margin-bottom: 1.2em;}
+
+
+
+
+
+
 /* CSS classes for doing things like two columns */
 
 .rowOfBoxes {
@@ -237,4 +260,8 @@
   border-top: 1px solid rgb(204,204,204);
 }
 
-#validator{ position: absolute; bottom: 2em; right: 1em; }
\ No newline at end of file
+#translations{width: 65em; margin: 0 auto 0 auto; border: 2px solid #d10; 
background-color: #ffb;padding: 1em; margin-bottom: 2em;}
+
+#translations h4{padding-top: 0; margin-top: 0;}
+
+#validator{position: absolute; bottom: 0; right: 1em;}
\ No newline at end of file

Index: provide.html
===================================================================
RCS file: /web/www/www/provide.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- provide.html        24 Aug 2006 06:53:32 -0000      1.25
+++ provide.html        27 Sep 2006 17:35:53 -0000      1.26
@@ -1,9 +1,5 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
+<!--#include virtual="/server/header.html" -->
 
-<head>
 <title>What we provide - GNU Project - Free Software Foundation (FSF)</title>
 <link rev="made" href="mailto:address@hidden"; />
 <link href="/gnu.css" rel="stylesheet" />
@@ -12,12 +8,7 @@
 <meta name="author" content="Free Software Foundation, Inc" />
 <meta name="features" content="WAI AA, XHTML, CSS, Semantic Markup, Tableless 
Design, Freedom" />
 <link rel="alternate" type="application/rss+xml" title="What's New" 
href="http://www.gnu.org/rss/whatsnew.rss"; />
-<meta name="dc.title" content="GNU Project" />
-<meta name="Keywords" content="Free Software Operating System GNU/Linux" />
-<meta content="Free Software Foundation" name="dc.creator" />
-<meta content="Web Page" name="dc.type" />
-<meta content="text/html" name="dc.format" />
-<meta content="en" name="dc.language" /></head>
+<!--#include virtual="/server/banner.html" -->
 
 <!-- This document is in XML, and xhtml 1.0 -->
 <!-- Please make sure to properly nest your tags -->
@@ -27,15 +18,15 @@
 
 <body>
 
-<h1>What We Provide</h1>
+<h2>What We Provide</h2>
 
 <p>
 What the FSF provides to computer users, above all, is the chance to
-use a computer in freedom--using
+use a computer in freedom -- using
 <a href="/philosophy/free-sw.html">free software</a>.</p>
 
 <p>Since 1985 the FSF has sponsored the development of the free software
-operating system <a href="/gnu/gnu-history.html">GNU </a>.
+operating system <a href="/gnu/gnu-history.html">GNU</a>.
 The <a href="/gnu/linux-and-gnu.html">GNU/Linux</a> variant of GNU
 is already widely used.  The GNU/Hurd system, based on our
 <a href="/software/hurd/hurd.html">GNU Hurd</a> kernel, is ready for
@@ -66,7 +57,42 @@
   <li><a href="/software/software.html#HowToGetSoftware">Other ways to
   get GNU Software</a></li>
 </ul>
-<hr />
+</div>
+
+
+<!--#include virtual="/server/footer.html" -->
+
+<div id="footer">
+<p>
+Please inquire about <acronym title="GNU's Not Unix!">GNU</acronym> by
+Email: <a href="mailto:address@hidden";>address@hidden</a>,
+Voice: +1-617-542-5942, or Fax: +1-617-542-2652.
+</p>
+
+<p>
+Please send broken links and other web page suggestions to
+<a href="/people/webmeisters.html">The <acronym title="GNU's Not 
Unix!">GNU</acronym> Webmasters</a> at
+<a href="mailto:address@hidden";>address@hidden</a>
+</p>
+
+<p>
+Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
+2004, 2005, 2006
+<a href="http://www.fsf.org";>Free Software Foundation</a>, Inc., 
+51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA 
+<br /> 
+Verbatim copying and distribution of this entire article are
+permitted worldwide, without royalty, in any medium, provided
+this notice, and the copyright notice, are preserved.  
+</p>
+<p>Updated: <!-- timestamp start -->
+$Date: 2006/09/27 17:35:53 $ $Author: mattl $ 
+<!-- timestamp end --></p>
+</div>
+<div id="translations">
+<h4><a href="/server/standards/README.translations.html">Translations</a> 
+of this page</h4>
+
 
 <!-- All pages on the GNU web server should have the section about    -->
 <!-- verbatim copying.  Please do NOT remove this without talking     -->
@@ -74,7 +100,6 @@
 <!-- Please make sure the copyright date is consistent with the document -->
 <!-- and that it is like this "2001, 2002" not this "2001-2002." -->
 
-<h5 class="netscape4">Translations of this page</h5>
 
 <!-- Please keep this list alphabetical, and in the original -->
 <!-- language if possible, otherwise default to English -->
@@ -112,43 +137,8 @@
 <li><a href="provide.tr.html">T&#x00fc;rk&#x00e7;e</a></li>    <!-- Turkish -->
 <li><a 
href="provide.uk.html">&#x0423;&#x043a;&#x0440;&#x0430;&#x0457;&#x043d;&#x0441;&#x044c;&#x043a;&#x0430;</a></li>
        <!-- Ukrainian -->
 </ul>
-
-<p>
-Return to the <a href="/home.html">GNU Project home page</a>.
-</p>
-
-<div id="footer">
-<p>
-Please inquire about <acronym title="GNU's Not Unix!">GNU</acronym> by
-Email: <a href="mailto:address@hidden";>address@hidden</a>,
-Voice: +1-617-542-5942, or Fax: +1-617-542-2652.
-</p>
-
-<p>
-Please send broken links and other web page suggestions to
-<a href="/people/webmeisters.html">The <acronym title="GNU's Not 
Unix!">GNU</acronym> Webmasters</a> at
-<a href="mailto:address@hidden";>address@hidden</a>
-</p>
-
-<p>
-Copyright &copy; 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-2004, 2005, 2006
-<a href="http://www.fsf.org";>Free Software Foundation</a>, Inc., 
-51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA 
-<br /> 
-Verbatim copying and distribution of this entire article are
-permitted worldwide, without royalty, in any medium, provided
-this notice, and the copyright notice, are preserved.  
-</p>
-<p>Updated: <!-- timestamp start -->
-$Date: 2006/08/24 06:53:32 $ $Author: jimcrow $ 
-<!-- timestamp end --></p>
 </div>
-<ul id="validation">
-<li><a href="http://validator.w3.org/check?uri=referer"; shape="rect"><img 
src="http://www.w3.org/Icons/valid-xhtml10.png"; alt="Valid XHTML 1.0!" 
height="31" width="88" /></a></li>
-<li><a href="http://jigsaw.w3.org/css-validator/check/referer"; 
shape="rect"><img src="http://www.w3.org/Icons/valid-css.png"; alt="Valid CSS!" 
height="31" width="88" /></a></li>
-<li><a href="http://www.w3.org/WAI/WCAG1AA-Conformance"; title="Explanation of 
Level Double-A Conformance" shape="rect"><img class="conform" height="32" 
width="88" src="http://www.w3.org/WAI/wcag1AA.png"; alt="Level Double-A 
conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0" /></a></li>
-</ul>
+</div>
 </body>
 </html>
 

Index: graphics/campaigns.png
===================================================================
RCS file: /web/www/www/graphics/campaigns.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
Binary files /tmp/cvs7DkRBl and /tmp/cvsufnfrM differ

Index: graphics/gnu-head-banner.png
===================================================================
RCS file: /web/www/www/graphics/gnu-head-banner.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
Binary files /tmp/cvsEHeARj and /tmp/cvsgbluIK differ

Index: philosophy/microsoft.html
===================================================================
RCS file: /web/www/www/philosophy/microsoft.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- philosophy/microsoft.html   5 Jul 2006 01:53:04 -0000       1.16
+++ philosophy/microsoft.html   27 Sep 2006 17:35:58 -0000      1.17
@@ -1,34 +1,12 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en">
+<!--#include virtual="/server/header.html" -->
 
-<head>
 <title>Is Microsoft the Great Satan? - GNU Project - Free Software Foundation 
(FSF)</title>
-<meta http-equiv="content-type" content='text/html; charset=utf-8' />
-<link rel="stylesheet" type="text/css" href="/gnu.css" />
-<link rev="made" href="mailto:address@hidden"; />
-</head>
-
-<!-- This document is in XML, and xhtml 1.0 -->
-<!-- Please make sure to properly nest your tags -->
-<!-- and ensure that your final document validates -->
-<!-- consistent with W3C xhtml 1.0 and CSS standards -->
-<!-- See validator.w3.org -->
 
-<body>
-
-<h3>Is Microsoft the Great Satan?</h3>
+<!--#include virtual="/server/banner.html" -->
 
-<p><a href="#translations">Translations</a> of this page</p>
-
-<p>
-<a href="/graphics/agnuhead.html"><img src="/graphics/gnu-head-sm.jpg"
-       alt=" [image of the Head of a GNU] "
-   width="129" height="122" /></a>
-</p>
+<body>
 
-<hr />
+<h2>Is Microsoft the Great Satan?</h2>
 
 <p>
 Many people think of Microsoft as the monster menace of the software
@@ -77,57 +55,11 @@
 potential for great success.</p>
 <p>
 Thank you, Microsoft, and please get out of the way.</p>
-
-<hr />
-<h4><a href="/philosophy/philosophy.html">Other Texts to Read</a></h4>
-<hr />
-
-<!-- All pages on the GNU web server should have the section about    -->
-<!-- verbatim copying.  Please do NOT remove this without talking     -->
-<!-- with the webmasters first. --> 
-<!-- Please make sure the copyright date is consistent with the document -->
-<!-- and that it is like this "2001, 2002" not this "2001-2002." -->
-
-<div class="translations">
-<p><a id="translations"></a>
-<b>Translations of this page</b>:<br />
-
-<!-- Please keep this list alphabetical, and in the original -->
-<!-- language if possible, otherwise default to English -->
-<!-- If you do not have it English, please comment what the -->
-<!-- English is.  If you add a new language here, please -->
-<!-- advise address@hidden and add it to -->
-<!--    - in /home/www/bin/nightly-vars either TAGSLANG or WEBLANG -->
-<!--    - in /home/www/html/server/standards/README.translations.html -->
-<!--      one of the lists under the section "Translations Underway" -->
-<!--    - if there is a translation team, you also have to add an alias -->
-<!--      to mail.gnu.org:/com/mailer/aliases -->
-<!-- Please also check you have the 2 letter language code right versus -->
-<!--     http://www.w3.org/WAI/ER/IG/ert/iso639.htm -->
-
-[
-  <a href="/philosophy/microsoft.ca.html">Catal&#x00e0;</a>    <!-- Catalan -->
-| <a href="/philosophy/microsoft.cs.html">&#x010c;esky</a>     <!-- Czech -->
-| <a href="/philosophy/microsoft.html">English</a>
-| <a href="/philosophy/microsoft.es.html">Espa&#x00f1;ol</a>   <!-- Spanish -->
-| <a href="/philosophy/microsoft.el.html">Ελληνικά</a>                
<!-- Greek -->
-| <a href="/philosophy/microsoft.fr.html">Fran&#x00e7;ais</a>  <!-- French -->
-| <a href="/philosophy/microsoft.id.html">Bahasa Indonesia</a> <!-- Indonesian 
-->
-| <a href="/philosophy/microsoft.it.html">Italiano</a> <!-- Italian -->
-| <a href="/philosophy/microsoft.ko.html">&#xd55c;&#xad6d;&#xc5b4;</a> <!-- 
Korean -->
-| <a href="/philosophy/microsoft.hu.html">Magyar</a>   <!-- Hungarian -->
-| <a href="/philosophy/microsoft.pl.html">Polski</a>   <!-- Polski -->
-| <a 
href="/philosophy/microsoft.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</a>
 <!-- Russian -->
-| <a 
href="/philosophy/microsoft.sr.html">&#x0421;&#x0440;&#x043f;&#x0441;&#x043a;&#x0438;</a>
 <!-- Serbian -->
-]
-</p>
 </div>
 
-<div class="copyright">
-<p>
-Return to the <a href="/home.html">GNU Project home page</a>.
-</p>
+<!--#include virtual="/server/footer.html" -->
 
+<div id="footer">
 <p>
 Please send FSF &amp; GNU inquiries to 
 <a href="mailto:address@hidden";><em>address@hidden</em></a>.
@@ -157,10 +89,50 @@
 <p>
 Updated:
 <!-- timestamp start -->
-$Date: 2006/07/05 01:53:04 $ $Author: freeasinfreedom $
+$Date: 2006/09/27 17:35:58 $ $Author: mattl $
 <!-- timestamp end -->
 </p>
 </div>
 
+
+<!-- All pages on the GNU web server should have the section about    -->
+<!-- verbatim copying.  Please do NOT remove this without talking     -->
+<!-- with the webmasters first. --> 
+<!-- Please make sure the copyright date is consistent with the document -->
+<!-- and that it is like this "2001, 2002" not this "2001-2002." -->
+
+<div id="translations">
+<h4>Translations of this page</h4>
+
+<!-- Please keep this list alphabetical, and in the original -->
+<!-- language if possible, otherwise default to English -->
+<!-- If you do not have it English, please comment what the -->
+<!-- English is.  If you add a new language here, please -->
+<!-- advise address@hidden and add it to -->
+<!--    - in /home/www/bin/nightly-vars either TAGSLANG or WEBLANG -->
+<!--    - in /home/www/html/server/standards/README.translations.html -->
+<!--      one of the lists under the section "Translations Underway" -->
+<!--    - if there is a translation team, you also have to add an alias -->
+<!--      to mail.gnu.org:/com/mailer/aliases -->
+<!-- Please also check you have the 2 letter language code right versus -->
+<!--     http://www.w3.org/WAI/ER/IG/ert/iso639.htm -->
+
+<ul class="translations-list">
+  <li><a href="/philosophy/microsoft.ca.html">Catal&#x00e0;</a></li>   <!-- 
Catalan -->
+<li><a href="/philosophy/microsoft.cs.html">&#x010c;esky</a></li>      <!-- 
Czech -->
+<li><a href="/philosophy/microsoft.html">English</a></li>
+<li><a href="/philosophy/microsoft.es.html">Espa&#x00f1;ol</a></li>    <!-- 
Spanish -->
+<li><a href="/philosophy/microsoft.el.html">Ελληνικά</a></li>          
       <!-- Greek -->
+<li><a href="/philosophy/microsoft.fr.html">Fran&#x00e7;ais</a></li>   <!-- 
French -->
+<li><a href="/philosophy/microsoft.id.html">Bahasa Indonesia</a></li>  <!-- 
Indonesian -->
+<li><a href="/philosophy/microsoft.it.html">Italiano</a></li>  <!-- Italian -->
+<li><a href="/philosophy/microsoft.ko.html">&#xd55c;&#xad6d;&#xc5b4;</a></li>  
<!-- Korean -->
+<li><a href="/philosophy/microsoft.hu.html">Magyar</a></li>    <!-- Hungarian 
-->
+<li><a href="/philosophy/microsoft.pl.html">Polski</a></li>    <!-- Polski -->
+<li><a 
href="/philosophy/microsoft.ru.html">&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;</a></li>
 <!-- Russian -->
+<li><a 
href="/philosophy/microsoft.sr.html">&#x0421;&#x0440;&#x043f;&#x0441;&#x043a;&#x0438;</a></li>
 <!-- Serbian -->
+</ul>
+</div>
+</div>
 </body>
 </html>

Index: philosophy/philosophy.html
===================================================================
RCS file: /web/www/www/philosophy/philosophy.html,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -b -r1.198 -r1.199
--- philosophy/philosophy.html  20 Sep 2006 14:39:33 -0000      1.198
+++ philosophy/philosophy.html  27 Sep 2006 17:35:58 -0000      1.199
@@ -7,15 +7,6 @@
 <h2>Philosophy of the GNU Project</h2>
 
 <p>
-<a href="/graphics/philosophicalgnu.html"><img 
src="/graphics/philosophical-gnu-sm.jpg"
-       alt=" [image of a Philosophical Gnu] "
-       width="160" height="200" /></a>
-</p>
-
-<p><a href="#translations">Translations</a> of this page</p>
-
-<hr />
-<p>
 This directory describes the philosophy of the Free Software Movement,
 which is the motivation for our development of the free software
 operating system GNU.</p>
@@ -60,10 +51,7 @@
 that Work for Freedom in
 Computer Development and Electronic Communications</a>.</p>
 
-<hr />
-
-<h3><a href="philosophy.html#TOCAboutFreeSoftware"
-       id="AboutFreeSoftware">About Free Software</a></h3>
+<h3>About Free Software</a></h3>
 <p>
 Free software is a matter of freedom: people should be free to use
 software in all the ways that are socially useful.  Software differs
@@ -100,8 +88,7 @@
   <li><a href="/philosophy/my_doom.html">MyDoom and You</a></li>
 </ul>
 
-<h3><a href="philosophy.html#TOCAbouttheGNUproject"
-       id="AbouttheGNUproject">About the GNU Project</a></h3>
+<h3>About the GNU Project</h3>
 
 <ul>
   <li><a href="/gnu/initial-announcement.html">Initial announcement of
@@ -115,8 +102,7 @@
   <li><a href="/gnu/why-gnu-linux.html">Why GNU/Linux?</a></li>
 </ul>
 
-<h3><a href="philosophy.html#TOCLicensingFreeSoftware"
-       id="LicensingFreeSoftware">Licensing Free Software</a></h3>
+<h3>Licensing Free Software</h3>
 
 <ul>
   <li><a href="/licenses/license-list.html">Free Software Licenses</a></li>
@@ -159,8 +145,7 @@
                          Laws and Issues
 ===========================================================================-->
 
-<h3><a href="philosophy.html#TOCLaws"
-       id="Laws">Laws and Issues</a></h3>
+<h3>Laws and Issues</h3>
 
 <ul>
 
@@ -334,8 +319,7 @@
        by Richard M. Stallman.</li>
 </ul>
 
-<h3><a href="philosophy.html#TOCTerminologyandDefinitions"
-       id="TerminologyandDefinitions">Terminology and Definitions</a></h3>
+<h3>Terminology and Definitions</h3>
 
 <ul>
   <li><a href="/philosophy/words-to-avoid.html">Confusing Words</a>
@@ -349,8 +333,7 @@
        Non-Free Software</a></li>
 </ul>
 
-<h3><a href="philosophy.html#TOCUpholdingSoftwareFreedom"
-       id="UpholdingSoftwareFreedom">Upholding Software Freedom</a></h3>
+<h3>Upholding Software Freedom</h3>
 
 <ul>
   <li><a href="/philosophy/use-free-software.html">The Free Software Community 
After 20 Years</a>,
@@ -358,16 +341,14 @@
   <li><a href="/philosophy/mcvoy.html">Thank You, Larry McVoy</a> by Richard 
M. Stallman</li>
 </ul>
 
-<h3><a href="philosophy.html#TOCGIFs"
-       id="GIFs">GIFs</a></h3>
+<h3>GIFs</h3>
 
 <ul>
   <li><a href="/philosophy/gif.html">Why there are no GIF files on
        GNU web pages</a></li>
 </ul>
 
-<h3><a href="philosophy.html#TOCMotivation"
-       id="Motivation">Motivation</a></h3>
+<h3>Motivation</h3>
 <ul>
   <li><a href="/philosophy/motivation.html">Studies Find Reward Often No 
Motivator</a></li>
 </ul>
@@ -376,8 +357,7 @@
                          Speeches and Interviews
 ===========================================================================-->
 
-<h3><a href="philosophy.html#TOCSpeeches"
-       id="Speeches">Speeches and Interviews (in reverse chronological 
order)</a></h3>
+<h3>Speeches and Interviews (in reverse chronological order)</h3>
 
 <ul>
 
@@ -534,8 +514,7 @@
 </ul>
 
 
-<h3><a href="philosophy.html#TOCThirdPartyIdeas"
-       id="ThirdPartyIdeas">Third Party Ideas</a></h3>
+<h3>Third Party Ideas</h3>
 <p>
 These articles give other people's philosophical
 opinions in support of free software, or related issues, and don't
@@ -866,15 +845,15 @@
    <li><a 
href="http://www.sci.brooklyn.cuny.edu/~sdexter/copyleft_ethics.html";>A 
Comparative Ethical Assessment of Free Software Licensing Schemes</a> by Samir 
Chopra and Scott Dexter</li>
 </ul>
 
-<h3><a href="philosophy.html#TOCMisc" id="misc">Miscellaneous</a></h3>
+<h3>Miscellaneous</h3>
 
 <ul>
 <li><a href="/fun/humor.html#Philosophy">Philosophy Humor</a>.
 We don't have to be serious <i>all</i> the time.</li>
 </ul>
 
-<h3><a href="philosophy.html#TOCTranslations"
-       id="Translations">Translations of These Documents</a></h3>
+
+<h3>Translations of These Documents</h3>
 
 <ul>
   <li><a href="http://kldp.org/gnu/philosophisch-dokuments.html";>Unofficial
@@ -896,64 +875,9 @@
 
 </div>
 
-<!-- All pages on the GNU web server should have the section about    -->
-<!-- verbatim copying.  Please do NOT remove this without talking     -->
-<!-- with the webmasters first. --> 
-<!-- Please make sure the copyright date is consistent with the document -->
-<!-- and that it is like this "2001, 2002" not this "2001-2002." -->
-
-<div class="translations">
-<p><a id="translations"></a>
-<b>Translations of this page</b>:<br />
-
-<!-- Please keep this list alphabetical, and in the original -->
-<!-- language if possible, otherwise default to English -->
-<!-- If you do not have it English, please comment what the -->
-<!-- English is.  If you add a new language here, please -->
-<!-- advise address@hidden and add it to -->
-<!--    - in /home/www/bin/nightly-vars either TAGSLANG or WEBLANG -->
-<!--    - in /home/www/html/server/standards/README.translations.html -->
-<!--      one of the lists under the section "Translations Underway" -->
-<!--    - if there is a translation team, you also have to add an alias -->
-<!--      to mail.gnu.org:/com/mailer/aliases -->
-<!-- Please also check you have the 2 letter language code right versus -->
-<!--     http://www.w3.org/WAI/ER/IG/ert/iso639.htm -->
-
-[
-  <a 
href="/philosophy/philosophy.ar.html">&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</a>
 <!-- Arabic -->
-| <a href="/philosophy/philosophy.ca.html">Catal&#x00e0;</a>   <!-- Catalan -->
-| <a 
href="/philosophy/philosophy.zh.html">&#x7e41;&#x9ad4;&#x4e2d;&#x6587;</a>      
  <!-- Chinese (Traditional) -->
-| <a href="/philosophy/philosophy.cs.html">&#x010c;esky</a>    <!-- Czech -->
-| <a href="/philosophy/philosophy.da.html">Dansk</a>   <!-- Danish --> 
-| <a href="/philosophy/philosophy.html">English</a>
-| <a href="/philosophy/philosophy.es.html">Espa&#x00f1;ol</a>  <!-- Spanish -->
-| <a href="/philosophy/philosophy.fr.html">Fran&#x00e7;ais</a> <!-- French -->
-| <a href="/philosophy/philosophy.gl.html">Galego</a>  <!-- Galician -->
-| <a 
href="/philosophy/philosophy.he.html">&#x05e2;&#x05d1;&#x05e8;&#x05d9;&#x05ea;</a>
                <!-- Hebrew -->
-| <a href="/philosophy/philosophy.id.html">Bahasa Indonesia</a>        <!-- 
Indonesian -->
-| <a href="/philosophy/philosophy.it.html">Italiano</a>        <!-- Italian -->
-| <a href="/philosophy/philosophy.ja.html">&#x65e5;&#x672c;&#x8a9e;</a>        
<!-- Japanese -->
-| <a href="/philosophy/philosophy.ko.html">&#xd55c;&#xad6d;&#xc5b4;</a>        
<!-- Korean -->
-| <a href="/philosophy/philosophy.hu.html">Magyar</a>  <!-- Hungarian -->
-| <a 
href="/philosophy/philosophy.mk.html">&#x041c;&#x0430;&#x043a;&#x0435;&#x0434;&#x043e;&#x043d;&#x0441;&#x043a;&#x0438;</a>
        <!-- Macedonian -->
-| <a href="/philosophy/philosophy.nl.html">Nederlands</a>      <!-- Dutch -->
-| <a href="/philosophy/philosophy.pl.html">Polski</a>  <!-- Polish -->
-| <a href="/philosophy/philosophy.pt.html">Portugu&#x0ea;s</a> <!-- Portuguese 
-->
-| <a href="/philosophy/philosophy.ro.html">Rom&#x00e2;n&#x0103;</a>    <!-- 
Romanian -->
-| <a 
href="/philosophy/philosophy.ru.html">&#x0420;&#x0443;&#x0441;&#x0441;&#x043a;&#x0438;&#x0439;</a>
        <!-- Russian -->
-| <a 
href="/philosophy/philosophy.sr.html">&#x0421;&#x0440;&#x043f;&#x0441;&#x043a;&#x0438;</a>
 <!-- Serbian -->
-| <a href="/philosophy/philosophy.tr.html">T&#x00fc;rk&#x00e7;e</a>    <!-- 
Turkish -->
-]
-</p>
-</div>
-
 <!--#include virtual="/server/footer.html" -->
 
-<div class="copyright">
-<p>
-Return to the <a href="/home.html">GNU Project home page</a>.
-</p>
-
+<div id="footer">
 <p>
 Please send FSF &amp; GNU inquiries to 
 <a href="mailto:address@hidden";><em>address@hidden</em></a>.
@@ -975,10 +899,58 @@
 <p>
 Updated:
 <!-- timestamp start -->
-$Date: 2006/09/20 14:39:33 $ $Author: jimcrow $
+$Date: 2006/09/27 17:35:58 $ $Author: mattl $
 <!-- timestamp end -->
 </p>
 </div>
+<!-- All pages on the GNU web server should have the section about    -->
+<!-- verbatim copying.  Please do NOT remove this without talking     -->
+<!-- with the webmasters first. --> 
+<!-- Please make sure the copyright date is consistent with the document -->
+<!-- and that it is like this "2001, 2002" not this "2001-2002." -->
+
+<div id="translations">
+<h4>Translations of this page</h4>
+
+<!-- Please keep this list alphabetical, and in the original -->
+<!-- language if possible, otherwise default to English -->
+<!-- If you do not have it English, please comment what the -->
+<!-- English is.  If you add a new language here, please -->
+<!-- advise address@hidden and add it to -->
+<!--    - in /home/www/bin/nightly-vars either TAGSLANG or WEBLANG -->
+<!--    - in /home/www/html/server/standards/README.translations.html -->
+<!--      one of the lists under the section "Translations Underway" -->
+<!--    - if there is a translation team, you also have to add an alias -->
+<!--      to mail.gnu.org:/com/mailer/aliases -->
+<!-- Please also check you have the 2 letter language code right versus -->
+<!--     http://www.w3.org/WAI/ER/IG/ert/iso639.htm -->
+
+<ul class="translations-list">
+  <li><a 
href="/philosophy/philosophy.ar.html">&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;</a></li>
 <!-- Arabic -->
+ <li><a href="/philosophy/philosophy.ca.html">Catal&#x00e0;</a></li>   <!-- 
Catalan -->
+ <li><a 
href="/philosophy/philosophy.zh.html">&#x7e41;&#x9ad4;&#x4e2d;&#x6587;</a></li> 
       <!-- Chinese (Traditional) -->
+ <li><a href="/philosophy/philosophy.cs.html">&#x010c;esky</a></li>    <!-- 
Czech -->
+ <li><a href="/philosophy/philosophy.da.html">Dansk</a></li>   <!-- Danish --> 
+ <li><a href="/philosophy/philosophy.html">English</a></li>
+ <li><a href="/philosophy/philosophy.es.html">Espa&#x00f1;ol</a></li>  <!-- 
Spanish -->
+ <li><a href="/philosophy/philosophy.fr.html">Fran&#x00e7;ais</a></li> <!-- 
French -->
+ <li><a href="/philosophy/philosophy.gl.html">Galego</a></li>  <!-- Galician 
-->
+ <li><a 
href="/philosophy/philosophy.he.html">&#x05e2;&#x05d1;&#x05e8;&#x05d9;&#x05ea;</a></li>
                <!-- Hebrew -->
+ <li><a href="/philosophy/philosophy.id.html">Bahasa Indonesia</a></li>        
<!-- Indonesian -->
+ <li><a href="/philosophy/philosophy.it.html">Italiano</a></li>        <!-- 
Italian -->
+ <li><a 
href="/philosophy/philosophy.ja.html">&#x65e5;&#x672c;&#x8a9e;</a></li>        
<!-- Japanese -->
+ <li><a 
href="/philosophy/philosophy.ko.html">&#xd55c;&#xad6d;&#xc5b4;</a></li>        
<!-- Korean -->
+ <li><a href="/philosophy/philosophy.hu.html">Magyar</a></li>  <!-- Hungarian 
-->
+ <li><a 
href="/philosophy/philosophy.mk.html">&#x041c;&#x0430;&#x043a;&#x0435;&#x0434;&#x043e;&#x043d;&#x0441;&#x043a;&#x0438;</a></li>
        <!-- Macedonian -->
+ <li><a href="/philosophy/philosophy.nl.html">Nederlands</a></li>      <!-- 
Dutch -->
+ <li><a href="/philosophy/philosophy.pl.html">Polski</a></li>  <!-- Polish -->
+ <li><a href="/philosophy/philosophy.pt.html">Portugu&#x0ea;s</a></li> <!-- 
Portuguese -->
+ <li><a href="/philosophy/philosophy.ro.html">Rom&#x00e2;n&#x0103;</a></li>    
<!-- Romanian -->
+ <li><a 
href="/philosophy/philosophy.ru.html">&#x0420;&#x0443;&#x0441;&#x0441;&#x043a;&#x0438;&#x0439;</a></li>
        <!-- Russian -->
+ <li><a 
href="/philosophy/philosophy.sr.html">&#x0421;&#x0440;&#x043f;&#x0441;&#x043a;&#x0438;</a></li>
 <!-- Serbian -->
+ <li><a href="/philosophy/philosophy.tr.html">T&#x00fc;rk&#x00e7;e</a></li>    
<!-- Turkish -->
+</ul>
+</div>
 </div>
 </body>
 </html>

Index: server/banner.html
===================================================================
RCS file: /web/www/www/server/banner.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- server/banner.html  25 Aug 2006 00:26:39 -0000      1.7
+++ server/banner.html  27 Sep 2006 17:36:00 -0000      1.8
@@ -39,7 +39,8 @@
       
       <h5 class="netscape4">Site Navigation</h5>
       
-      <div id="header">
+      <div id="navigation-bar">
+        <div id="navbar">
         <ul>
           <li><a href="/">Home</a></li>
           <li><a href="/software/">Software</a></li>
@@ -51,6 +52,7 @@
           <li><a href="http://gplv3.fsf.org/";>GPL v3</a></li>
         </ul>
       </div>
+      </div>
       
       
     </div>

Index: server/footer.html
===================================================================
RCS file: /web/www/www/server/footer.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- server/footer.html  21 Sep 2006 19:22:56 -0000      1.7
+++ server/footer.html  27 Sep 2006 17:36:00 -0000      1.8
@@ -28,8 +28,3 @@
 
     <!-- END FSFlinks -->
 
-<div id="validator">
-  <p>
-      <a href="http://validator.w3.org/check?uri=referer";>Valid XHTML</a>
-  </p>
-</div>
\ No newline at end of file

Index: server/sidebar.html
===================================================================
RCS file: /web/www/www/server/sidebar.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- server/sidebar.html 25 Aug 2006 00:26:39 -0000      1.1
+++ server/sidebar.html 27 Sep 2006 17:36:00 -0000      1.2
@@ -1,44 +1,28 @@
               <div id="sidebar">
-                          <h3>Site</h3>
                           <ul>
-                              <li><a href="/search.html">Search</a></li>
-                              <li><a 
href="/server/sitemap.html">Sitemap</a></li>
-                              <li><a href="/links/links.html">Links</a></li>
-                              <li><a href="/philosophy/">GNU 
Philosophy</a></li>
-                              <li><a href="/jobs">Free Software Jobs</a></li>
-                              <li><a 
href="/graphics/graphics.html">Art</a></li>
-                              <li><a href="/fun/humor.html">Fun</a></li>
-                           </ul>
-                          <h3>&nbsp;&nbsp;Software</h3>
-                         <ul>
-                              <li><a 
href="http://directory.fsf.org/";>Free&nbsp;Software&nbsp;Directory</a></li>
-                              <li><a 
href="/server/takeaction.html#directory">Add to Directory</a></li>
-                              <li><a href="http://savannah.gnu.org/";>Software 
Development Projects</a></li>
-                              <li><a href="/doc/doc.html">GNU 
Documentation</a></li>
-                              <li><a 
href="/licenses/licenses.html">Licenses</a></li>
-                              <li><a 
href="/links/links.html#FreeGNULinuxDistributions">Obtaining 
-                              GNU/Linux</a></li>
-                              <li><a href="/software/devel.html">Developer 
Resources</a></li>
-                              <li><a href="/help/gethelp.html">GNU Software 
Help</a></li>
-                              <li><a href="/help/help.html">How to Help 
GNU</a></li>
-                              <li><a 
href="http://www.fsf.org/campaigns/priority.html";>Suggest a 
+                              <li><a href="http://directory.fsf.org/"; 
title="Browse our directory of free software 
projects">Free&nbsp;Software&nbsp;Directory</a></li>
+                              <li><a href="http://savannah.gnu.org/"; 
title="Get involved in one of our free software projects">Development 
Projects</a></li>
+                              <li><a href="/software/devel.html" title="Are 
you a developer? Get access to developer resources!">Developer 
Resources</a></li>
+                              <li><a 
href="http://www.fsf.org/campaigns/priority.html"; title="Suggest a priority 
project for the Free Software community">Suggest a 
                               Priority Project</a></li>
+                              <li><a href="/keepingup.html" title="Keep up to 
date with latest news from the GNU project">Keeping Up</a></li>
+                              <li><a href="http://lists.gnu.org"; 
title="Discuss with other free software users and developers">GNU Mailing 
Lists</a></li>
+                              <li><a href="/people/speakers.html">GNU 
Speakers</a></li>
+                              <li><a href="/gnu/gnu-user-groups.html" 
title="Meet people in your area who use and develop free software!">GNU User 
Groups</a></li>
+                              <li><a href="/press/press.html">Press 
Information</a></li>
+                              <li><a href="/graphics/graphics.html">GNU 
Graphics and Art</a></li>
+                              <li><a href="/fun/humor.html">Laugh along with 
GNU</a></li>
+                              <li><a href="/links/links.html">Free Software 
Links</a></li>
+                                     <li><a 
href="http://www.freesoftwaremagazine.com"; title="Free Software Magazine is 
independently published">Free Software Magazine</a></li>
+                              <li><a href="/jobs">Free Software Jobs</a></li>
                              </ul>
-                          <h3>&nbsp;&nbsp;Help FSF!</h3>
+                         <div id="supportfsf">
+                          <h3>Support the FSF</h3>
                          <ul>
                               <li><a href="http://order.fsf.org/";>Buy manuals 
and gear</a></li>
                               <li><a 
href="http://donate.fsf.org/";>Donate</a></li>
                               <li><a href="http://member.fsf.org/";>Associate 
Membership</a></li>
                               <li><a href="http://patron.fsf.org/";>Corporate 
Patronage</a></li>
                               <li><a href="/thankgnus/thankgnus.html">Thank 
GNUs</a></li>
-                          </ul>
-                          <h3>&nbsp;&nbsp;Keeping Up</h3>
-                         <ul>
-                              <li><a href="/keepingup.html">Keeping Up</a></li>
-                              <li><a href="http://lists.gnu.org";>GNU Mailing 
Lists</a></li>
-                              <li><a href="/people/speakers.html">GNU 
Speakers</a></li>
-                              <li><a href="/gnu/gnu-user-groups.html">User 
Groups</a></li>
-                              <li><a href="/press/press.html">Press 
Information</a></li>
-                              <li><a 
href="http://www.freesoftwaremagazine.com";>Free Software Magazine</a> 
(independently published)</li>
-                             </ul>
+                          </ul></div>
 </div>
\ No newline at end of file

Index: software/software.html
===================================================================
RCS file: /web/www/www/software/software.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- software/software.html      26 Jun 2006 03:06:32 -0000      1.85
+++ software/software.html      27 Sep 2006 17:36:02 -0000      1.86
@@ -1,34 +1,12 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml";>
-<head>
+<!--#include virtual="/server/header.html" -->
+
 <title>Software - GNU Project - Free Software Foundation
 (FSF)</title>
-<link rev="made" href="mailto:address@hidden"; />
-<link href="/gnu.css" rel="stylesheet" />
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-<meta http-equiv="imagetoolbar" content="no" />
-<meta name="author" content="Free Software Foundation, Inc" />
-<meta name="features" content="WAI AA, XHTML, CSS, Semantic Markup, Tableless 
Design, Freedom" />
-<link rel="alternate" type="application/rss+xml" title="What's New" 
href="http://www.gnu.org/rss/whatsnew.rss"; />
-<meta name="dc.title" content="GNU Project" />
-<meta name="Keywords" content="Free Software Operating System GNU/Linux" />
-<meta content="Free Software Foundation" name="dc.creator" />
-<meta content="Web Page" name="dc.type" />
-<meta content="text/html" name="dc.format" />
-<meta content="en" name="dc.language" /></head>
-<body>
-<h1>Software</h1>
-<h5 class="netscape4">Translations of this page</h5>
-<ul class="translations-list"><!-- Arabic -->
-<li><a href="/software/software.cs.html">Czech</a></li>
-<li><a href=
-"/software/software.html">English</a></li><li><a href=
-"/software/software.de.html">German</a></li><li><a href=
-"/software/software.pl.html">Polish</a></li><li><a href=
-"/software/software.es.html">Spanish</a></li></ul>
-<hr />
-<h2><a name="Introduction" id="Introduction">Introduction</a></h2>
+
+<!--#include virtual="/server/banner.html" -->
+
+<h2>Software</h2>
+<h3>Introduction</h3>
 <p>To look for free software packages, both <acronym title="GNU's Not 
Unix!">GNU</acronym> and non-GNU, please
 see the <a href="http://www.gnu.org/directory/"; name=
 "FreeSoftwareDirectory" id="FreeSoftwareDirectory">Free Software
@@ -51,7 +29,7 @@
 <p>If you are developing a <acronym title="GNU's Not Unix!">GNU</acronym> 
package, or you are thinking of
 starting, you may be interested in <a href=
 "/software/devel.html"><acronym title="GNU's Not Unix!">GNU</acronym> Software 
Developer Resources</a>.</p>
-<p>If you&#39;d like to make your software an official <acronym title="GNU's 
Not Unix!">GNU</acronym> package,
+<p>If you'd like to make your software an official <acronym title="GNU's Not 
Unix!">GNU</acronym> package,
 please see the <a href="/help/evaluation.html">evaluation
 information and submission form</a>. 
 <!-- after a couple more packages have been decommissioned, it would
@@ -67,9 +45,8 @@
 list of Free Software for Microsoft Windows</a>, for the Windows
 user who is curious about Free Software but isn&#39;t ready to use
 a Free operating system (yet ;).</p>
-<h2><a name=
-"HowToGetSoftware" id="HowToGetSoftware">How To Get <acronym title="GNU's Not 
Unix!">GNU</acronym>
-Software</a></h2>
+<h3>How To Get <acronym title="GNU's Not Unix!">GNU</acronym>
+Software</h3>
 <p><acronym title="GNU's Not Unix!">GNU</acronym> software is available by 
several different methods:</p>
 <ul>
 <li><a href="https://agia.fsf.org/";>Buy copies on <acronym title="Compact 
Disk">CD</acronym>-<acronym title="Read Only Memory">ROM</acronym></a> from
@@ -95,8 +72,10 @@
 other <acronym title="Concurrent Versions System">CVS</acronym> repositories; 
the package&#39;s pages should say where
 the repository is. <!-- P --></li>
 </ul>
-<hr />
-<p>Return to <a href="/home.html"><acronym title="GNU's Not 
Unix!">GNU</acronym>&#39;s home page</a>.</p>
+</div>
+
+<!--#include virtual="/server/footer.html" -->
+
 <div id="footer">
 <p>
 Please inquire about <acronym title="GNU's Not Unix!">GNU</acronym> by
@@ -121,13 +100,19 @@
 this notice, and the copyright notice, are preserved.  
 </p>
 <p>Updated: <!-- timestamp start -->
-$Date: 2006/06/26 03:06:32 $ $Author: mattl $ 
+$Date: 2006/09/27 17:36:02 $ $Author: mattl $ 
 <!-- timestamp end --></p>
 </div>
-<ul id="validation">
-<li><a href="http://validator.w3.org/check?uri=referer"; shape="rect"><img 
src="http://www.w3.org/Icons/valid-xhtml10.png"; alt="Valid XHTML 1.0!" 
height="31" width="88" /></a></li>
-<li><a href="http://jigsaw.w3.org/css-validator/check/referer"; 
shape="rect"><img src="http://www.w3.org/Icons/valid-css.png"; alt="Valid CSS!" 
height="31" width="88" /></a></li>
-<li><a href="http://www.w3.org/WAI/WCAG1AA-Conformance"; title="Explanation of 
Level Double-A Conformance" shape="rect"><img class="conform" height="32" 
width="88" src="http://www.w3.org/WAI/wcag1AA.png"; alt="Level Double-A 
conformance icon, W3C-WAI Web Content Accessibility Guidelines 1.0" /></a></li>
-</ul>
+<div id="translations">
+<h4>Translations of this page</h4>
+<ul class="translations-list"><!-- Arabic -->
+<li><a href="/software/software.cs.html">Czech</a></li>
+<li><a href=
+"/software/software.html">English</a></li><li><a href=
+"/software/software.de.html">German</a></li><li><a href=
+"/software/software.pl.html">Polish</a></li><li><a href=
+"/software/software.es.html">Spanish</a></li></ul>
+</div>
+</div>
 </body>
 </html>




reply via email to

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