I took the liberty of updating the Coreutils main web page <http://www.gnu.org/software/coreutils/> to use the current GNU project boilerplate. This required changing it from HTML 2.0 to XHTML 1.0 Strict so the changes were fairly pervasive. But it does look fancier now; I guess that's progress.
Here are the changes I installed: Index: coreutils.html =================================================================== RCS file: /webcvs/coreutils/coreutils/coreutils.html,v retrieving revision 1.14 retrieving revision 1.16 diff -p -u -r1.14 -r1.16 --- coreutils.html 20 Nov 2006 10:00:50 -0000 1.14 +++ coreutils.html 25 Apr 2007 22:59:32 -0000 1.16 @@ -1,172 +1,237 @@ -<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN"> -<HTML> -<HEAD> -<TITLE>Coreutils - GNU Project - Free Software Foundation (FSF)</TITLE> -<meta name="keywords" content="coreutils"> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<meta http-equiv="Description" content="Developing free GNU operating system."> -<link rev="made" href="mailto:[EMAIL PROTECTED]"> -<link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png"> -</HEAD> -<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" VLINK="#9900DD"> -<H3>Coreutils</H3> -<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> +<!--#include virtual="/server/header.html" --> +<title>Coreutils - GNU core utilities</title> +<!--#include virtual="/server/banner.html" --> +<h2>Coreutils - GNU core utilities</h2> + +<!-- This document uses XHTML 1.0 Strict, but may be served as --> +<!-- text/html. Please ensure that markup style considers --> +<!-- appendix C of the XHTML 1.0 standard. See validator.w3.org. --> + +<!-- Please ensure links are consistent with Apache's MultiView. --> +<!-- Change include statements to be consistent with the relevant --> +<!-- language, where necessary. --> -<P> -<HR> +<h3>Introduction to Coreutils</h3> -<H4>Introduction</H4> - -<P> +<p> The GNU Core Utilities are the basic file, shell and text manipulation -utilities of the GNU operating system. These are the core utilities +utilities of the GNU operating system. These are the core utilities which are expected to exist on every operating system. - -<P> +</p> +<p> Previously these utilities were offered as three individual sets of -GNU utilities, <A HREF="../fileutils/fileutils.html">fileutils</A>, -<A HREF="../shellutils/shellutils.html">shellutils</A>, and <A -HREF="../textutils/textutils.html">textutils</A>. Those three have -been combined into a single set of utilities called the coreutils. - -<H4>Documentation</H4> - -<P> -The -<a href="manual/coreutils.html">manual</a> -is available in the <em>info system</em> of the <em>GNU Operating -System</em>. Use <em>info</em> to access the top level info page. -Use <em>info coreutils</em> to access the Core Utilities section directly. +GNU utilities, <a href="../fileutils/fileutils.html">Fileutils</a>, +<a href="../shellutils/shellutils.html">Shellutils</a>, and <a +href="../textutils/textutils.html">Textutils</a>. Those three have +been combined into a single set of utilities called Coreutils. +</p> + +<h3>Downloading Coreutils</h3> + +<p> +Coreutils can be found on +<a href="http://ftp.gnu.org/gnu/coreutils/">http://ftp.gnu.org/gnu/coreutils/</a> +[via http] and +<a href="ftp://ftp.gnu.org/gnu/coreutils/">ftp://ftp.gnu.org/gnu/coreutils/</a> +[via FTP]. +It can also be found on one of <a href="/prep/ftp">our FTP mirrors</a>. +</p> + +<p> +Test versions of Coreutils can be found on +<a href="ftp://alpha.gnu.org/gnu/coreutils/">ftp://alpha.gnu.org/gnu/coreutils/</a> +[via FTP]. The latest bleeding-edge version of the source code, along +with a revision history, can be found in the +<a href="http://savannah.gnu.org/projects/coreutils/">Coreutils +Savannah repository</a>. +Please note that we do not suggest using Coreutils sources from these +locations for production use. +</p> -<H4>Frequently Asked Questions</H4> +<h3>Documentation</h3> -<P> +<p> +A <a href="manual/">manual</a> is available in several formats. +You may also find more information about Coreutils by looking at +your local documentation. For example, you might try <em>info +coreutils</em> at the shell prompt. +</p> + +<p> Please check the -<A HREF="faq/coreutils-faq.html">FAQ for the core utilities</A> -for answers to your most frequently asked questions. This FAQ +<a href="faq/coreutils-faq.html">FAQ for the core utilities</a> +for answers to your most frequently asked questions. This FAQ contains answers to questions asked on the mailing lists and -newsgroups. FAQs are by definition asked frequently and these +newsgroups. FAQs are by definition asked frequently and these questions will be asked again regardless of the existence of an FAQ. However, it does make answering questions easier as a more complete answer can be provided here than on the public forums. +</p> + +<h3>Mailing Lists</h3> + +<p> +You can subscribe to any GNU mailing list via the web as described +below. Or you can send an empty mail with a Subject: header line of +just "subscribe" to the relevant -request list. For example, to +subscribe yourself to the bug-coreutils list, you would +send mail to <a +href="mailto:[EMAIL PROTECTED]"><em>[EMAIL PROTECTED]</em></a> +with no body and a Subject: header line of just "subscribe". +</p> + +<p> +It has been necessary to moderate the Coreutils mailing lists to prevent the +flood of spam. Postings to the lists are held for release by +the list moderator. Sometimes the moderators are unavailable for +brief periods of time. Please be patient when posting. If you +don't see the message in the list archive then it did not get posted. +</p> + +<h4>Announcements</h4> + +<p> +The low-volume mailing list +<a href="http://lists.gnu.org/mailman/listinfo/coreutils-announce"><[EMAIL PROTECTED]></a> +contains all announcements about Coreutils. +</p> + +<p> +Important announcements about Coreutils and most other GNU Software are +also made on +<a href="http://lists.gnu.org/mailman/listinfo/info-gnu"><[EMAIL PROTECTED]></a>. +</p> -<H4>Downloading</H4> +<h4>Enhancement Requests and Bug Reports</h4> -<P> -Released versions of GNU coreutils can be found in the subdirectory -<CODE>/gnu/coreutils/</CODE> on your favorite -<A HREF="/prep/ftp.html">GNU mirror</A>. - -For other ways to obtain coreutils, please read -<A HREF="/software/software.html#HowToGetSoftware">How to get GNU Software</A>. -The latest released version will be the latest version available at -<A HREF="http://ftp.gnu.org/pub/gnu/coreutils/">http://ftp.gnu.org/pub/gnu/coreutils/</a>. - -<P> -Testing versions of alpha releases can be found on the alpha release -server. A different server is used for alpha releases so that people -do not confuse testing snapshots and released versions. Alpha test -versions are available at -<A HREF="ftp://alpha.gnu.org/gnu/coreutils/">ftp://alpha.gnu.org/gnu/coreutils/</A>. -The latest development sources can be obtained through -<A HREF="http://savannah.gnu.org/cvs/?group=coreutils">CVS from Savannah</A>. - -<H4>How to Get Help</H4> - -<P> -For general discussion of coreutils and for reporting bugs the mailing list <A -HREF="mailto:bug-coreutils@gnu.org"><EM>bug-coreutils@gnu.org</EM></A> -is the most appropriate forum. +<p> +If you would like any new feature to be included in future versions of +Coreutils, please send a request to <a +href="http://lists.gnu.org/mailman/listinfo/bug-coreutils"><bug-coreutils@gnu.org></a>. +</p> + +<p> +Please remember that development of Coreutils 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> +If you think you have found a bug in Coreutils, then you should send +as complete a report as possible to +<a href="http://lists.gnu.org/mailman/listinfo/bug-coreutils"><bug-coreutils@gnu.org></a>. Please do not send messages encoded as HTML nor encoded as base64 MIME nor included as multiple formats. Please send messages as -<A HREF="http://www.expita.com/nomime.html">plain text</A>. -Please include a descriptive subject line. If all of the subjects are -<EM>bug</EM> then it is impossible to differentiate them. +<a href="http://www.expita.com/nomime.html">plain text</a>. +Please include a descriptive subject line. If all of the subjects are +<em>bug</em> then it is impossible to differentiate them. +</p> +<p> Please avoid sending large messages, such as log files, system call -trace output, and other content resulting in messages over about 40kb, -to the mailing lists without prior contact. Those are best sent +trace output, and other content resulting in messages over about 40 kB, +to the mailing lists without prior contact. Those are best sent directly to those requesting that information after initial contact. +</p> -Before reporting bugs please read the FAQ. - -<P> -It has been necessary to moderate the mailing list to prevent the -flood of spam. Postings to the list are held for release by -the list moderator. Sometimes the moderators are unavailable for -brief periods of time. Please be patient when posting there. If you -don't see the message in the list archive then it did not get posted. +<p> +Before reporting bugs please read the <a href="faq/coreutils-faq.html">FAQ</a>. +</p> -<P> -You may subscribe to the mailing list at -<A HREF="http://lists.gnu.org/mailman/listinfo/bug-coreutils"> -http://lists.gnu.org/mailman/listinfo/bug-coreutils</A>. -An archive of the bug report mailing list is available at -<A HREF="http://lists.gnu.org/archive/html/bug-coreutils/"> -<EM>http://lists.gnu.org/archive/html/bug-coreutils/</EM></A>. +<h4>Previous Mailing Lists</h4> +<p> Since coreutils had existed as the three individual packages for a long time you may want to read the archives of those previous mailing -lists. An archive of the previous bug report mailing lists are available at -<A HREF="http://lists.gnu.org/archive/html/bug-fileutils/"> -http://lists.gnu.org/archive/html/bug-fileutils/</A> and at -<A HREF="http://lists.gnu.org/archive/html/bug-sh-utils/"> -http://lists.gnu.org/archive/html/bug-sh-utils/</A>and at -<A HREF="http://lists.gnu.org/archive/html/bug-textutils/"> -<EM>http://lists.gnu.org/archive/html/bug-textutils/</EM></A>. - - -<H4>How to Help</H4> - -<P> -To contact the maintainers, either to report a bug or to contribute -fixes or improvements, send mail to -<A HREF="mailto:bug-coreutils@gnu.org"><EM>bug-coreutils@gnu.org</EM></A>. -If posting patches they should be in unified diff format against the -latest alpha testing version or preferably against the latest CVS -development source code. They should include a text description of -the change and the unified diff inline in the message and not attached -to it. See the numerous postings by the maintainers for examples of -the preferred format. - -<HR> - -Return to <A HREF="/home.html">GNU's home page</A>. - -<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> +lists. The <a +href="http://lists.gnu.org/archive/html/bug-fileutils/">Fileutils +archive</a>, <a +href="http://lists.gnu.org/archive/html/bug-sh-utils/">Shellutils +archive</a>, and <a +href="http://lists.gnu.org/archive/html/bug-textutils/">Textutils +archive</a> contain archives of these older mailing lists. +</p> + +<h3>Maintainer</h3> + +<p> +Coreutils is currently being maintained by +Jim Meyering <a href="mailto:[EMAIL PROTECTED]"><em>[EMAIL PROTECTED]</em></a>. +</p> + + +<!-- If needed, change the copyright block at the bottom. In general, --> +<!-- 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><!-- for id="content", starts in the include above --> +<!--#include virtual="/server/footer.html" --> +<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 +<!-- If you are a project maintainer or developer, please use --> +<!-- your own email, as webmasters does not manage most --> +<!-- project webpages (those that we do, you know who you are). --> +<a href="mailto:bug-coreutils@gnu.org"><em>bug-coreutils@gnu.org</em></a>. +</p> -<P> -Please send comments on this particular web page to <A -HREF="mailto:bug-coreutils@gnu.org"><EM>bug-coreutils@gnu.org</EM></A>, -send comments about www.gnu.org web pages in general to <A -HREF="mailto:[EMAIL PROTECTED]"><EM>[EMAIL PROTECTED]</EM></A>, -send other questions to <A -HREF="mailto:[EMAIL PROTECTED]"><EM>[EMAIL PROTECTED]</EM></A>. - -<P> -Copyright © 2003, 2004, 2005, 2006 Free Software Foundation, Inc., -51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -<P> -Verbatim copying and distribution of this entire article is -permitted in any medium, provided this notice is preserved. +<p> +Please see the +<a href="/server/standards/README.translations">Translations +README</a> for information on coordinating and submitting +translations of this article. +</p> + +<p> +Copyright © 1998, 2001, 2003, 2004, 2005, 2006, 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: +<p> +Updated: <!-- timestamp start --> -$Date: 2006/11/20 10:00:50 $ $Author: ramprasadb $ +$Date: 2007/04/25 22:59:32 $ <!-- timestamp end --> +</p> +</div> -<p> -<HR> +<div id="translations"> +<h4>Translations of this page</h4> -</BODY> -</HTML> +<!-- Please keep this list alphabetical. --> +<!-- Comment what the language is for each type, i.e. de is German. --> +<!-- Write the language name in its own language (Deutsch) in the text. --> +<!-- If you add a new language here, please --> +<!-- advise [EMAIL PROTECTED] and add it to --> +<!-- - /home/www/bin/nightly-vars either TAGSLANG or WEBLANG --> +<!-- - /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, cf. --> +<!-- <URL:http://www.w3.org/WAI/ER/IG/ert/iso639.htm> --> +<!-- Please use W3C normative character entities. --> + +<ul class="translations-list"> +<!-- English --> +<li><a href="/software/coreutils/">English</a> [en]</li> +</ul> +</div> +</div> +</div> +</body> +</html> _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils