www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 body-include-1...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 body-include-1...
Date: Tue, 01 Sep 2015 14:15:19 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/09/01 14:15:19

Modified files:
        server/staging/nav-bar/test9: body-include-1.html 
                                      body-include-2.html 
                                      edu-software-gcompris.html 
                                      education.html footer-text.html 
                                      home2.fr.html home5.html 
                                      layout7.css 
                                      other-free-books2.fr.html 
                                      page-tags.html philosophy.html 
                                      sitemap-light.html tag-base.html 
Added files:
        server/staging/nav-bar/test9: software.html 

Log message:
        Include tags in body-include-2 except for education/, where they are 
inserted before GNUN: OUT-OF-DATE NOTICE; style adjustments.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/body-include-1.html?cvsroot=www&r1=1.14&r2=1.15
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/body-include-2.html?cvsroot=www&r1=1.24&r2=1.25
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/edu-software-gcompris.html?cvsroot=www&r1=1.8&r2=1.9
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/education.html?cvsroot=www&r1=1.20&r2=1.21
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/footer-text.html?cvsroot=www&r1=1.14&r2=1.15
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/home2.fr.html?cvsroot=www&r1=1.12&r2=1.13
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/home5.html?cvsroot=www&r1=1.42&r2=1.43
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.78&r2=1.79
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/other-free-books2.fr.html?cvsroot=www&r1=1.40&r2=1.41
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/page-tags.html?cvsroot=www&r1=1.2&r2=1.3
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/philosophy.html?cvsroot=www&r1=1.8&r2=1.9
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/sitemap-light.html?cvsroot=www&r1=1.1&r2=1.2
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/tag-base.html?cvsroot=www&r1=1.6&r2=1.7
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/software.html?cvsroot=www&rev=1.10

Patches:
Index: body-include-1.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/body-include-1.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- body-include-1.html 26 Aug 2015 18:22:54 -0000      1.14
+++ body-include-1.html 1 Sep 2015 14:15:16 -0000       1.15
@@ -12,7 +12,7 @@
  Set language
  <span class="gnun-split"></span>
  <!--#echo encoding="none" var="closing_anchor" -->
- <a href="#all-tags">All tags</a>
+ <a href="#all-tags">All keywords</a>
 </div> <!-- /toplinks -->
 
 <div id="searcher">

Index: body-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/body-include-2.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- body-include-2.html 30 Aug 2015 07:08:10 -0000      1.24
+++ body-include-2.html 1 Sep 2015 14:15:16 -0000       1.25
@@ -35,77 +35,98 @@
   <ul>
 <!--#set var="MARK_START" value=" <span class='no-display'>=</span> " -->
 <!--#set var="MARK_END" value=" <span class='no-display'>=</span> " -->
-<!--#if expr="$REQUEST_URI = /^\/gnu(\/|$)/" -->
+
+<!--#if expr="$REQUEST_URI = /\/gnu/ || $REQUEST_URI = /\/fry\//" -->
   <li id="tabAboutGNU" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/gnu/gnu.html">About&nbsp;GNU</a>
+    <a href="gnu.html">About&nbsp;GNU</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
 <!--#else -->
-   <li id="tabAboutGNU"><a href="/gnu/gnu.html">About&nbsp;GNU</a></li>
+   <li id="tabAboutGNU"><a href="gnu.html">About&nbsp;GNU</a></li>
 <!--#endif -->
-<!--#if expr="$REQUEST_URI = /\/philosophy(\/|$|\\.html$)/ || $REQUEST_URI = 
/rms-nyu-2001-transcript/" -->
+
+<!--#if expr="$REQUEST_URI = /\/philosophy/ || $REQUEST_URI = 
/rms-nyu-2001-transcript/" -->
   <li id="tabPhilosophy" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/philosophy/philosophy.html">Philosophy</a>
+    <a href="philosophy.html">Philosophy</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
 <!--#else -->
-   <li id="tabPhilosophy"><a 
href="/philosophy/philosophy.html">Philosophy</a></li>
+   <li id="tabPhilosophy"><a href="philosophy.html">Philosophy</a></li>
 <!--#endif -->
-<!--#if expr="$REQUEST_URI = /^\/licenses(\/|$)/ || $REQUEST_URI = 
/^\/copyleft(\/|$)/" -->
+
+<!--#if expr="$REQUEST_URI = /\/licenses/ || $REQUEST_URI = /\/copyleft/" -->
   <li id="tabLicenses" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/licenses/licenses.html">Licenses</a>
+    <a href="licenses.html">Licenses</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
 <!--#else -->
-   <li id="tabLicenses"><a href="/licenses/licenses.html">Licenses</a></li>
+   <li id="tabLicenses"><a href="licenses.html">Licenses</a></li>
 <!--#endif -->
-<!--#if expr="$REQUEST_URI = /\/education(\/|$|\\.html$)/" -->
+
+<!--#if expr="$REQUEST_URI = /\/edu/ || $REQUEST_URI = /\/encyclopedia/" -->
   <li id="tabEducation" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/education/education.html">Education</a>
+    <a href="education.html">Education</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
 <!--#else -->
-   <li id="tabEducation"><a href="/education/education.html">Education</a></li>
+   <li id="tabEducation"><a href="education.html">Education</a></li>
 <!--#endif -->
-<!--#if expr="$REQUEST_URI = /^\/software(\/|$)/" -->
+
+<!--#if expr="$REQUEST_URI = /\/software/ || $REQUEST_URI = /\/distros/ || 
$REQUEST_URI = /\/gethelp/" -->
   <li id="tabSoftware" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/software/software.html">Software</a>
+    <a href="software.html">Software</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
 <!--#else -->
-   <li id="tabSoftware"><a href="/software/software.html">Software</a></li>
+   <li id="tabSoftware"><a href="software.html">Software</a></li>
 <!--#endif -->
-<!--#if expr="$REQUEST_URI = /^\/doc(\/|$)/" -->
+
+<!--#if expr="$REQUEST_URI = /\/doc/ || $REQUEST_URI = /\/manual/ || 
$REQUEST_URI = /books/" -->
   <li id="tabDoc" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/doc/doc.html">Documentation</a>
+    <a href="doc.html">Documentation</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
 <!--#else -->
-   <li id="tabDoc"><a href="/doc/doc.html">Documentation</a></li>
+   <li id="tabDoc"><a href="doc.html">Documentation</a></li>
 <!--#endif -->
