www-commits
[Top][All Lists]
Advanced

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

www gnu-new.css home.shtml server/banner.html s...


From: Matt Lee
Subject: www gnu-new.css home.shtml server/banner.html s...
Date: Fri, 25 Aug 2006 00:26:41 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        06/08/25 00:26:41

Modified files:
        .              : gnu-new.css home.shtml 
        server         : banner.html footer.html 
Added files:
        server         : sidebar.html 

Log message:
        Fixed errors on front page, added menu with just CSS.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-new.css?cvsroot=www&r1=1.1&r2=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/home.shtml?cvsroot=www&r1=1.83&r2=1.84
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banner.html?cvsroot=www&r1=1.6&r2=1.7
http://web.cvs.savannah.gnu.org/viewcvs/www/server/footer.html?cvsroot=www&r1=1.3&r2=1.4
http://web.cvs.savannah.gnu.org/viewcvs/www/server/sidebar.html?cvsroot=www&rev=1.1

Patches:
Index: gnu-new.css
===================================================================
RCS file: /web/www/www/gnu-new.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- gnu-new.css 24 Aug 2006 20:46:15 -0000      1.1
+++ gnu-new.css 25 Aug 2006 00:23:36 -0000      1.2
@@ -12,11 +12,13 @@
   }
   
   #wrapper{
-  width: 91%;
+  min-width: 63em;
   margin: 1em auto 1em auto;
   background-color: #fff;
   -moz-border-radius: 0.8em;
   padding: 1em;
+  position: relative;
+  max-width: 75em;
   }
   
   #top2{
@@ -33,10 +35,31 @@
   margin-bottom: 0.4em;
   margin-top: 0em;
   position: absolute;
-  top: 1.3em;
-  right: 5%;
+  top: 0.5em;
+  right: 0.5em;
   }
   
+#fsflinks{
+position: absolute;
+top: 0.5em;
+left: 0.5em;
+}
+
+#fsflinks ul{
+list-style: none;
+}
+
+#fsflinks li{
+display: inline;
+padding-right: 0.5em;
+border-right: 1px solid #333;
+}
+
+#fsflinks li a{
+padding-left: 0.5em;
+}
+
+  
   #searcher label{
   text-transform: uppercase;
   color: #666;
@@ -124,15 +147,19 @@
   padding-bottom:5px;
   }
   
-  #content, #footer{
+  #columns, #footer{
   clear: both;
   }
   
-  #content{
+  #columns{
   padding: 1em;
   background-color: white;
   }
   
+  #content{
+margin-right: 16em;
+}
+  
   #footer{
   padding: 0.9em;
   font-size: 0.9em;
@@ -146,3 +173,67 @@
   display: hidden !important;
   height: 0;
   }
+
+
+
+#sidebar {
+position: absolute;
+top: 16em;
+width: 16em;
+background-color: transparent;
+right: 1em;
+}
+
+/* CSS classes for doing things like two columns */
+
+.rowOfBoxes {
+  clear: both;
+}
+
+.quarter, .oneThird, .half, .twoThirds, .fullWidth {
+  margin: 1em 0;
+  float: left;
+  border-left: 1px solid rgb(204,204,204);
+}
+
+.quarter {
+  width: 21%;
+  padding: 0 1.9%;
+}
+
+.oneThird {
+  width: 28%;
+  padding: 0 1.9%;
+}
+
+.half {
+  text-align: justify;
+  width: 46%;
+  padding: 0 1.9%;
+}
+
+.twoThirds {
+  text-align: justify;
+  width: 63%;
+  padding: 0 1.9%;
+}
+
+.fullWidth {
+  text-align: justify;
+  width: 96%;
+  padding: 0 1.2em;
+  border-left: none;
+}
+
+.filler {  /* use with an empty <p> element to add padding to the end of a 
text box */
+  border: 1px solid white;
+}
+ 
+.noBorderOnLeft {
+  border-left: none;
+}
+
+.dividingBorderAbove {
+  border-top: 1px solid rgb(204,204,204);
+}
+

Index: home.shtml
===================================================================
RCS file: /web/www/www/home.shtml,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- home.shtml  23 Aug 2006 20:55:41 -0000      1.83
+++ home.shtml  25 Aug 2006 00:23:36 -0000      1.84
@@ -1,6 +1,6 @@
 <!--#include virtual="/server/header.html" -->
 
