www-commits
[Top][All Lists]
Advanced

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

www/software devel.html


From: Joakim Olsson
Subject: www/software devel.html
Date: Mon, 19 Mar 2007 14:01:45 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Joakim Olsson <jocke>   07/03/19 14:01:45

Modified files:
        software       : devel.html 

Log message:
        Fixed invalid HTML.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/software/devel.html?cvsroot=www&r1=1.19&r2=1.20

Patches:
Index: devel.html
===================================================================
RCS file: /web/www/www/software/devel.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- devel.html  21 Nov 2006 13:56:54 -0000      1.19
+++ devel.html  19 Mar 2007 14:01:40 -0000      1.20
@@ -1,198 +1,160 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
-<TITLE>GNU Development Resources - GNU Project - Free Software Foundation 
(FSF)</TITLE>
-<LINK REV="made" HREF="mailto:address@hidden";>
-</HEAD>
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#1F00FF" ALINK="#FF0000" 
VLINK="#9900DD">
-<H3>GNU Development Resources</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>
-
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>GNU Development Resources - GNU Project - Free Software
+Foundation (FSF)</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8">
+<link rev="made" href="mailto:address@hidden";>
+</head>
+<body bgcolor="#FFFFFF" text="#000000" link="#1F00FF" alink=
+"#FF0000" vlink="#9900DD">
+<h3>GNU Development Resources</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>
 <!-- Please keep this list alphabetical!!!  -->
-[ <A HREF="/software/devel.cn.html">Chinese(Simplified)</A>
-| <A HREF="/software/devel.zh.html">Chinese(Traditional)</A>
-| <A href="/software/devel.html">English</A> ]
-<P>
-
-<HR>
-
-<H4>Table of Contents</H4>
-
-<UL>
-  <LI><A HREF="devel.html#Introduction"
-       NAME="TOCIntroduction">Introduction</A>
-  <LI><A HREF="devel.html#CVS" NAME="TOCCVS">CVS and Savannah</A>
-  <LI><A HREF="devel.html#LoginAccounts"
-       NAME="TOCLoginAccounts">Login Accounts</A>
-  <LI><A HREF="devel.html#MailLists" NAME="TOCMailLists">Mailing Lists</A>
-  <LI><A HREF="devel.html#WebServer" NAME="TOCWebServer">Web Server</A>
-  <LI><A HREF="devel.html#FTP" NAME="TOCFTP">FTP</A>
-</UL>
-
-<H4><A HREF="devel.html#TOCIntroduction"
-NAME="Introduction">Introduction</A></H4>
-
-<P>
-This page describes the development services available for GNU
-developers on GNU Project machines.  If you would like to make use of
-one of these services for development of a GNU package, please contact
-the address listed for the particular service.  For full details
-of the privileges and responsibilities of GNU maintainers, please see the
-<A HREF="/prep/maintain_toc.html">Information for GNU Maintainers</A>
-document.  (The <A HREF="/prep/standards_toc.html">GNU
-Coding Standards</A> may also be of interest, and the
-<a href="/help/evaluation.html#whatmeans">overview of what it means to
-be a GNU package</a>.)
-
-<P>
-With the abundance of inexpensive computers that can run <A
-HREF="/gnu/linux-and-gnu.html">GNU/Linux</A>, as well as the
+[ <a href="/software/devel.cn.html">Chinese(Simplified)</a> |
+<a href="/software/devel.zh.html">Chinese(Traditional)</a> |
+<a href="/software/devel.html">English</a> ]
+<hr>
+<h4>Table of Contents</h4>
+<ul>
+<li><a href="devel.html#Introduction" name=
+"TOCIntroduction">Introduction</a></li>
+<li><a href="devel.html#CVS" name="TOCCVS">CVS and
+Savannah</a></li>
+<li><a href="devel.html#LoginAccounts" name=
+"TOCLoginAccounts">Login Accounts</a></li>
+<li><a href="devel.html#MailLists" name="TOCMailLists">Mailing
+Lists</a></li>
+<li><a href="devel.html#WebServer" name="TOCWebServer">Web
+Server</a></li>
+<li><a href="devel.html#FTP" name="TOCFTP">FTP</a></li>
+</ul>
+<h4><a href="devel.html#TOCIntroduction" name=
+"Introduction">Introduction</a></h4>
+<p>This page describes the development services available for GNU
+developers on GNU Project machines. If you would like to make use
+of one of these services for development of a GNU package, please
+contact the address listed for the particular service. For full
+details of the privileges and responsibilities of GNU maintainers,
+please see the <a href="/prep/maintain_toc.html">Information for
+GNU Maintainers</a> document. (The <a href=
+"/prep/standards_toc.html">GNU Coding Standards</a> may also be of
+interest, and the <a href=
+"/help/evaluation.html#whatmeans">overview of what it means to be a
+GNU package</a>.)</p>
+<p>With the abundance of inexpensive computers that can run
+<a href="/gnu/linux-and-gnu.html">GNU/Linux</a>, as well as the
 greater availability of Internet access, many GNU volunteers today