-<!--#if expr="$REQUEST_URI = /^\/help(\/|$)/" -->
+
+<!--#if expr="$REQUEST_URI = /\/help/" -->
   <li id="tabHelp" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/help/help.html">Help&nbsp;GNU</a>
+    <a href="help.html">Help&nbsp;GNU</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
 <!--#else -->
-   <li id="tabHelp"><a href="/help/help.html">Help&nbsp;GNU</a></li>
+   <li id="tabHelp"><a href="help.html">Help&nbsp;GNU</a></li>
 <!--#endif -->
   </ul>
 
 </div><!--  /navigation -->
+
+<!--#if expr="$REQUEST_URI = /\/philosophy/ || $REQUEST_URI = 
/rms-nyu-2001-transcript/" -->
+<!--#include virtual="/server/staging/nav-bar/test9/philosophy-menu.html" -->
+<!--#elif expr="$REQUEST_URI = /\/software/ || $REQUEST_URI = /\/distros/ || 
$REQUEST_URI = /\/gethelp/" -->
+<!--#include virtual="/server/staging/nav-bar/test9/software-menu.html" -->
+<!--#endif -->
+
+<!--#if expr="$TAGS && $REQUEST_URI != /\/edu/" -->
+<div class="page-tags"><strong>Page keywords</strong>:
+<span class="gnun-split"></span>
+<!--#include virtual="/server/staging/nav-bar/test9/page-tags.html" -->
+</div>
+<!--#endif -->
+
 <!-- end of server/body-include-2 -->

Index: edu-software-gcompris.html
===================================================================
RCS file: 
/webcvs/www/www/server/staging/nav-bar/test9/edu-software-gcompris.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- edu-software-gcompris.html  5 May 2014 11:01:11 -0000       1.8
+++ edu-software-gcompris.html  1 Sep 2015 14:15:16 -0000       1.9
@@ -1,4 +1,5 @@
 <!--#include virtual="/server/header.html" -->
+<!--#include virtual="/server/staging/nav-bar/test9/tag-base.html" -->
 <!-- Parent-Version: 1.77 -->
 <!--#set var="DISABLE_TOP_ADDENDUM" value="yes" -->
 
@@ -6,27 +7,8 @@
 - GNU Project - Free Software Foundation</title>
 
 <!--#include virtual="/education/po/edu-software-gcompris.translist" -->
-<!-- start of server/banner.html -->
-<!-- start of head-include-2.html -->
+<!--#include virtual="/server/staging/nav-bar/test9/banner.html" -->
 
-<link rel="stylesheet" href="combo.css" media="screen" />
-<link rel="stylesheet" href="layout7.css" media="screen" />
-
-<link rel="stylesheet" href="/mini.css" media="handheld" />
-
-<link rel="stylesheet" href="/print.css" media="print" />
-
-<!-- end of head-include-2.html --></head>
-<body>
-<div  class="inner">
-
-<!--#include virtual="/server/body-include-1.html" -->
-
-<!--#include virtual="/server/body-include-2.html" -->
-
-<div id="content">
-
-<!-- end of server/banner.html -->
 <div id="education-content">
 
 <!-- begin edu navigation bar -->
@@ -47,6 +29,12 @@
 <a href="/education/edu-software.html">Educational Free Software</a> &rarr;
 GCompris</p>
 
+<!--#if expr="$TAGS" -->
+<div class="page-tags"><strong>Page keywords</strong>:
+<span class="gnun-split"></span>
+<!--#include virtual="/server/staging/nav-bar/test9/page-tags.html" -->
+</div>
+<!--#endif -->
 <!--GNUN: OUT-OF-DATE NOTICE-->
 <!--#if expr="$OUTDATED_SINCE" --><!--#else -->
 <!--#if expr="$LANGUAGE_SUFFIX" -->
@@ -143,7 +131,7 @@
 
 </div><!-- for id="content", starts in the include above -->
 
-<!--#include virtual="/server/footer.html" -->
+<!--#include virtual="/server/staging/nav-bar/test9/footer-text.html" -->
 <div id="footer">
 <div class="unprintable">
 
@@ -182,7 +170,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/05/05 11:01:11 $
+$Date: 2015/09/01 14:15:16 $
 <!-- timestamp end -->
 </p>
 </div>

Index: education.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/education.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- education.html      26 Aug 2015 18:22:54 -0000      1.20
+++ education.html      1 Sep 2015 14:15:17 -0000       1.21
@@ -2,18 +2,19 @@
 <!-- Parent-Version: 1.76 -->
 
 <!--#set var="DISABLE_TOP_ADDENDUM" value="yes" -->
-<!--#set var="TAGS" value="education" -->
+<!--#set var="TAGS" value=" education " -->
 
 <title>Free Software and Education - GNU Project - Free Software 
Foundation</title>
 
 <!--#include virtual="/education/po/education.translist" -->
 <style type="text/css" media="screen">
 <!--
-#rms-movie { min-width: 60%; max-width: 100%; }
-
+#content #video-container { margin: 1em 0 2em 0; }
+#content #video-container p { margin: 0; }
+#rms-movie { width: 100%; margin-bottom: 1em; }
 #content #indepth {
    text-align: left;
-   margin-top: 0;
+   margin-top: 1em; margin-bottom: 2em; 
 }
 #content #indepth ul {
    padding: 0 1em;
@@ -21,7 +22,7 @@
 }
 #content #indepth li { padding-bottom: 1em; }
 #content #indepth h3 { padding: 1em; margin: 0; }-->
-<!--#if expr="$LANGUAGE_SUFFIX = /\.(ar|fa|he)/" -->
+<!--#if expr="$LANGUAGE_SUFFIX = /\\.(ar|fa|he)/" -->
 <!--
 #content #indepth { text-align: right; }
 -->
@@ -44,6 +45,12 @@
 
 </div> <!-- id="education-content" -->
 
+<!--#if expr="$TAGS" -->
+<div class="page-tags"><strong>Page keywords</strong>:
+<span class="gnun-split"></span>
+<!--#include virtual="/server/staging/nav-bar/test9/page-tags.html" -->
+</div>
+<!--#endif -->
 <!--GNUN: OUT-OF-DATE NOTICE-->
 <!--#if expr="$OUTDATED_SINCE" --><!--#else -->
 <!--#if expr="$LANGUAGE_SUFFIX" -->
