I installed this into <http://www.gnu.org/software/gnulib/>, to change the page to use the latest boilerplate, and to fill in some of the blanks of the boilerplate.
--- gnulib.html 23 Oct 2007 22:22:18 -0000 1.16 +++ gnulib.html 23 Oct 2007 22:49:14 -0000 1.17 @@ -1,21 +1,79 @@ -<html> -<!-- $Id: gnulib.html,v 1.16 2007/10/23 22:22:18 eggert Exp $ --> +<!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" lang="en"> + <head> +<meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<link rev="made" href="mailto:bug-gnulib@gnu.org" /> +<link rel="icon" type="image/png" href="/graphics/gnu-head-mini.png" /> +<meta name="keywords" content="portability, library, source sharing"> +<meta name="ICBM" content="42.256233,-71.006581" /> +<meta name="DC.title" content="gnu.org" /> + <title>Gnulib - GNU Portability Library - GNU Project - Free Software Foundation (FSF)</title> -<link REV="made" HREF="mailto:[EMAIL PROTECTED]"> -<meta NAME="keywords" CONTENT="portability, library, source sharing"> +<link rel="stylesheet" type="text/css" href="/gnu-new.css" title= +"All-new GNU Project style" /> +<style type="text/css" media="print"> [EMAIL PROTECTED] url('/gnu-print.css'); +</style> + </head> -<body BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD"> -<A HREF="/graphics/gnu-head-sm.jpg"><IMG SRC="/graphics/gnu-head-sm.jpg" -ALT=" [image of the Head of a GNU] " -WIDTH="129" HEIGHT="122"></a> -<a HREF="/graphics/gnu-head.jpg">(jpeg 21k)</a> +<body id="gnulib"> -<h1>Gnulib - The GNU Portability Library</h1> + <div id="wrapper"> -<p> -<hr /> + <p class="netscape4"><a href="#content" accesskey="2">Skip to content</a> | <a href="#amspita">Skip to navigation</a> | <a href="#searcher">Skip to search</a></p> + + <div id="top2"> + + <div id="banner"> + + <h1>GNU's Not Unix! - Free Software, Free Society</h1> + + <div id="gnulogo"><a href="/" accesskey="1" title="Go to the GNU project homepage"><img src="/graphics/gnu-head-banner.png" alt="" /></a></div> + + <div id="dbdlogo"><a href="http://badvista.fsf.org/" title="Bad Vista"><img src="/graphics/badvista-trash.png" alt="" /></a></div> + + <ul id="links"> + <li><a href="http://www.gnu.org/philosophy/free-sw.html">What is Free Software?</a></li> + <li><a href="http://www.fsf.org/join" title="Become an associate member today!">Join the Free Software Foundation</a></li> + <li><a href="http://www.fsf.org/register_form" title="Register to receive regular postal and electronic updates">Get FSF alerts</a></li> + + </ul> + + </div> + + <h5 class="netscape4" id="amspita">Site Navigation</h5> + + <div id="navigation-bar"> + <div id="navbar"> + <ul> + <li id="tabMenu"><a href="/">Home</a></li> + <li id="tabAboutGNU"><a href="/gnu/">About GNU</a></li> + <li id="tabSoftware"><a href="/software/">Software</a></li> + <li id="tabPhilosophy"><a href="/philosophy/">Philosophy</a></li> + <li id="tabLicenses"><a href="/licenses/">Licenses</a></li> + <li id="tabDocumentation"><a href="/doc/">Documentation</a></li> + <li id="tabHelpGNU"><a href="/help/">Help GNU</a></li> + <li id="tabContactUs"><a href="/contact/">Contact Us</a></li> + </ul> + </div> + </div> + + + </div> + + <div style="border: 1px solid orange;font-weight: bold;line-height: 2em; text-align: center; margin: 1em; background-color: orange; font-size: 1.4em; color: white;"><a href="http://www.noooxml.org/petition">Sign a petition against Microsoft's Office OpenXML becoming an ISO standard</a></div> + + <div id="columns"> + +<div id="content"> + + +<h2>Gnulib - The GNU Portability Library</h2> + +<h3>Introduction to Gnulib</h3> <p>GNU software has a well-deserved reputation for running on many different types of systems. While our primary goal is to write @@ -32,7 +90,7 @@ too hard to keep up to date, and at this <p>Gnulib takes a different approach. Its components are intended to be shared at the source level, rather than being a library that gets built, installed, and linked against. Thus, there is no distribution tarball; -the idea is to copy files from Gnulib into your own source tree. +the idea is to copy files from Gnulib into your own source tree.</p> <p>Gnulib also includes copies of a few files purely for convenience: the <a href="/prep/standards/">GNU coding standards</a>, @@ -41,15 +99,13 @@ the <a href="/licenses/">GPL and other l (in <a href="/software/texinfo/">Texinfo</a>), assorted <a href="http://savannah.gnu.org/projects/config">configuration scripts</a>, and more. The goal is to provide all the common -infrastructure needed by GNU packages. +infrastructure needed by GNU packages.</p> +<h3>Downloading Gnulib</h3> -<h3>Using Gnulib</h3> <p>You can browse the <a href="http://git.sv.gnu.org/gitweb/?p=gnulib.git">current gnulib sources</a> -(also -<a href="http://savannah.gnu.org/cgi-bin/viewcvs/gnulib/gnulib/">in cvs</a>) on <a href="http://savannah.gnu.org/">savannah</a>.<br> You can also view the <a href="MODULES.html">modules comprising gnulib</a>. @@ -76,7 +132,6 @@ using a command like this:</p> help or more info, email <a href="mailto:bug-gnulib@gnu.org">bug-gnulib@gnu.org</a>. - <h3>Documentation</h3> <p>The <a href="manual/">manual</a> is still minimal and sketchy @@ -85,8 +140,7 @@ help or more info, email <p><tt>./gnulib-tool --help</tt> also provides some information, as mentioned above.</p> - -<h3>Contributing new routines to Gnulib</h3> +<h3>Mailing Lists/Newsgroups</h3> <p>Please email <a href="mailto:bug-gnulib@gnu.org">bug-gnulib@gnu.org</a> with information. Here are some guidelines, however:</p> @@ -107,35 +161,200 @@ Assignment forms may be necessary before code.</p> <p> -<hr /> +To subscribe to these GNU mailing lists, please send an empty mail with +a Subject: header line of just "subscribe" to the relevant -request +list. For example, to subscribe yourself to the main list for Gnulib, you +would send mail to <a +href="mailto:[EMAIL PROTECTED]"><[EMAIL PROTECTED]></a> +with no body and a Subject: header line of just "subscribe". +</p> + +<h4>Request an Enhancement</h4> <p> -Return to <a HREF="/home.html">GNU's home page</a>. +If you would like any new feature to be included in future versions +of Gnulib, please send a request to +<a href="mailto:bug-gnulib@gnu.org"><bug-gnulib@gnu.org></a>. +</p> -<p>Please send FSF & GNU inquiries & questions to -<a HREF="mailto:[EMAIL PROTECTED]"><em>[EMAIL PROTECTED]</em></a>. -There are also <a HREF="http://www.fsf.org/about/contact.html">other ways to -contact</a> the FSF. - -<p>Please send comments on these web pages in general to -<A HREF="mailto:[EMAIL PROTECTED]"><EM>[EMAIL PROTECTED]</EM></A> -(and <a HREF="mailto:bug-gnulib@gnu.org"><em>bug-gnulib@gnu.org</em></a> -for this page in particular), and send other questions to -<a HREF="mailto:[EMAIL PROTECTED]"><em>[EMAIL PROTECTED]</em></a>. +<p> +Please remember that development of Gnulib is a volunteer effort, and you +can also contribute to its development. For information about contributing +to the GNU Project, please read <a href="/help/">How to help GNU</a>. +</p> -<p>Copyright © 2007 Free Software Foundation, Inc., -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +<h3>Report a Bug</h3> -<p>Verbatim copying and distribution of this entire article is -permitted in any medium, provided this notice is preserved. +<p> +If you think you have found a bug in Gnulib, then please send +as complete a report as possible to +<a href="mailto:bug-gnulib@gnu.org"><bug-gnulib@gnu.org></a>. +</p> -<p>Updated: -<!-- timestamp start --> -$Date: 2007/10/23 22:22:18 $ -<!-- timestamp end --> +<h3>Maintainer</h3> <p> +Gnulib is currently being maintained by +Jeff Bailey, +Karl Berry, +Paul Eggert, +Bruno Haible, and +Jim Meyering. +</p> + + +</div><!-- for id="content", starts in the include above --> + + <!-- beginning of sidebar.html --> +<div id="sidebar" class="boxbox"> + +<script type="text/javascript"> +<!-- +function writeJS(){ +var str=''; +str+='<div id="print-this-article">'; +str+=' <h3>Print this article</h3>'; +str+=' <form action="javascript:this.print()">'; +str+=' <p><input type="submit" value="Print page" /><\/p>'; +str+=' <\/form>'; +str+='<\/div>'; +document.write(str); +} +writeJS(); +//--> +</script> + + + <h3 class="netscape4">Navigation</h3> + + <h3>Key resources</h3> + <ul> + <li><a href="http://www.fsf.org/campaigns/priority.html" style="font-weight: bold;" title="Help or suggest a priority project for the Free Software community">Help a priority project</a></li> + <li><a href="http://gplv3.fsf.org/" style="font-weight: bold;" title="Help revise the GNU AGPL, FDL and others">Help revise GNU licenses</a></li> + <li><a href="/links/links.html#FreeGNULinuxDistributions" style="font-weight: bold;" title="Free GNU/Linux distributions">Free GNU/Linux distributions</a></li> + <li><a href="http://directory.fsf.org/" title="Browse our directory of free software projects">Free Software Directory</a></li> + <li><a href="/software/" title="List of GNU software packages">GNU software packages</a></li> + </ul> + + + <h3>Stay up to date</h3> + <ul> + <li><a href="http://www.fsf.org/register_form">Get email alerts from the FSF</a></li> + <li><a href="/keepingup.html" title="Keep up to date with the 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> + </ul> + + <h3>For developers</h3> + <ul> + <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> + </ul> + + <div id="supportfsf"> + <h3>Support the FSF</h3> + + <div style="margin: 1.5em; padding: 0.5em; text-align: center; background-color: white; -moz-border-radius: 1em;"> + + <p><a href="http://www.fsf.org/associate/support_freedom/join_fsf"><img src="http://www.fsf.org/graphics/joinfsf" alt="" /></a></p> + + <p><a href="http://www.fsf.org/associate/support_freedom/join_fsf"><strong>Join the FSF today!</strong></a></p> + + <p><a href="http://www.fsf.org/associate/support_freedom/donate"><img src="http://www.fsf.org/graphics/donatefsf" alt="" /></a></p> + + <p><a href="http://www.fsf.org/associate/support_freedom/donate">Donate to the FSF today!</a></p> + + </div> + + <ul> + <li><a href="http://order.fsf.org/">Buy manuals and gear</a></li> + <li><a href="http://patron.fsf.org/">Corporate Patronage</a></li> + <li><a href="/thankgnus/thankgnus.html">Thank GNUs</a></li> + </ul></div> + + <h3>For fun</h3> + <ul> + <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="/music/">GNU Music and Songs</a></li> + </ul> + + <h3>Other resources</h3> + <ul> + <li><a href="/links/links.html">Free Software Links</a></li> + <li><a href="/jobs">Free Software Jobs</a></li> + </ul> + + +</div> + +<!-- end of sidebar.html --> + + <!-- close columns --> +</div> + + + + <!-- BEGIN FSFlinks --> +<div id="fsflinks"> + <ul> + <li><a href="http://www.fsf.org">FSF</a></li> + <!-- link restored by mattl --> + <li><a href="http://www.fsfeurope.org/">FSF Europe</a></li> + <!-- link restored by mattl --> + <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="#translations" style="color: yellow !important;">Translations of this page</a></li> + </ul> +</div> + +<div id="gplv3-dogear"> + <h3><a href="/licenses/gpl-3.0.html" title="Celebrate the new GNU GPL!">GPLv3</a></h3> +</div> + + + <!-- END FSFlinks --> + <hr /> +<div id="footer"> + +<p> +Please send FSF & GNU inquiries to +<a href="mailto:[EMAIL PROTECTED]"><em>[EMAIL PROTECTED]</em></a>. +There are also <a href="/contact/">other ways to contact</a> +the FSF. +<br /> +Please send broken links and other corrections or suggestions to +<a href="mailto:bug-gnulib@gnu.org"><em>bug-gnulib@gnu.org</em></a>. +</p> + +<p> +Please see the +<a href="/server/standards/README.translations.html">Translations +README</a> for information on coordinating and submitting +translations of this article. +</p> + +<p> +Copyright © 2007 Free Software Foundation, Inc., +</p> +<address>51 Franklin St, Fifth Floor, Boston, MA 02110, USA</address> +<p>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: 2007/10/23 22:49:14 $ +<!-- timestamp end --> +</p> +</div> + +</div> </body> </html>