-have all the computer facilities they need.
-However, there are still advantages to having central computers
-where GNU volunteers can work together without having to make their
-own machines accessible to others.
-
-<P>
-For that reason, the Free Software Foundation encourages GNU software
-projects to use the machines at <code>gnu.org</code> as a home base.
-Using these machines also benefits the GNU Project indirectly, by
-increasing public awareness of GNU, and spreading the idea of working
-together for the benefit of everyone.
-
-<H4><A HREF="devel.html#TOCCVS" NAME="CVS">CVS and Savannah</A></H4>
-
-<P>
-We provide remote CVS access for many GNU packages; if you are
-developing a GNU package and would like to keep the repository on the
-<em>gnu.org</em> machines, <a href="http://savannah.gnu.org/";>Savannah</a>
-offers an easy way to create and manage it. First
-<a href="https://savannah.gnu.org/account/register.php";>create yourself an
-account</a> and then <a href="http://savannah.gnu.org/register/";>register
-your GNU package</a>. Within a few hours the CVS repository will be
-created. You will be able to write into it and manage the list of
-people who have write access to it by yourself.
-<P>
-Many projects are <a 
href="http://savannah.gnu.org/search/index.php?type_of_search=soft&words=%%%";>already
 using</a> Savannah for this purpose.
-
-
-<H4><A HREF="devel.html#TOCLoginAccounts"
-NAME="LoginAccounts">Login Accounts</A></H4>
-
-<P>
-We give out login access to GNU machines to people who need them
-for work on GNU software.  Having a login account is both a privilege
-and a responsibility, and they should be used only for your work on
-GNU.  Please read <A HREF="README.accounts.html">access methods for
-GNU machines</A> in order to obtain an account.
-
-<H4><A HREF="devel.html#TOCMailLists" NAME="MailLists">Mailing Lists</A></H4>
-
-<P>
-We operate mailing lists for GNU software packages as needed, including
-both hand-managed lists and automatically managed lists.
-
-<P>
-When a GNU package is registered on <a 
href="http://savannah.gnu.org/";>Savannah</a>, a web interface allows developers 
to create and
-manage mailing lists dedicated to this package.
-
-<P>
-If, for some reason, registering the GNU package on Savannah is not
-possible or desirable, ask <A
-HREF="mailto:address@hidden";><em>address@hidden</em></A>
+have all the computer facilities they need. However, there are
+still advantages to having central computers where GNU volunteers
+can work together without having to make their own machines
+accessible to others.</p>
+<p>For that reason, the Free Software Foundation encourages GNU
+software projects to use the machines at <code>gnu.org</code> as a
+home base. Using these machines also benefits the GNU Project
+indirectly, by increasing public awareness of GNU, and spreading
+the idea of working together for the benefit of everyone.</p>
+<h4><a href="devel.html#TOCCVS" name="CVS">CVS and
+Savannah</a></h4>
+<p>We provide remote CVS access for many GNU packages; if you are
+developing a GNU package and would like to keep the repository on
+the <em>gnu.org</em> machines, <a href=
+"http://savannah.gnu.org/";>Savannah</a> offers an easy way to
+create and manage it. First <a href=
+"https://savannah.gnu.org/account/register.php";>create yourself an
+account</a> and then <a href=
+"http://savannah.gnu.org/register/";>register your GNU package</a>.
+Within a few hours the CVS repository will be created. You will be
+able to write into it and manage the list of people who have write
+access to it by yourself.</p>
+<p>Many projects are <a href=
+"http://savannah.gnu.org/search/index.php?type_of_search=soft&amp;words=%%%";>
+already using</a> Savannah for this purpose.</p>
+<h4><a href="devel.html#TOCLoginAccounts" name=
+"LoginAccounts">Login Accounts</a></h4>
+<p>We give out login access to GNU machines to people who need them
+for work on GNU software. Having a login account is both a
+privilege and a responsibility, and they should be used only for
+your work on GNU. Please read <a href="README.accounts.html">access
+methods for GNU machines</a> in order to obtain an account.</p>
+<h4><a href="devel.html#TOCMailLists" name="MailLists">Mailing
+Lists</a></h4>
+<p>We operate mailing lists for GNU software packages as needed,
+including both hand-managed lists and automatically managed
+lists.</p>
+<p>When a GNU package is registered on <a href=
+"http://savannah.gnu.org/";>Savannah</a>, a web interface allows
+developers to create and manage mailing lists dedicated to this
+package.</p>
+<p>If, for some reason, registering the GNU package on Savannah is
+not possible or desirable, ask <a href=
+"mailto:address@hidden";><em>address@hidden</em></a>
 to create lists for you, or create them yourself if you're sure you