@@ -53,7 +60,7 @@
 <!--#endif -->
 
 <div class="center">
-<h2>Free Software and Education</h2>
+<h2 class="center">Free Software and Education</h2>
 </div>
 
 <h3>How Does Free Software Relate to Education?</h3>
@@ -100,22 +107,7 @@
 explains briefly and to the point the principles of Free Software and 
 how they connect to education.</p>
 
-<blockquote class="note" id="indepth">
-<h3>In Depth</h3>
-
-<ul>
-<li>Learn about the <a href="/education/edu-why.html">Reasons Why</a> 
-educational institutions should use and teach exclusively Free Software.</li>
-
-<li>An article by Richard Stallman:
-<a href="/education/edu-schools.html">Why Schools Should Exclusively Use 
-Free Software</a></li>
-
-<li>An article by Dr. V. Sasi Kumar on the
-<a href="/education/edu-system-india.html">education system in India.</a></li>
-</ul>
-</blockquote>
-
+<div id="video-container" class="imgleft">
 <!-- GNUN: localize URL /education/rms-education-es.ogv -->
 <video  id="rms-movie" controls="controls">
   <source
@@ -154,6 +146,23 @@
 <a href="/education/misc/edu-misc.html#subtitles-rms-education">other 
    languages</a>. 
 </p>
+</div>
+
+<blockquote class="note" id="indepth">
+<h3>In Depth</h3>
+
+<ul>
+<li>Learn about the <a href="/education/edu-why.html">Reasons Why</a> 
+educational institutions should use and teach exclusively Free Software.</li>
+
+<li>An article by Richard Stallman:
+<a href="/education/edu-schools.html">Why Schools Should Exclusively Use 
+Free Software</a></li>
+
+<li>An article by Dr. V. Sasi Kumar on the
+<a href="/education/edu-system-india.html">education system in India.</a></li>
+</ul>
+</blockquote>
 
 </div> <!-- for id="content", starts in the include above -->
 
@@ -196,7 +205,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2015/08/26 18:22:54 $
+$Date: 2015/09/01 14:15:17 $
 <!-- timestamp end -->
 </p>
 </div>

Index: footer-text.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/footer-text.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- footer-text.html    27 Aug 2015 08:38:59 -0000      1.14
+++ footer-text.html    1 Sep 2015 14:15:17 -0000       1.15
@@ -1,7 +1,6 @@
 <!-- begin server/footer-text.html -->
-
 <div id="all-tags">
-<strong>All tags</strong>: <!--#set var="TAGS" value="all" -->
+<strong>All keywords</strong>: <!--#set var="TAGS" value="all" -->
 <!--#include virtual="/server/staging/nav-bar/test9/page-tags.html" --> 
 </div><!-- /all-tags -->
 
@@ -12,7 +11,6 @@
   <li><a href="/graphics/graphics.html">GNU&nbsp;Art</a></li>
   <li><a href="/fun/fun.html">GNU&nbsp;Fun</a></li>
   <li><a href="/people/people.html">GNU's&nbsp;Who?</a></li>
-  <li><a 
href="http://directory.fsf.org";>Free&nbsp;Software&nbsp;Directory</a></li>
   <li><a href="/server/sitemap.html">Site&nbsp;map</a></li>
  </ul>
 </div><!-- /fsf-links -->

Index: home2.fr.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/home2.fr.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- home2.fr.html       29 Aug 2015 21:11:18 -0000      1.12
+++ home2.fr.html       1 Sep 2015 14:15:17 -0000       1.13
@@ -21,12 +21,6 @@
 pour donner à ses utilisateurs la liberté. Qu'est-ce que GNU et de quelle
 liberté parle-t-on ?</p>
 
-<!--#if expr="$TAGS" -->
-<div class="page-tags"><strong>Tags</strong>:
-<!--#include virtual="/server/staging/nav-bar/test9/page-tags.html" -->
-</div>
-<!--#endif -->
-
 <div id="home">
 <div class="first-column">
 
@@ -282,7 +276,7 @@
 <p class="unprintable"><!-- timestamp start -->
 Dernière mise à jour :
 
-$Date: 2015/08/29 21:11:18 $
+$Date: 2015/09/01 14:15:17 $
 
 <!-- timestamp end -->
 </p>

Index: home5.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/home5.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- home5.html  29 Aug 2015 21:11:18 -0000      1.42
+++ home5.html  1 Sep 2015 14:15:17 -0000       1.43
@@ -12,12 +12,6 @@
 <!--#include virtual="/po/home.translist" -->
 <!--#include virtual="/server/staging/nav-bar/test9/banner.html" -->
 
-<!--#if expr="$TAGS" -->
-<div class="page-tags"><strong>Tags</strong>:
-<!--#include virtual="/server/staging/nav-bar/test9/page-tags.html" -->
-</div>
-<!--#endif -->
-
 <p class="no-display">GNU is the only operating system developed
 specifically to give its users freedom.  What is GNU, and what freedom
 is at stake?</p>
@@ -264,7 +258,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2015/08/29 21:11:18 $
+$Date: 2015/09/01 14:15:17 $
 <!-- timestamp end -->
 </p>
 </div>

Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -b -r1.78 -r1.79
--- layout7.css 27 Aug 2015 08:29:10 -0000      1.78
+++ layout7.css 1 Sep 2015 14:15:17 -0000       1.79
@@ -304,31 +304,6 @@
    color: #777;
 }
 
-/* For translation lists below the navigation bar. */
-#content #translations { background: white; }
-#content #translations p {
-   padding: .2em .5em .3em .5em;
-   margin: 1em 0 0 0;
-   background: #e7e9eb;
-}
-
-/* Still used in some outdated translations. */
-#translations h3, #translations h4 {
-   font-size: 1em; font-weight: bold;
-   padding: 1em 1.5% 0 1.5%;
-   margin: 0;
-}
-#translations ul {
-   margin: 1em 1.5%;
-   background: #f0f2f4;
-}
-#translations li {
-   direction: ltr; display: inline; white-space: nowrap;
-   padding-left: 0.25em; padding-right: 0.25em;
-}
-/* Still used in some old /server/banner.*.html */
-#links { display: none !important; }
-
 
 /*** HEADER ***/
 
