www-commits
[Top][All Lists]
Advanced

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

www/server/source source.html


From: Waclaw Jacek
Subject: www/server/source source.html
Date: Tue, 15 Mar 2011 01:26:12 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Waclaw Jacek <wwj>      11/03/15 01:26:11

Modified files:
        server/source  : source.html 

Log message:
        Uploading source.html with an updated design, however it may contain 
errors, as I have no local testing env at the moment. Sorry.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/source/source.html?cvsroot=www&r1=1.20&r2=1.21

Patches:
Index: source.html
===================================================================
RCS file: /web/www/www/server/source/source.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- source.html 18 Nov 2009 17:07:49 -0000      1.20
+++ source.html 15 Mar 2011 01:25:44 -0000      1.21
@@ -1,54 +1,48 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--#include virtual="/server/header.html" -->
 
-<HTML>
-<HEAD>
-  <meta http-equiv="Content-Type" content=
-  "text/html; charset=utf-8">
-<TITLE>Source - 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>Source</H3>
-<P>
-<A HREF="/graphics/atypinggnu.html"><IMG SRC="/graphics/gnu-type-sm.jpg"
-   ALT=" [image of the typing GNU webmaster] "
-   WIDTH="137" HEIGHT="114"></A>
-
-<p>
-[
-  <a href="/server/source/source.html">English</a>
-| <a href="/server/source/source.es.html">Espa&ntilde;ol</a>   <!-- Spanish -->
-]
-</p>
+<title>Source - GNU Project - Free Software Foundation (FSF)</title>
 
-<HR>
-<P>(This page needs updating.  Please update it.)
+<!--#include virtual="/server/banner.html" -->
 
-<H4>Table of contents</H4>
-<UL>
-  <LI><A HREF="#introduction" NAME="TOCintroduction">Introduction</A>
-  <LI><A HREF="#xml" NAME="TOCxml">XHTML and XML</A>
-  <LI><A HREF="#cvs" NAME="TOCcvs">CVS Tree</A>
-  <LI><A HREF="#rotate-log" NAME="TOCrotate-log">rotate-log</A>
-  <LI><A HREF="#diffmon" NAME="TOCdiffmon">diffmon</A>
-  <LI><A HREF="#webref" NAME="TOCwebref">webref</A>
-  <LI><A HREF="#new-software" NAME="TOCnew-software">new-software</a>
-  <LI><A HREF="#symlinks" NAME="TOCsymlinks">symlinks</a>
-  <LI><A HREF="#savannahusers" NAME="TOCsavannahusers">savannahusers</a>
-</UL>
-<P>
-<HR>
-<P>
-<H4><A HREF="#TOCintroduction" NAME="introduction">Introduction</A></H4>
-<P>
+<h2>Source</h2>
+
+<p><a href="/graphics/atypinggnu.html"><img src="/graphics/gnu-type-sm.jpg"
+alt=" [image of the typing GNU webmaster] " width="137" height="114"></a></p>
+
+<p>[
+<a href="/server/source/source.html">English</a> |
+<a href="/server/source/source.es.html">Espa&ntilde;ol</a> <!-- Spanish -->
+]</p>
 
-To maintain the GNU project web server, we use a lot of different free
+<hr />
+
+<p>(This page needs updating.  Please update it.)</p>
+
+<h3>Table of contents</h3>
+
+<ul>
+  <li><a href="#introduction" id="TOCintroduction">Introduction</a></li>
+  <li><a href="#xml" id="TOCxml">XHTML and XML</a></li>
+  <li><a href="#cvs" id="TOCcvs">CVS Tree</a></li>
+  <li><a href="#rotate-log" id="TOCrotate-log">rotate-log</a></li>
+  <li><a href="#diffmon" id="TOCdiffmon">diffmon</a></li>
+  <li><a href="#webref" id="TOCwebref">webref</a></li>
+  <li><a href="#new-software" id="TOCnew-software">new-software</a></li>
+  <li><a href="#symlinks" id="TOCsymlinks">symlinks</a></li>
+  <li><a href="#savannahusers" id="TOCsavannahusers">savannahusers</a></li>
+</ul>
+
+<hr />
+
+<h3><a href="#TOCintroduction" id="introduction">Introduction</a></h4>
+
+<p>To maintain the GNU project web server, we use a lot of different free
 software. Most of them are already available on the Internet, but we also
 have some software which has been developed by GNU volunteers and has
 never been released as GNU software, because they are somewhat specific to
 our needs.  Still, we feel that those programs should also be made
 available so that others can make use of them.  This page is a list of