-        <title>The GNU Operating system</title>
+        <title>The GNU Operating system - the GNU project - Free Software 
Foundation - Free as in Freedom - GNU/Linux</title>
 
         <meta http-equiv="Keywords" content="GNU, FSF, Free Software 
Foundation, Linux, Emacs, GCC, UNIX, Free Software, Operating System, GNU 
Kernel, HURD, GNU HURD" />
         <meta http-equiv="Description" content="Since 1983, developing the 
free UNIX style operating system GNU, so that computer users can have the 
freedom to share and improve the software they use." />
@@ -16,64 +16,60 @@
         Review the w3c accessibility guidelines when in doubt 
     -->
 
-    <!-- BEGIN FSFlinks -->
-    <table>
-      <tr>
-        <td align="left" class="fsflink">
-          <a href="http://www.fsf.org";>FSF</a> | 
-          <a href="http://www.fsfeurope.org/";>FSF Europe</a> | 
-          <a href="http://fsf.org.in/";>FSF India</a> | 
-          <a href="http://www.fsfla.org";>FSF Latin America</a>
-        </td>
-      </tr>
-      <tr>
-        <td class="trans">
-          <a href="home.shtml#translations">Translations</a> of this page
-        </td>
-      </tr>
-    </table>
     <!-- END FSFlinks -->
           
       <!-- BEGIN content -->
-      <table cellspacing="5" cellpadding="5">
-          <tr>
-              <td>
-                  <div class="center">
-                      <h2>The GNU Operating System</h2>
-                      
-<!--                       <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> -->
+                      <h2>The GNU Operating System - <a 
href="/philosophy/philosophy.html">Free as in Freedom</a></h2>
                     
-                      <h3><a href="/philosophy/philosophy.html">Free as in 
Freedom</a></h3>
-                  </div>
+                  <h3>What is the GNU project?</h3>
                
-                  <p>
-                      Welcome to the GNU Project web server.  The 
-                      <a href="/gnu/thegnuproject.html">GNU Project</a> was 
launched in 1984 to 
-                      develop a complete UNIX like operating system which is 
-                      <a href="philosophy/free-sw.html">free software</a>: the 
GNU system (GNU is 
-                      a recursive acronym for &ldquo;GNU's Not UNIX&rdquo;; it 
is pronounced 
-                      <em>guh-noo</em>, like <em>canoe</em>). Variants of the 
GNU operating system, 
-                      which use the kernel Linux, are now widely used; though 
these systems are often 
+                     <p>The 
+                      GNU Project was launched in 1984 to 
+                      develop a complete UNIX-like operating system which is 
+                      <a href="philosophy/free-sw.html">free software</a>: the 
GNU system. Variants of the GNU operating system, 
+                      which use the kernel called Linux, are now widely used; 
though these systems are often 
                       referred to as &ldquo;Linux&rdquo;, they are more 
accurately called 
                       <a href="/gnu/linux-and-gnu.html">GNU/Linux systems</a>.
                   </p>
                 
+                 <p>GNU is 
+                      a recursive acronym for &ldquo;GNU's Not UNIX&rdquo;; it 
is pronounced 
+                      <em>guh-noo</em>, like <em>canoe</em></p>
+
+<h3>What is Free Software?</h3>
+
+                 <p>
+``Free software'' is a matter of liberty, not price.  To understand the
+concept, you should think of ``free'' as in ``free speech,'' not as in
+``free beer.''</p>
+<p>
+Free software is a matter of the users' freedom to run, copy,
+distribute, study, change and improve the software.  More precisely,
+it refers to four kinds of freedom, for the users of the software:</p>
+
+<ul>
+  <li>The freedom to run the program, for any purpose (freedom 0).</li>
+
+  <li>The freedom to study how the program works, and adapt it to your needs
+      (freedom 1).   Access to the source code is a precondition for this.</li>
+  <li>The freedom to redistribute copies so you can help your neighbor
+      (freedom 2).</li>
+  <li>The freedom to improve the program, and release your improvements
+     to the public, so that the whole community benefits
+      (freedom 3).   Access to the source code is a precondition for this.</li>
+</ul>
+
+<h3>What is the Free Software Foundation?</h3>
+                
                   <p>
                       The <a href="http://www.fsf.org";>Free Software 
Foundation</a> (FSF) is the 
                       principal organizational sponsor of the GNU Project.  
The FSF receives very 
                       little funding from corporations or grant-making 