@@ -432,7 +407,6 @@
 #fsf-frame a:hover { color: #777; }
 
 /* For "normal" pages */
-
 @media (max-width: 40em) {
    #gnu-banner, p, dd, dt, li, h3, h4 { clear: both }
 }
@@ -537,38 +511,43 @@
 
 /*** TAGS ***/
 
-#all-tags {
-   text-align: center;
+#all-tags, .page-tags {
    font-family: "FreeSans", sans-serif;
-   line-height: 1.3em;
-   padding: .2em 3%;
-   margin: 0 -1.6%;
-   background-color: #f0f2f4;
-   border-top: 1px solid #c9cccf;
-   border-bottom: .3em solid #b9bcbf;
+   font-size: .9em;
+   margin: .6em 1.5%;
+   color: #555;
 }
-
-.page-tags { padding: 1em 0; }
-
-#all-tags a, .page-tags a {
-   line-height: 1.3em;
-   color: #444;
+#all-tags {
+   text-align: center;
+   line-height: 1.7em;
+   margin: 2em 1.6em; }
+#content .page-tags { margin: .6em 0; }
+
+#all-tags a, #all-tags a:visited,
+.page-tags a, .page-tags a:visited {
+   padding: .1em .4em .2em .4em;
+   line-height: 1.5em;
+   color: #555;
    text-decoration: none;
+   border: 1px solid #e2e4e6;
 }
-#all-tags a:hover, .page-tags a:hover {
-   color: #777;
-}
+#all-tags a:hover, .page-tags a:hover { color: black; }
 
 
 /*** CONTENT ***/
 
+#content:after {
+   clear: both; content: ""; display: block;
+   height: 0px; visibility: hidden; width: 0px;
+}
 #content {
    text-align: left;
    padding: 0 1.5% 1em 1.5%; margin-top: 0;
 }
 #content h1, #content h2 {
    font-weight:bold;
-   padding: 0; margin: .7em 0 .9em 0;
+   padding: 0;
+   margin: 1em 0 1.3em 0;
    color: #334683; text-shadow: #999 1px 1px 0;
 }
 #content h1 { font-size: 2.4em; }
@@ -593,12 +572,6 @@
 #content h3 a[href]:visited, #content h4 a[href]:visited { color: #334683; }
 #content h3 a[href]:hover, #content h4 a[href]:hover { color: #777; }
 
-/* For column headers in education.html, but could apply elsewhere. */
-#content .yui-gc h2 {
-   text-shadow: none;
-   margin-bottom: .7em;
-}
-
 #content small { font-size: .9em; }
 
 /* Equivalent of #backtotop within a section */
@@ -641,7 +614,7 @@
 }
 
 
- /*** FSF STUFF ***/
+/*** FSF STUFF ***/
 
 #mission-statement {
    font-size: 0.9em;
@@ -722,7 +695,8 @@
 
 #home h2 {
    text-shadow: none;
-   margin-bottom: .6em;
+   padding: 0;
+   margin-top: .7em; margin-bottom: .6em;
 }
 #home .first-column img { width: 80%; margin: .5em 0 1em 0; }
 #home .second-column h4 img { height: .75em; width: .75em; }
@@ -860,7 +834,7 @@
 /* For the note about Free Software Free Society */
 #content blockquote#fsfs p { padding: .3em 0; }
 
-/* For lists of short items. */
+/* For small tables of contents. */
 #content .summary {
    float: right;
    max-width: 22em;
@@ -869,6 +843,7 @@
    background: #f0f2f4;
    border: 1px solid #c9cccf;
 }
+#content .summary li { padding-bottom: .3em; }
 
 
 /*** TRANSLATED PAGES ***/
@@ -878,8 +853,7 @@
    text-align: center;
    font-weight: bold;
    font-style: italic;
-   margin-bottom: 0;
-   margin-top: 1.2em;
+   margin: 1em;
 }
 #content .trans-disclaimer a,
 #content .trans-disclaimer a:visited { color: #334683; }
@@ -889,9 +863,9 @@
 #outdated {
    text-align: center;
    padding: .7em 3%;
-   margin: .3em -1.6%;
+   margin: 1em;
    background-color: #f0f2f4;
-   border-bottom: .3em solid #d1d4d7;
+   border: .3em solid #d1d4d7;
 }
 #outdated p {
    margin: 0.2em 0;
@@ -947,17 +921,16 @@
    font-size: .9em;
    font-weight: bold;
    text-align: left;
-   padding-top: .4em;
-   margin-top: 0;
-   color: #333;
+   margin: .7em 0 0 0;
+   color: #555;
 }
 #content .edu-breadcrumb a,
 #content .edu-breadcrumb a:visited {
-   color: #334683;
+   color: #555;
    text-decoration: none;
 }
 #content .edu-breadcrumb a:hover {
-   color: #777;
+   color: black;
 }
 
 /* styles for subsections of /education "Case Studies" */
@@ -1170,3 +1143,36 @@
 .pad { margin-bottom: 1em; }
 .pad td { padding-left: 1em; padding-right: 1em; }
 div.spacer { height: .1em; width: 100%; background-color: transparent; }
+
+/* For column headers in education.html, but could apply elsewhere. */
+#content .yui-gc h2 {
+   text-shadow: none;
+   margin-bottom: .7em;
+}
+
+/* For translation lists below the navigation bar. */
+#content #translations { background: white; }
+#content #translations p {
+   padding: .2em .5em .3em .5em;
+   margin: 1em 0 0 0;
+   background: #e7e9eb;
+}
+
+/* Still used in some outdated translations? */
+#translations h3, #translations h4 {
+   font-size: 1em; font-weight: bold;
+   padding: 1em 1.5% 0 1.5%;
+   margin: 0;
+}
+#translations ul {
+   margin: 1em 1.5%;
+   background: #f0f2f4;
+}
+#translations li {
+   direction: ltr; display: inline; white-space: nowrap;
+   padding-left: 0.25em; padding-right: 0.25em;
+}
+
+/* Still used in some old /server/banner.*.html? */
+#links { display: none !important; }
+