-know how.
-
-<P>
-In general, each GNU software package ought to have a bug-reporting list
-with the canonical name <code>bug-<em>name</em>@gnu.org</code>, plus
-whatever other aliases may be useful.  Using Savannah, you can create
-lists for your package with names like <code><em>name</em>-bug</code>;
-this is good, but please make <code>bug-<em>name</em> an alias, or ask
-for it to be done.  Some packages share the list
-<code>address@hidden</code> but we now encourage packages to set
-up their own individual lists.
-
-<P>
-Packages can have other lists for announcements, for asking for help,
-for posting related source code, for discussion among users, or
-whatever the package maintainer thinks is useful.
-
-<P>
-Mailing list archives for automatically-managed lists are available at
-<a href="http://lists.gnu.org/";>http://lists.gnu.org</a>, as well as
+know how.</p>
+<p>In general, each GNU software package ought to have a
+bug-reporting list with the canonical name
+<code>bug-<em>name</em>@gnu.org</code>, plus whatever other aliases
+may be useful. Using Savannah, you can create lists for your
+package with names like <code><em>name</em>-bug</code>; this is
+good, but please make <code>bug-<em>name</em> an alias, or ask for
+it to be done. Some packages share the list</code>
address@hidden but we now encourage packages to set up their
+own individual lists.</p>
+<p>Packages can have other lists for announcements, for asking for
+help, for posting related source code, for discussion among users,
+or whatever the package maintainer thinks is useful.</p>
+<p>Mailing list archives for automatically-managed lists are
+available at <a href=
+"http://lists.gnu.org/";>http://lists.gnu.org</a>, as well as
 through the list manager.  Archives for hand-maintained lists are