foundations, but relies on 
-                      support from individuals like you.  Please consider 
helping the FSF in one of 
-                      the ways described under Help FSF! (in the navigation 
bar).
-                  </p>
+                      support from individuals like you.</p>
+<p>Please consider helping the FSF by <a 
href="http://member.fsf.org/";>becoming an associate member</a>, <a 
href="http://order.fsf.org/";>buying manuals and gear</a> or by <a 
href="http://donate.fsf.org/";>donating money</a>. If you use Free Software in 
your business, you can also consider <a href="http://patron.fsf.org/";>corporate 
patronage</a> or <a href="http://www.gnu.org/order/deluxe.html";>a deluxe 
distribution of GNU software</a> as a way to support the FSF.</p>
               
                   <p>
-                      We support the FSF's mission to preserve, protect and 
promote the freedom to 
+                      The GNU project supports the FSF's mission to preserve, 
protect and promote the freedom to 
                       use, study, copy, modify, and redistribute computer 
software, and to defend 
                       the rights of Free Software users.  We support the 
                       <a href="/philosophy/basic-freedoms.html">freedoms of 
speech, press, and 
@@ -92,107 +88,28 @@
                   -->
 
                   <!-- BEGIN GNUmenu -->
-                  <table width="100%">
-                      <tr>
-                          <td align="left">
+                 
+                 <h3>More information</h3>
+
+                 
                               <ul>
                                   <li><a href="/provide.html">What we 
provide</a></li>
                                   <li><a 
href="/philosophy/philosophy.html">Why we exist</a></li>
                                   <li><a href="/gnu/gnu-history.html">Where we 
are going</a></li>
-                              </ul>
-                          </td>
-                          <td>
-                              <ul>
                                   <li><a href="/help/help.html">How you can 
help us get there</a></li>
                                   <li><a href="/people/people.html">Who we 
are</a></li>
                                   <li><a 
href="/testimonials/testimonials.html">What users think of 
                                       GNU software</a>
                                   </li>
                               </ul>
-                          </td>
-                      </tr>
-                  </table>
-                  <!-- END GNUmenu -->
-              </td>
-              <!-- BEGIN menu -->
-              <td class="side">
-                  <table>
-                      <tr>
-                          <td class="td_title">&nbsp;&nbsp;Site</td>
-                      </tr>
-                      <tr>
-                          <td class="td_con">
-                              <a href="/search.html">Search</a><br />
-                              <a href="/server/sitemap.html">Sitemap</a><br />
-                              <a href="/links/links.html">Links</a><br />
-                              <a href="/philosophy/">GNU Philosophy</a><br />
-                              <a href="/jobs">Free Software Jobs</a><br />
-                              <a href="/graphics/graphics.html">Art</a><br />
-                              <a href="/fun/humor.html">Fun</a>
-                           </td>
-                      </tr>
-                      <tr>
-                          <td class="td_title">&nbsp;&nbsp;Software</td>
-                      </tr>
-                      <tr>
-                          <td class="td_con">
-                              <a 
href="http://directory.fsf.org/";>Free&nbsp;Software&nbsp;Directory</a><br />
-                              <a href="/server/takeaction.html#directory">Add 
to Directory</a><br />
-                              <a href="http://savannah.gnu.org/";>Software 
Development Projects</a><br />
-                              <a href="/doc/doc.html">GNU Documentation</a><br 
/>
-                              <a 
href="/licenses/licenses.html">Licenses</a><br />
-                              <a 
href="/links/links.html#FreeGNULinuxDistributions">Obtaining 
-                              GNU/Linux</a><br />
-                              <a href="/software/devel.html">Developer 
Resources</a><br />
-                              <a href="/help/gethelp.html">GNU Software 
Help</a><br />
-                              <a href="/help/help.html">How to Help GNU</a><br 
/>
-                              <a 
href="http://www.fsf.org/campaigns/priority.html";>Suggest a 
-                              Priority Project</a>
-                          </td>
-                      </tr>
-                      <tr>
-                          <td class="td_title">&nbsp;&nbsp;Help FSF!</td>
-                      </tr>
-                      <tr>
-                          <td class="td_con">
-                              <a href="http://order.fsf.org/";>Buy manuals and 
gear</a><br />
-                              <a href="http://donate.fsf.org/";>Donate</a><br />
-                              <a href="http://member.fsf.org/";>Associate 
Membership</a><br />
-                              <a href="http://patron.fsf.org/";>Corporate 
Patronage</a><br />
-                              <a href="/thankgnus/thankgnus.html">Thank 
GNUs</a><br />
-                          </td>
-                      </tr>
-                      <tr>
-                          <td class="td_title">&nbsp;&nbsp;Keeping Up</td>
-                      </tr>
-                      <tr>
-                          <td class="td_con">
-                              <a href="/keepingup.html">Keeping Up</a> 
-                              <a type="application/xml+rss" 
href="/rss/whatsnew.rss">
-                                   <img alt="rss feed of what's new at GNU" 
src="/graphics/xml.png"/>
-                              </a><br />
-                              <a href="http://lists.gnu.org";>GNU Mailing 
Lists</a><br />
-                              <a href="/people/speakers.html">GNU 
Speakers</a><br />
-                              <a href="/gnu/gnu-user-groups.html">User 
Groups</a><br />
-                              <a href="/press/press.html">Press 
Information</a><br />
-                              <a 
href="http://www.freesoftwaremagazine.com";>Free Software Magazine</a>
-                              <br /> (independently published)<br />
-                          </td>
-                      </tr>
-                  </table>
-              </td>
-              <!-- END menu -->
-           </tr>
-      </table>
       <!-- END content -->
 
       <hr />
     
       <!-- BEGIN Articles -->