-such programs.
+such programs.</p>
 
 <P>
 
@@ -66,173 +60,162 @@
 href="http://savannah.gnu.org/projects/gnujobs";>corresponding
 software</a>.
 
-<P>
-<H4><A HREF="#TOCcvs" NAME="cvs">CVS Tree</A></H4>
-<P>
+<h3><a href="#TOCcvs" id="cvs">CVS Tree</a></h3>
 
-We recommend storing the scripts in the subversions.gnu.org:/cvsroot/www
+<p>We recommend storing the scripts in the subversions.gnu.org:/cvsroot/www
 CVS tree. This allows easier sharing between GNU machines that maintain
 a full or partial image of the www.gnu.org web. In order to retrieve a
-read-only copy of the existing scripts use the following:
+read-only copy of the existing scripts use the following:</p>
 
-<PRE>
+<pre>
     cvs -d :pserver:address@hidden:/cvsroot/www login
-      <i>just type return when asked for the password</i>
+      <em>just type return when asked for the password</em>
     cvs -d :pserver:address@hidden:/cvsroot/www co www
-</PRE>
+</pre>
 
-If you are a registered member of the <a
-href="http://savannah.gnu.org/projects/www";>www</a> project you can
-also get a read-write copy using the following:
+<p>If you are a registered member of the
+<a href="http://savannah.gnu.org/projects/www";>www</a> project you can
+also get a read-write copy using the following:</p>
 
-<PRE>
-    cvs -d <i>username</i>@subversions.gnu.org:/cvsroot/www co www
-</PRE>
+<pre>
+    cvs -d <em>username</em>@subversions.gnu.org:/cvsroot/www co www
+</pre>
 
-You can also browse the available scripts from the
+<p>You can also browse the available scripts from the
 <a href="http://savannah.gnu.org/cgi-bin/viewcvs/www/";>CVS web interface</a>.
+</p>
 
-<P>
-<H4><A HREF="#TOCrotate-log" NAME="rotate-log">rotate-log</A></H4>
-<P>
-<UL>
-  <!-- <LI><A HREF="/server/source/rotate-log">Source code (12kbyte)</A> -->
-  <LI>Author: Noah Friedman
-  <LI>Current version: 1.12
-</UL>
-This is a shell script with the purpose of rotating accounting logs and to
+<h3><a href="#TOCrotate-log" id="rotate-log">rotate-log</a></h3>
+
+<ul>
+  <!-- <li><a href="/server/source/rotate-log">Source code (12kbyte)</a> -->
+  <li>Author: Noah Friedman</li>
+  <li>Current version: 1.12</li>
+</ul>
+
+<p>This is a shell script with the purpose of rotating accounting logs and to
 optionally compress old log files.  A somewhat more limited script similar
-in operation to this is included in most Debian GNU/Linux distributions.
+in operation to this is included in most Debian GNU/Linux distributions.</p>
 
-<P>
-<H4><A HREF="#TOCdiffmon" NAME="diffmon">diffmon</A></H4>
-<P>
-<UL>
-  <LI><A HREF="http://packages.debian.org/unstable/source/diffmon";>Source code 
(15kbyte)</A>
-  <LI><A HREF="/server/source/diffmon.cf">Example configuration file</A>
-  <LI>Author: Noah Friedman
-  <LI>Current version: 1.19
-</UL>
-This is another shell script with the purpose of making diff's of files
+<h3><a href="#TOCdiffmon" id="diffmon">diffmon</a></h3>
+
+<ul>
+  <li><a href="http://packages.debian.org/unstable/source/diffmon";>Source code 
(15kbyte)</a></li>
+  <li><a href="/server/source/diffmon.cf">Example configuration file</a></li>
+  <li>Author: Noah Friedman</li>
+  <li>Current version: 1.19</li>
+</ul>
+
+<p>This is another shell script with the purpose of making diff's of files
 when they change and to send an email informing about the change to  a list
 of recipients.  This script is used to keep administrators aware of
 changes to the configuration of the webserver and other servers. It is also
 used to inform editors of translations of GNU web pages into other languages