-generally kept in <code>/com/archive</code> on the GNU machines.
-
-<P>
-When a mailing list becomes large enough to justify it, we can set up
-a <code>gnu.*</code> newsgroup with a two-way link to the mailing list.
-
-
-<H4><A HREF="devel.html#TOCWebServer" NAME="WebServer">Web
-Server</A></H4>
-
-<P>
-Our master web server is located at <A
-HREF="http://www.gnu.org/";>http://www.gnu.org/</A>, and has <A
-HREF="/server/list-mirrors.html">mirrors</A> around the world.  We
-would like to host pages on this server about each and every GNU
-software package.
-
-<P>
-The machine which serves the <code>www.gnu.org</code> web pages is
-separate from the rest of the GNU machines. The web pages are stored in
-a CVS repository on Savannah. So, every GNU package maintainer
-registered on <a href="http://savannah.gnu.org/";>Savannah</a> is granted
-write access to the <code>/software/package</code> directory.
-
-<H4><A HREF="devel.html#TOCFTP" NAME="FTP">FTP</A></H4>
-
-<P>
-We can also provide an FTP site for any GNU software package on <A
-HREF="http://ftp.gnu.org/";><code>http://ftp.gnu.org/</code></A>, which
-is <A HREF="/order/ftp.html">mirrored worldwide</A>.
-
-<P>
-We use a different server for test releases, so that people won't
-install them thinking they are ready for prime time.  This server is
-<A HREF="ftp://alpha.gnu.org/";><code>ftp://alpha.gnu.org/</code></A>.
-
-<P>
-The <A
-HREF="/prep/maintain_toc.html">Information for GNU Maintainers</A>
-document has complete details on the FTP upload process.
-
-<HR>
-
-Return to <A HREF="/home.html">GNU's home page</A>.
-<P>
-
-Please send FSF &amp; GNU inquiries &amp; questions to
-
-<A HREF="mailto:address@hidden";><EM>address@hidden</EM></A>.
-There are also <A HREF="/home.html#ContactInfo">other ways to
-contact</A> the FSF.
-<P>
-
-Please send comments on these web pages to
-
-<A HREF="mailto:address@hidden";><EM>address@hidden</EM></A>,
-send other questions to
-<A HREF="mailto:address@hidden";><EM>address@hidden</EM></A>.
-<P>
-Copyright (C) 2004, 2006 Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA  02111,  USA
-<P>
-Verbatim copying and distribution of this entire article is
-permitted in any medium, provided this notice is preserved.<P>
-Updated:
-<!-- timestamp start -->
-$Date: 2006/11/21 13:56:54 $ $Author: karl $
-<!-- timestamp end -->
-<HR>
-</BODY>
-</HTML>
+generally kept in <code>/com/archive</code> on the GNU
+machines.</p>
+<p>When a mailing list becomes large enough to justify it, we can
+set up a <code>gnu.*</code> newsgroup with a two-way link to the
+mailing list.</p>
+<h4><a href="devel.html#TOCWebServer" name="WebServer">Web
+Server</a></h4>
+<p>Our master web server is located at <a href=
+"http://www.gnu.org/";>http://www.gnu.org/</a>, and has <a href=
+"/server/list-mirrors.html">mirrors</a> around the world. We would
+like to host pages on this server about each and every GNU software
+package.</p>
+<p>The machine which serves the <code>www.gnu.org</code> web pages
+is separate from the rest of the GNU machines. The web pages are
+stored in a CVS repository on Savannah. So, every GNU package
+maintainer registered on <a href=
+"http://savannah.gnu.org/";>Savannah</a> is granted write access to
+the <code>/software/package</code> directory.</p>
+<h4><a href="devel.html#TOCFTP" name="FTP">FTP</a></h4>
+<p>We can also provide an FTP site for any GNU software package on
+<a href="http://ftp.gnu.org/";><code>http://ftp.gnu.org/</code></a>,
+which is <a href="/order/ftp.html">mirrored worldwide</a>.</p>
+<p>We use a different server for test releases, so that people
+won't install them thinking they are ready for prime time. This
+server is <a href=
+"ftp://alpha.gnu.org/";><code>ftp://alpha.gnu.org/</code></a>.</p>
+<p>The <a href="/prep/maintain_toc.html">Information for GNU
+Maintainers</a> document has complete details on the FTP upload
+process.</p>
+<hr>
+Return to <a href="/home.html">GNU's home page</a>.
+<p>Please send FSF &amp; GNU inquiries &amp; questions to <a href=
+"mailto:address@hidden";><em>address@hidden</em></a>. There are also
+<a href="/home.html#ContactInfo">other ways to contact</a> the
+FSF.</p>
+<p>Please send comments on these web pages to <a href=
+"mailto:address@hidden";><em>address@hidden</em></a>,
+send other questions to <a href=
+"mailto:address@hidden";><em>address@hidden</em></a>.</p>
+<p>Copyright (C) 2004, 2006 Free Software Foundation, Inc., 59
+Temple Place - Suite 330, Boston, MA 02111, USA</p>
+<p>Verbatim copying and distribution of this entire article is
+permitted in any medium, provided this notice is preserved.</p>
+<p>Updated: <!-- timestamp start -->
+$Date: 2007/03/19 14:01:40 $ $Author: jocke $
+<!-- timestamp end --></p>
+<hr>
+</body>
+</html>




reply via email to

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