-      <table>
-          <tr>
-              <!-- BEGIN GNUFlashes -->
-              <td style="width: 50%;" valign="top">
+      <div class="rowOfBoxes">
+
+      <div class="half noBorderOnLeft">
                   <!-- 
                       GNUs Flash is a pun on News Flash. 
                       Please don't make it GNU's Flash. 
@@ -223,11 +140,11 @@
                       section, see <a href="/server/whatsnew.html">What's 
New</a> in and about 
                       the GNU Project.
                   </p>
-              </td>
+              </div>
               <!-- END GNUFlashes -->
           
               <!-- BEGIN TakeAction -->
-              <td valign="top" style="width: 50%; border-left: #3366cc thin 
solid; padding-left: 10px;">
+             <div class="half">
                   <h3 id="Action"><a href="/server/takeaction.html">Take 
Action</a></h3>
                   
                     <ul>
@@ -285,15 +202,16 @@
                   <p>
                       <a href="/server/takeaction.html#other">Other Action 
Items</a>
                   </p>
-              </td>
+              </div>
               <!-- END TakeAction -->
-          </tr>
-      </table>
+             </div>
       <!-- END Articles -->
+
       </div>
+
       <!--#include virtual="/server/footer.html" -->
       <!-- BEGIN copyleft -->
-      <div class="footer">
+      <div id="footer">
           <!-- 
                this anchor is referred to from the default
                gendocs_template (available as part of Texinfo) used for
@@ -323,22 +241,20 @@
           <p>
               Updated:
               <!-- timestamp start -->
-              $Date: 2006/08/23 20:55:41 $ $Author: johnsu01 $
+              $Date: 2006/08/25 00:23:36 $ $Author: mattl $
               <!-- timestamp end -->
           </p>
       </div>
       <!-- END copyleft -->     
 
       <!-- BEGIN TranslationList -->
-      <a id="translations"></a>
-      <p>
-          <strong>
-              <a 
href="/server/standards/README.translations.html">Translations</a> of this page
-          </strong>:<br />
-      </p>
+      <div id="translations">
+         <h4><a 
href="/server/standards/README.translations.html">Translations</a> of this 
page</h4>
+
 
       <!--#include file="translations.include" -->
       <!-- END TranslationList -->
+      </div>
 </div>
 </body>
 </html>

Index: server/banner.html
===================================================================
RCS file: /web/www/www/server/banner.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- server/banner.html  23 Aug 2006 19:35:23 -0000      1.6
+++ server/banner.html  25 Aug 2006 00:26:39 -0000      1.7
@@ -1,156 +1,12 @@
 <style type="text/css" media="screen">
   
+  /* import core GNU styles */
+  
   @import url('/gnu.css');
   
+  /* import new GNU styles */
   