-about changes to the original English document.
+about changes to the original English document.</p>
 
-<P>
-<H4><A HREF="#TOCwebref" NAME="webref">webref</A></H4>
-<P>
-<UL>
-  <!-- <LI><A HREF="/server/source/webref.el">Source code</A> -->
-  <LI>Author: Tim Bedding
-  <LI>Current version: 1.0
-</UL>
-This is a program made in Emacs LISP that is used to check references
+<h3><a href="#TOCwebref" id="webref">webref</a></h3>
+
+<ul>
+  <!-- <li><a href="/server/source/webref.el">Source code</a> -->
+  <li>Author: Tim Bedding</li>
+  <li>Current version: 1.0</li>
+</ul>
+
+<p>This is a program made in Emacs LISP that is used to check references
 in HTML documents. It takes the file input.txt as input which contains
 a list of HTML documents and outputs te file output.txt. The output
 file contains information of documents which can not be reached at all
 and documents which can only be reached by following more than two links.
 We use this to make sure that all important documents can be reached
-fairly easy from the main page.
+fairly easy from the main page.</p>
 
-<P>
-<H4><A HREF="#TOCnew-software" NAME="new-software">new-software</A></H4>
-<P>
-<UL>
+<h3><a href="#TOCnew-software" id="new-software">new-software</a></h3>
+
+<ul>
        <!-- put a .txt wrapper, coz some browsers may recognise
        that is a shell script, and execute it! -neel
        -->
-  <LI><A HREF="/server/source/new-software.sh.txt">Source code</A>
-  <LI>Author: Jonas Oberg
-  <LI>Current version: 1.0
-</UL>
-This shell script creates a <a href="/server/new-software.html">webpage</a>
-with a list of the last 25 software releases and their ChangeLog
-on the FSF's <A HREF="/order/ftp.html">FTP server</A>.
-<P>
-
-<P>
-<H4><A HREF="#TOCsymlinks" NAME="symlinks">symlinks</A></H4>
-<P>
-<UL>
-  <LI><A 
HREF="http://savannah.gnu.org/cgi-bin/viewcvs/www/www/symlinks/";>Source code</A>
-  <LI>Author: <a href="mailto:address@hidden";>Loic Dachary</a>
-  <LI>Current version: 1.1
-</UL>
-
-       The primary goal is to cope with the inability of CVS to deal
-       with symbolic files. By adding special files (".symlinks") into
-       the CVS tree that are interpreted as specficiations to build
-       symbolic links.  The "symlinks" script can be run immediately
-       after a "cvs update" to fix the symbolic links according to the
-       specifications included in the ".symlinks" files.
-
-<P>More information about this script can be found in the <a
-href="/server/standards/README.webmaster.html#symlinks">Symbolic
-Links</a> section of the GNU Webmaster Guidelines.
-
-<P>
-<H4><A HREF="#TOCsavannahusers" NAME="savannahusers">savannahusers</A></H4>
-<P>
-<UL>
-  <LI><A 
HREF="http://savannah.gnu.org/cgi-bin/viewcvs/www/www/savannahusers/";>Source 
code</A>
-  <LI>Author: <a href="mailto:address@hidden";>Loic Dachary</a>
-  <LI>Current version: 1.1
-</UL>
-<P>
+  <li><a href="/server/source/new-software.sh.txt">Source code</a></li>
+  <li>Author: Jonas Oberg</li>
+  <li>Current version: 1.0</li>
+</ul>
 