Index: other-free-books2.fr.html
===================================================================
RCS file: 
/webcvs/www/www/server/staging/nav-bar/test9/other-free-books2.fr.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- other-free-books2.fr.html   16 Jun 2014 10:47:54 -0000      1.40
+++ other-free-books2.fr.html   1 Sep 2015 14:15:17 -0000       1.41
@@ -1,11 +1,15 @@
-
-
+<!--#set var="PO_FILE"
+ value='<a href="http://www.gnu.org/doc/po/other-free-books.fr.po";>
+ http://www.gnu.org/doc/po/other-free-books.fr.po</a>' -->
+ <!--#set var="ORIGINAL_FILE" value="/doc/other-free-books.html" -->
+ <!--#set var="DIFF_FILE" value="/doc/po/other-free-books.fr-diff.html" -->
+ <!--#set var="OUTDATED_SINCE" value="2014-00-00" -->
+<!--#set var="ENGLISH_PAGE" value="/doc/other-free-books.en.html" -->
 <!--#include virtual="/server/header.fr.html" -->
+<!--#include virtual="/server/staging/nav-bar/test9/tag-base.html" -->
 <!-- Parent-Version: 1.76 -->
 
 <!-- This file is automatically generated by GNUnited Nations! -->
-<!--#set var="DISABLE_TOP_ADDENDUM" value="yes" -->
- <!--#set var="ENGLISH_PAGE" value="/doc/other-free-books.en.html" -->
 
 <title>Livres libres d'autres éditeurs - Projet GNU - Free Software 
Foundation</title>
 
@@ -15,50 +19,19 @@
 source, droit, copyright, intellectuelle, propriété, mouvement" />
 
 <!--#include virtual="/doc/po/other-free-books.translist" -->
-<!--#include virtual="/server/banner.html" -->
-<!--#set var="PO_FILE"
- value='<a href="http://www.gnu.org/doc/po/other-free-books.fr.po";>
- http://www.gnu.org/doc/po/other-free-books.fr.po</a>' -->
- <!--#set var="ORIGINAL_FILE" value="/doc/other-free-books.html" -->
- <!--#set var="DIFF_FILE" value="/doc/po/other-free-books.fr-diff.html" -->
- <!--#set var="OUTDATED_SINCE" value="2014-00-00" -->
-
-<div id="outdated">
-<p>
-
-<!--#set var="ORIGINAL_LINK" value="<a href=\"${ORIGINAL_FILE}.en\">" -->
-<!--#set var="CLOSING_TAG" value="</a>" -->
-<!--#echo encoding="none" var="ORIGINAL_LINK" -->
-<strong>L'original en anglais<!--#echo encoding="none" var="CLOSING_TAG" -->
-de cette traduction a été modifié. </strong>
-<!--#if expr='"${DIFF_FILE}" != ""' -->
-<!--#set var="DIFF_LINK" value="<a href=\"${DIFF_FILE}.en\">" -->
-Vous devriez jeter un coup d'œil aux <!--#echo encoding="none" 
var="DIFF_LINK" -->
-changements cumulés<!--#echo encoding="none" var="CLOSING_TAG" -->
-<!--#if expr='"${OUTDATED_SINCE}" != ""' -->
-depuis  <!--#echo encoding="none" var="OUTDATED_SINCE" -->
-(date où le premier est intervenu).<!--#else -->
-depuis lors.<!--#endif -->
-<!--#else -->
-Vous devriez y jeter un coup d'œil.
-
-<!--#endif -->
-<!-- TRANSLATORS: Please replace address@hidden with the email address of your 
translation team. -->
-Si vous souhaitez nous aider à remettre cette traduction en état, merci de
-contacter <a href="address@hidden">&lt;address@hidden&gt;</a>.
-</p>
-</div>
+<!--#include virtual="/server/staging/nav-bar/test9/banner.fr.html" -->
+<!--#include virtual="/server/outdated.fr.html" -->
 
 <h2>Livres libres d'autres éditeurs</h2>
 
+<h3 id="Introduction">Introduction</h3>
+
 <blockquote class="note">
 <p><a href="http://defectivebydesign.org/ebooks.html";>Inscrivez-vous à notre
 liste de diffusion (en anglais) concernant les dangers des livres
 électroniques</a>.</p>
 </blockquote>
 