-  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;
-  }
-  
-  p{
-  line-height: 1.5em;
-  }
-  
-  #wrapper{
-  width: 91%;
-  margin: 1em auto 1em auto;
-  background-color: #fff;
-  -moz-border-radius: 0.8em;
-  padding: 1em;
-  }
-  
-  #top2{
-  margin-top: -0.6em;
-  padding: 0;
-  clear: both;
-  }
-  
-  #searcher{
-  line-height: 2.1em;
-  text-align: right;
-  padding-right: 0.6em;
-  background-color: transparent;
-  margin-bottom: 0.4em;
-  margin-top: 0em;
-  position: absolute;
-  top: 1.3em;
-  right: 5%;
-  }
-  
-  #searcher label{
-  text-transform: uppercase;
-  color: #666;
-  font-weight: bold;
-  font-size: 0.7em;
-  }
-  
-  #banner{
-  background-color: #fff;
-  text-align: center;
-  border-top: 1px solid #ddd;
-  margin-bottom: 0;
-  margin-top: 2.4em;
-  }
-  
-  #banner h1{
-  padding-top: 0.1em;
-  font-size: 130%;
-  }
-  
-  #links{
-  margin: 0;
-  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;
-  padding-right: 0.5em;
-  }
-  
-  #gnulogo{
-  float: left;
-  }
-  
-  #dbdlogo{
-  float: right;
-  }
-  
-  #header {
-  float:left;
-  width:100%;
-  background:#fff url("/graphics/bg.png") repeat-x bottom;
-  font-size:93%;
-  line-height:normal;
-  }
-  #header ul {
-  margin:0;
-  padding:10px 10px 0;
-  list-style:none;
-  }
-  #header li {
-  float:left;
-  background:url("/graphics/left.png") no-repeat left top;
-  margin:0;
-  padding:0 0 0 9px;
-  }
-  #header a {
-  float:left;
-  display:block;
-  background:url("/graphics/right.png") no-repeat right top;
-  padding:5px 15px 4px 6px;
-  text-decoration:none;
-  font-weight:bold;
-  color:#765;
-  }
-
-  #header a:hover {
-  color:#333;
-  }
-  #header #current {
-  background-image:url("/graphics/left_on.png");
-  background-repeat: no-repeat;
-  }
-  #header #current a {
-  background-image:url("/graphics/right_on.png");
-  background-repeat: no-repeat;
-  color:#333;
-  padding-bottom:5px;
-  }
-  
-  #content, #footer{
-  clear: both;
-  }
-  
-  #content{
-  padding: 1em;
-  background-color: white;
-  }
-  
-  #footer{
-  padding: 0.9em;
-  font-size: 0.9em;
-  background-color: #afcde8;
-  -moz-border-radius-bottomleft: 0.5em;
-  -moz-border-radius-bottomright: 0.5em;
-  
-  }
-  
-  .netscape4{
-  display: hidden !important;
-  height: 0;
-  }
+  @import url('/gnu-new.css');
   
 </style>
 
@@ -198,4 +54,5 @@
       
       
     </div>
-    <div id="content">
+    <div id="columns">
+<div id="content">
\ No newline at end of file

Index: server/footer.html
===================================================================
RCS file: /web/www/www/server/footer.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- server/footer.html  23 Aug 2006 20:05:03 -0000      1.3
+++ server/footer.html  25 Aug 2006 00:26:39 -0000      1.4
@@ -1,3 +1,6 @@
+             <!--#include virtual="/server/sidebar.html" -->
+<!-- close columns -->
+</div>
                        <div id="searcher">
                                
                                
@@ -11,3 +14,16 @@
                                </form>
                                <p>&nbsp;</p>
                        </div>
+
+    <!-- BEGIN FSFlinks -->
+<div id="fsflinks">
+    <ul>
+          <li><a href="http://www.fsf.org";>FSF</a></li>
+          <li><a href="http://www.fsfeurope.org/";>FSF Europe</a></li>
+          <li><a href="http://fsf.org.in/";>FSF India</a></li>
+          <li><a href="http://www.fsfla.org";>FSF Latin America</a></li>
+          <li><a href="home.shtml#translations">Translations of this 
page</a></li>
+      </ul>
+</div>
+
+    <!-- END FSFlinks -->
\ No newline at end of file

Index: server/sidebar.html
===================================================================
RCS file: server/sidebar.html
diff -N server/sidebar.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ server/sidebar.html 25 Aug 2006 00:26:39 -0000      1.1
@@ -0,0 +1,44 @@
+              <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 
+                              Priority Project</a></li>
+                             </ul>
+                          <h3>&nbsp;&nbsp;Help 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>
+</div>
\ No newline at end of file




reply via email to

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