-       It is convenient to use Savannah (savannah.gnu.org) to
-       manage accounts on a machine that is completly unrelated
-       to Savannah itself. For instance, the project
-       http://savannah.gnu.org/projects/fsffr/ lists all the
-       users who should have a shell account on the france.fsfeu-
-       rope.org machine.
-<P>
+<p>This shell script creates a <a href="/server/new-software.html">webpage</a>
+with a list of the last 25 software releases and their ChangeLog
+on the FSF's <a href="/order/ftp.html">FTP server</a>.</p>
 
-       A cron job on the target machine (france.fsfeurope.org in
-       this case) can fetch the list of users from Savannah and
-       update the password files accordingly. Adding a user to
-       the machine can then simply be done by adding the user as
-       a developer of the project.
-<P>
+<h3><a href="#TOCsymlinks" id="symlinks">symlinks</a></h3>
 
-       By default savannahusers only use a limited range of uid
-       (10000 to 20000) to avoid interferences with existing
-       users.
+<ul>
+  <li><a 
href="http://savannah.gnu.org/cgi-bin/viewcvs/www/www/symlinks/";>Source 
code</a></li>
+  <li>Author: <a href="mailto:address@hidden";>Loic Dachary</a></li>
+  <li>Current version: 1.1</li>
+</ul>
+
+<p>The primary goal is to cope with the inability of CVS to deal
+with symbolic files. By adding special files (".symlinks") into
+the CVS tree that are interpreted as specficiations to build
+symbolic links.  The "symlinks" script can be run immediately
+after a "cvs update" to fix the symbolic links according to the
+specifications included in the ".symlinks" files.</p>
 
-<P>
-      Complete information about this script can be found in
-      the <a href="savannahusers.html">manual page</a>.
-<P>
+<p>More information about this script can be found in the <a
+href="/server/standards/README.webmaster.html#symlinks">Symbolic
+Links</a> section of the GNU Webmaster Guidelines.</p>
 
-<HR>
+<h3><a href="#TOCsavannahusers" id="savannahusers">savannahusers</a></h3>
 
-Return to <A HREF="/home.html">GNU's home page</A>.
-<P>
+<ul>
+  <li><a 
href="http://savannah.gnu.org/cgi-bin/viewcvs/www/www/savannahusers/";>Source 
code</a></li>
+  <li>Author: <a href="mailto:address@hidden";>Loic Dachary</a></li>
+  <li>Current version: 1.1</li>
+</ul>
+
+<p>It is convenient to use Savannah (savannah.gnu.org) to
+manage accounts on a machine that is completly unrelated
+to Savannah itself. For instance, the project
+http://savannah.gnu.org/projects/fsffr/ lists all the
+users who should have a shell account on the
+france.fsfeu-rope.org machine.</p>
+
+<p>A cron job on the target machine (france.fsfeurope.org in
+this case) can fetch the list of users from Savannah and
+update the password files accordingly. Adding a user to
+the machine can then simply be done by adding the user as
+a developer of the project.</p>
+
+<p>By default savannahusers only use a limited range of uid
+(10000 to 20000) to avoid interferences with existing
+users.</p>
+
+<p>Complete information about this script can be found in
+the <a href="savannahusers.html">manual page</a>.</p>
+
+<!--#include virtual="/server/footer.html" -->
+
+<div id="footer">
+
+<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 FSF &amp; GNU inquiries &amp; questions to
+<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>
 
-<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>Copyright (C) 1999, 2000, 2006 Free Software Foundation, Inc.,
+51 Franklin St, Fifth Floor, Boston, MA  02110-1301,  USA</p>
 
-Please send comments on these web pages to
+<p>Verbatim copying and distribution of this entire article is
+permitted in any medium, provided this notice is preserved.</p>
 
-<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) 1999, 2000, 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>
-Updated:
+<p>Updated:
 <!-- timestamp start -->
-$Date: 2009/11/18 17:07:49 $
-<!-- timestamp end -->
-<HR>
-</BODY>
-</HTML>
+$Date: 2011/03/15 01:25:44 $
+<!-- timestamp end --></p>
+
+</div>
+</body>
+</html>



reply via email to

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