-<h3 id="Introduction">Introduction</h3>
-
 <p>
 Nous soutenons depuis longtemps la publication de <a
 href="/philosophy/free-doc.html">documentation libre</a> (libre dans le sens
@@ -468,7 +441,7 @@
 
 <!-- for id="content", starts in the include above -->
 
-<!--#include virtual="/server/footer.fr.html" -->
+<!--#include virtual="/server/staging/nav-bar/test9/footer-text.html" -->
 
 <div id="footer">
 
@@ -544,7 +517,7 @@
 <!-- timestamp start -->
 Dernière mise à jour :
 
-$Date: 2014/06/16 10:47:54 $
+$Date: 2015/09/01 14:15:17 $
 
 <!-- timestamp end -->
 </p>

Index: page-tags.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/page-tags.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- page-tags.html      29 Aug 2015 07:56:29 -0000      1.2
+++ page-tags.html      1 Sep 2015 14:15:17 -0000       1.3
@@ -34,8 +34,16 @@
 &nbsp;<a 
href="/server/staging/nav-bar/test9/sitemap-light.html?fsf">FSF</a>&nbsp;
 <span class="gnun-split"></span>
 <!--#endif -->
-<!--#if expr="' $TAGS ' = / (fslicensing|all) /" -->
-&nbsp;<a 
href="/server/staging/nav-bar/test9/sitemap-light.html?licensingfs">licensing&nbsp;free&nbsp;software</a>&nbsp;
+<!--#if expr="' $TAGS ' = / (freelicenses|all) /" -->
+&nbsp;<a 
href="/server/staging/nav-bar/test9/sitemap-light.html?freelicenses">free&nbsp;licenses</a>&nbsp;
+<span class="gnun-split"></span>
+<!--#endif -->
+<!--#if expr="' $TAGS ' = / (books|all) /" -->
+&nbsp;<a 
href="/server/staging/nav-bar/test9/sitemap-light.html?books">books</a>&nbsp;
+<span class="gnun-split"></span>
+<!--#endif -->
+<!--#if expr="' $TAGS ' = / (education|all) /" -->
+&nbsp;<a 
href="/server/staging/nav-bar/test9/sitemap-light.html?education">education</a>&nbsp;
 <span class="gnun-split"></span>
 <!--#endif -->
 <!--#if expr="' $TAGS ' = / (gpl|all) /" -->

Index: philosophy.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/philosophy.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- philosophy.html     29 Aug 2015 21:11:18 -0000      1.8
+++ philosophy.html     1 Sep 2015 14:15:18 -0000       1.9
@@ -1,7 +1,6 @@
 <!--#include virtual="/server/header.html" -->
 <!--#include virtual="/server/staging/nav-bar/test9/tag-base.html" -->
 <!-- Parent-Version: 1.77 -->
-<!--#set var="DISABLE_TOP_ADDENDUM" value="yes" -->
 
 <title>Philosophy of the GNU Project
 - GNU Project - Free Software Foundation</title>
@@ -9,25 +8,6 @@
 <!--#include virtual="/philosophy/po/philosophy.translist" -->
 <!--#include virtual="/server/staging/nav-bar/test9/banner.html" -->
 
-<div id="education-content">
-
-<!--#include virtual="/server/staging/nav-bar/test9/philosophy-menu.html" -->
-
-</div> <!-- id="education-content" -->
-
-<!--#if expr="$TAGS" -->
-<div class="page-tags"><strong>Tags</strong>:
-<!--#include virtual="/server/staging/nav-bar/test9/page-tags.html" -->
-</div>
-<!--#endif -->
-
-<!--GNUN: OUT-OF-DATE NOTICE-->
-<!--#if expr="$OUTDATED_SINCE" --><!--#else -->
-<!--#if expr="$LANGUAGE_SUFFIX" -->
-<!--#set var="DISABLE_TOP_ADDENDUM" value="no" -->
-<!--#include virtual="/server/top-addendum.html" -->
-<!--#endif -->
-<!--#endif -->
 <h2>Philosophy of the GNU Project</h2>
 
 <blockquote><p>
@@ -154,7 +134,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2015/08/29 21:11:18 $
+$Date: 2015/09/01 14:15:18 $
 <!-- timestamp end -->
 </p>
 </div>

Index: sitemap-light.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/sitemap-light.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- sitemap-light.html  26 Aug 2015 18:22:55 -0000      1.1
+++ sitemap-light.html  1 Sep 2015 14:15:18 -0000       1.2
@@ -6,7 +6,7 @@
 <!--#if expr="$qs != /all/" -->
 <title>Query in the site map of www.gnu.org - GNU Project - Free Software 
Foundation</title>
 </head><body>
-<h2>Result of a query in the site map of www.gnu.org with tag
+<h2>Result of a query in the site map of www.gnu.org with keyword
 “<!--#echo encoding="none" var="qs" -->”</h2>
 <dl>
 <!--#else -->
@@ -1107,7 +1107,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2015/08/26 18:22:55 $
+$Date: 2015/09/01 14:15:18 $
 <!-- timestamp end -->
 </p>
 </div>

Index: tag-base.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/tag-base.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- tag-base.html       30 Aug 2015 07:08:10 -0000      1.6
+++ tag-base.html       1 Sep 2015 14:15:18 -0000       1.7
@@ -6,6 +6,8 @@
  --><!--#if  expr="$q = 
/^\/bulletins\/bull12(\\.[a-z]{2}|\\.[a-z]{2}-[a-z]{2})?\\.html/" --><!--#set 
var="TAGS" value=" nn " --><!--#endif
  --><!--#if  expr="$q = 
/^\/bulletins\/bull18(\\.[a-z]{2}|\\.[a-z]{2}-[a-z]{2})?\\.html/" --><!--#set 
var="TAGS" value=" rr " --><!--#endif
  --><!--#if  expr="$q = 
/^\/bulletins\/bull24(\\.[a-z]{2}|\\.[a-z]{2}-[a-z]{2})?\\.html/" --><!--#set 
var="TAGS" value=" ff " --><!--#endif
- --><!--#if  expr="$q = 
/^\/doc\/other-free-books(\\.[a-z]{2}|\\.[a-z]{2}-[a-z]{2})?\\.html/" 
--><!--#set var="TAGS" value=" jgf n " --><!--#endif
+ --><!--#if  expr="$q = 
/\/test9\/other-free-books2(\\.[a-z]{2}|\\.[a-z]{2}-[a-z]{2})?\\.html/" 
--><!--#set var="TAGS" value=" books " --><!--#endif
+ --><!--#if  expr="$q = 
/\/test9\/education(\\.[a-z]{2}|\\.[a-z]{2}-[a-z]{2})?\\.html/" --><!--#set 
var="TAGS" value=" education " --><!--#endif
+ --><!--#if  expr="$q = /\/test9\/edu-software/" --><!--#set var="TAGS" 
value=" education " --><!--#endif
  --><!--#if  expr="$q = 
/\/test9\/philosophy(\\.[a-z]{2}|\\.[a-z]{2}-[a-z]{2})?\\.html/" --><!--#set 
var="TAGS" value=" aboutfs netservices hardware copyright drm noip patents 
cultural terminology proprietary fsf " --><!--#endif
  -->

Index: software.html
===================================================================
RCS file: software.html
diff -N software.html
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ software.html       1 Sep 2015 14:15:18 -0000       1.10
@@ -0,0 +1,330 @@
+<!--#include virtual="/server/header.html" -->
+<!-- Parent-Version: 1.77 -->
+<title>Software
+- GNU Project - Free Software Foundation</title>
+<!--#include virtual="/software/po/software.translist" -->
+
+<style type="text/css" media="print,screen">
+#dynamic-duo {
+   float: right;
+   width: 20em;
+   font-style: normal;
+   text-align: center;
+   padding: .8em;
+   margin: .3em 1em 1em 1em;
+   border: .5em solid #acc890;
+}
+#dynamic-duo p strong {
+   font-size: 1.3em;
+}
+#dynamic-duo img { width: 100%; }
+#dynamic-duo p.highlight-para {
+   text-align: left;
+   padding: .5em .8em .7em .8em;
+   margin: .5em;
+   border-width: 1px;
+}
+</style>
+
+<!--#include virtual="/server/fs-gang-definitions.html" -->
+<!--#include virtual="/server/staging/nav-bar/test9/banner.html" -->
+
+<h2>GNU Software</h2>
+
+<blockquote id="dynamic-duo">
+<p><strong>Download distributions</strong></p>
+<p><a href="/distros/free-distros.html">
+<img src="/graphics/gnu-and-penguin-color-300x276.jpg" alt="GNU and Linux" 
/></a></p>
+<p class="highlight-para">If you're looking for a whole system to
+install, see our <a href="/distros/free-distros.html">list of
+GNU/Linux distributions which are entirely free software</a>.</p>
+</blockquote>
+
+<p><a href="/gnu/about-gnu.html">GNU</a> is an operating system which is
+100% free software.  It was launched in 1983 by Richard Stallman (rms)
+and has been developed by many people working together for the sake of
+freedom of all software users to control their computing.  Technically,
+GNU is generally like Unix.  But unlike Unix, GNU gives its users
+freedom.</p>
+
+<p>The GNU system contains all of the <a
+href="/philosophy/categories.html#GNUsoftware">official GNU software
+packages</a> (which are listed below), and also includes non-GNU free
+software, notably TeX and the X Window System.  Also, the GNU system is
+not a single static set of programs; users and distributors may select
+different packages according to their needs and desires.  The result is
+still a variant of the GNU system.</p>
+
+<p>If you're looking for a whole system to install, see our <a
+href="/distros/free-distros.html">list of GNU/Linux distributions which
+are entirely free software</a>.</p>
+
+<p>To look for individual free software packages, both GNU and non-GNU,
+please see the <a href="http://directory.fsf.org/";>Free Software
+Directory</a>: a categorized, searchable database of free software.  The
+Directory is actively maintained by the <a
+href="http://www.fsf.org/";>Free Software Foundation</a> and includes
+links to program home pages where available, as well as entries for <a
+href="http://directory.fsf.org/wiki/GNU/";>all GNU packages</a>.  Another
+list of <a href="#allgnupkgs">all GNU packages</a> is below.  <a
+href="/doc/doc.html">Free software documentation links</a> are listed
+separately.</p>
+
+<p>Finally, we have a <a href="/software/for-windows.html">short list of
+free software for Microsoft Windows</a>, for Windows users who would
+like to try free software.</p>
+
+
+<h3 id="getgnu">How to get GNU software</h3>
+
+<p>GNU software is available by several different methods:</p>
+
+<ul>
+<li>Download a <a href="/distros/free-distros.html">wholly free
+GNU/Linux distribution</a>.</li>
+
+<li>Get a copy from a friend.</li>
+
+<li>Buy a computer with a wholly free GNU/Linux system preinstalled
+from <a href="/links/companies.html">one of the companies</a> that
+offers this.</li>
+
+<li><a href="/order/ftp.html">Download individual packages from the web
+or via FTP</a>: we provide source code for all GNU software as <a
+href="/philosophy/free-sw.html">free software</a>, and free of charge.
+(Please also make a <a href="/help/donate.html">donation</a> to the FSF
+if you can, to help support the development of more free software.)</li>
+
+<li>Use the <a href="/software/guix/guix.html">GNU Guix</a> functional
+package manager to install and manage GNU package releases.</li>
+
+<li>Use the <a href="/software/gsrc/gsrc.html">GNU GSRC</a> collection to
+easily install the latest GNU package releases on their own, without
+conflicting with any system versions.</li>
+
+<li>Use the 
+<a
+href="https://launchpad.net/~dns/+archive/gnu?field.series_filter=";>GNU
+PPA</a> or <a
+href="https://launchpad.net/~dns/+archive/gnustep?field.series_filter=";>GNUstep
+PPA</a> (Personal Package Archive) on Trisquel, gNewSense, or related
+distros to get the latest releases suitably packaged.</li>
+
+<li>Get the development sources for a package and build them.
+Many GNU packages keep their development sources at the GNU hosting site
+<a href="http://savannah.gnu.org/";>savannah.gnu.org</a>.  Some packages
+use other source repositories, or have none at all.  Each package's web
+pages should give the specifics.</li>
+
+</ul>
+
+
+<h3 id="develop">Develop GNU software</h3>
+
+<p>The FSF maintains a list of <a
+href="http://www.fsf.org/campaigns/priority.html";>high-priority free
+software projects</a>; please help with these projects if you can.  For
+other ways to contribute to GNU, including reviving unmaintained GNU
+packages and helping with development, see the <a
+href="/help/help.html">GNU help wanted</a> page.</p>
+
+<p>If you're writing a new program and would like to make your software
+an official GNU package, see the <a
+href="/help/evaluation.html">evaluation information and submission
+form</a>.</p>
+
+<p>If you're maintaining or developing a GNU package, whether newly
+dubbed or of long standing, this short list of <a
+href="/software/maintainer-tips.html">tips for GNU maintainers</a> may
+be useful, along with this information about <a
+href="/software/devel.html">GNU software developer resources</a>.</p>
+
+
+
+<h3><a id="allgnupkgs">All GNU packages</a></h3>
+
+<p>Here is a list of all current GNU packages, using their package
+identifiers (rather than long names) for brevity, and sorted
+alphabetically.  If you have corrections to or questions about this
+list, please email <a
+href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
+
+<p>Also available are lists of:</p>
+
+<ul>
+<li><a href="/manual/blurbs.html">short descriptions for all GNU
+  packages</a>;</li>
+<li><a href="/manual/manual.html">documentation for GNU packages</a>
+  (arranged by category);</li>
+<li><a href="/graphics/package-logos.html">GNU package logos</a>; and</li>
+<li><a href="/software/recent-releases.html">recent GNU releases</a>.</li>
+</ul>
+
+<!-- regenerate when official list changes, via
+       gm generate packages html  (or see the Makefile)
+     in the womb/gnumaint CVS source directory on savannah.  -->    
+<!--#include virtual="/software/allgnupkgs.html" -->
+
+
+<h3>Decommissioned GNU packages</h3>
+
+<p>GNU packages are occasionally decommissioned, generally because
+they've been superseded by, or integrated into, other packages.  If
+you have time and interest in resurrecting any of these, please
+contact <a
+href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.  Here
+is the list; we leave the old project pages up (when they existed):
+
+<a href="aeneas/">aeneas</a>,
+<a href="aetherspace/">aetherspace</a>,
+<a href="aroundme/">aroundme</a>,
+<a href="gnu3dkit/">3dkit</a>,
+<a href="abcsh/">abcsh</a>,
+<a href="awacs/">awacs</a>,
+<a href="cfs-el/">cfs-el</a>,
+<a href="checker/">checker</a>,
+<a href="cons/">cons</a>,
+<a href="dgs/">dgs</a> (display&nbsp;ghostscript),
+<a href="dld/">dld</a>,
+<a href="dotgnu/">dotgnu</a>,
+<a href="dotgnu-pnet/">dotgnu-pnet</a>,
+<a href="http://directory.fsf.org/project/DrGenius/";>dr.genius</a>,
+<a href="elib/">elib</a>,
+<a href="fcrypt/">fcrypt</a>,
+<a href="ffp/">ffp</a>,
+<a href="fhp/">fhp</a>,
+<a href="free/">free&nbsp;(gnu.free)</a>,
+<a href="gcron/">gcron</a> (see <a href="mcron/">mcron</a>),
+<a href="gfe/">gfe</a>,
+<a href="http://directory.fsf.org/GNU/ggv.html";>ggv</a> (see <a 
href="gv/">gv</a>),
+gicqd,
+<a href="http://directory.fsf.org/project/giptables/";>giptables</a>,
+<a href="gmorph/">gmorph</a>,
+<a href="http://directory.fsf.org/project/gnochive/";>gnochive</a>,
+gnotary,
+<a href="http://directory.fsf.org/project/gnotepad/";>gnotepad+</a>,
+gnubios,
+<a href="gnu-arch/">gnu-arch</a>,
+<a href="gnu-queue/">gnu-queue</a>,
+gnucad,
+<a href="gnufi/">gnufi</a>,
+gnupedia (see <a href="http://wikipedia.org";>wikipedia</a>),
+<a href="gnuskies/">gnuskies</a>,
+<a href="gnusql/">gnusql</a>,
+<a href="gnustep-db/">gnustep-db</a>,
+<a href="gnuts/">gnuts</a>,
+<a href="goldwater/">goldwater</a>,
+<a href="goodbye/">goodbye</a>,
+<a href="goose/">goose</a>,
+<a href="gphoto/">gphoto</a>,
+<a href="graphics/">graphics</a>,
+grover,
+<a href="gtkeditor/">gtkeditor</a>,
+<a href="gtkeyboard/">gtkeyboard</a>,
+<a href="guss/">guss</a>,
+<a href="hegemonie/">hegemonie</a>,
+isofsmk,
+<a href="jdresolve/">jdresolve</a>,
+lengualibre,
+leonardo,
+libopts (see <a href="autogen/">autogen</a>),
+mana,
+<a href="messenger/">messenger</a>,
+<a href="mgcp/">mgcp</a>,
+<a href="mll2html/">mll2html</a>,
+<a href="myserver/">myserver</a>,
+<a href="obst/">obst</a>,
+<a href="octal/">octal</a>,
+p2c,
+<a href="packaging/">packaging</a>,
+<a href="patchwork/">patchwork</a>,
+<a href="phpgroupware/">phpgroupware</a>,
+<a href="pips/">pips</a>,
+<a href="poc/">poc</a>,
+<a href="proto/">proto</a>,
+<a href="radar/">radar</a>,
+<a href="rat/">rat</a>,
+<a href="regex/">regex</a>,
+<a href="rpge/">rpge</a>,
+<a href="snakecharmer/">snakecharmer</a>,
+<a href="songanizer/">songanizer</a>,
+<a href="sourceinstall/">sourceinstall</a>,
+sovix,
+<a href="sweater/">sweater</a>,
+<a href="sxml/">sxml</a>,
+<a href="toutdoux/">toutdoux</a>,
+<a href="vmslib/">vmslib</a>,
+<a href="webpublish/">webpublish</a>,
+<a href="xbase/">xbase</a>,
+<a href="xinfo/">xinfo</a>,
+<a href="xmhtml/">xmhtml</a>,
+<a href="zebra/">zebra</a>.
+</p>
+
+</div><!-- for id="content", starts in the include above -->
+<!--#include virtual="/server/footer.html" -->
+
+<!--#include virtual="/server/fs-gang.html" -->
+
+<div id="footer">
+<div class="unprintable">
+
+<p>Please send general FSF &amp; GNU inquiries to
+<a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.
+There are also <a href="/contact/">other ways to contact</a>
+the FSF.  Broken links and other corrections or suggestions can be sent
+to <a href="mailto:address@hidden";>&lt;address@hidden&gt;</a>.</p>
+
+<p><!-- TRANSLATORS: Ignore the original text in this paragraph,
+        replace it with the translation of these two:
+
+        We work hard and do our best to provide accurate, good quality
+        translations.  However, we are not exempt from imperfection.
+        Please send your comments and general suggestions in this regard
+        to <a href="mailto:address@hidden";>
+        &lt;address@hidden&gt;</a>.</p>
+
+        <p>For information on coordinating and submitting translations of
+        our web pages, see <a
+        href="/server/standards/README.translations.html">Translations
+        README</a>. -->
+Please see the <a
+href="/server/standards/README.translations.html">Translations
+README</a> for information on coordinating and submitting translations
+of this article.</p>
+</div>
+
+<!-- Regarding copyright, in general, standalone pages (as opposed to
+     files generated as part of manuals) on the GNU web server should
+     be under CC BY-ND 3.0 US.  Please do NOT change or remove this
+     without talking with the webmasters or licensing team first.
+     Please make sure the copyright date is consistent with the
+     document.  For web pages, it is ok to list just the latest year the
+     document was modified, or published.
+     
+     If you wish to list earlier years, that is ok too.
+     Either "2001, 2002, 2003" or "2001-2003" are ok for specifying
+     years, as long as each year in the range is in fact a copyrightable
+     year, i.e., a year in which the document was published (including
+     being publicly visible on the web or in a revision control system).
+     
+     There is more detail about copyright years in the GNU Maintainers
+     Information document, www.gnu.org/prep/maintain. -->
+
+<p>Copyright &copy; 2015 Free Software Foundation, Inc.</p>
+
+<p>This page is licensed under a <a rel="license"
+href="http://creativecommons.org/licenses/by-nd/3.0/us/";>Creative
+Commons Attribution-NoDerivs 3.0 United States License</a>.</p>
+
+<!--#include virtual="/server/bottom-notes.html" -->
+
+<p class="unprintable">Updated:
+<!-- timestamp start -->
+$Date: 2015/09/01 14:15:18 $
+<!-- timestamp end -->
+</p>
+</div>
+</div>
+</body>
+</html>



reply via email to

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