www-commits
[Top][All Lists]
Advanced

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

www/server/source source.html


From: karl
Subject: www/server/source source.html
Date: Sun, 30 Dec 2012 17:09:44 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     karl <karl>     12/12/30 17:09:44

Modified files:
        server/source  : source.html 

Log message:
        alphabetize, update info (linc and sitemap now run from gnun cron), 
remove ancient and unused rotate-log and new-software

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

Patches:
Index: source.html
===================================================================
RCS file: /web/www/www/server/source/source.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- source.html 10 Jun 2012 11:02:55 -0000      1.41
+++ source.html 30 Dec 2012 17:09:43 -0000      1.42
@@ -29,19 +29,6 @@
 the &ldquo;Webpages repository&rdquo; information.</p>
 
 
-<h3><a 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.</p>
-
-
 <h3><a id="diffmon">diffmon</a></h3>
 
 <ul>
@@ -59,37 +46,42 @@
 about changes to the original English document.</p>
 
 
-<h3><a id="webref">webref</a></h3>
+<h3><a id="linc">linc</a></h3>
 
 <ul>
-  <!-- <li><a href="/server/source/webref.el">Source code</a> -->
-  <li>Author: Tim Bedding</li>
-  <li>Current version: 1.0</li>
+  <li><a 
href="http://web.cvs.savannah.gnu.org/viewvc/www/server/source/linc/?root=www";>Source
 code</a></li>
+  <li>Author: <a href="mailto:address@hidden";>Wac&#322;aw Jacek</a></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.</p>
+<p>LINC stands for &ldquo;LINC Is Not Checklink&rdquo;.  It scans our
+web site (or any site) and makes a report of <a
+href="linc/linc-report.html">broken links on our web site</a>.  It runs
+on Wednesdays on fencepost from user gnun's cron.</p>
 
 
-<h3><a id="new-software">new-software</a></h3>
+<h3><a id="planetrss">planetrss.pl</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>
-  <li>Author: Jonas Oberg</li>
-  <li>Current version: 1.0</li>
+  <li><a 
href="http://web.cvs.savannah.gnu.org/viewvc/www/server/source/planetrss/?root=www";>Source
 code</a></li>
+  <li>Author: <a href="mailto:address@hidden";>Shailesh Ghadge</a></li>
+</ul>
+
+<p>This Perl script fetches and saves N feeds from <a
+href="http://planet.gnu.org.";>planet.gnu.org</a>, using the RSS feed
+http://planet.gnu.org/rss20.xml, in html format.  It is then included
+in the homepage.  Each feed is truncated to M characters.</p>
+
+
+<h3><a id="sitemap-generator">Sitemap generator</a></h3>
+
+<ul>
+  <li><a 
href="http://web.cvs.savannah.gnu.org/viewvc/www/server/source/sitemap-generator/?root=www";>Source
 code</a></li>
+  <li>Author: <a href="mailto:address@hidden";>Wac&#322;aw Jacek</a></li>
 </ul>
 
-<p>This shell script creates a webpage
-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>This program generates the <a href="/server/sitemap.html">sitemap of
+our web site</a>, based on its directory structure on the file
+system. It runs on Wednesdays on fencepost from user gnun's cron.</p>
 
 
 <h3><a id="symlinks">symlinks</a></h3>
@@ -100,43 +92,19 @@
   <li>Current version: 1.1</li>
 </ul>
 
-<p>The primary goal is to cope with the inability of CVS to deal
+<p>The 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
+symbolic links.  The "symlinks" script used to be run immediately
 after a "cvs update" to fix the symbolic links according to the
 specifications included in the ".symlinks" files.</p>
 
-<p>More information about <tt>.symlinks</tt> files can be found in the
-<a href="/server/standards/README.webmastering.html#symlinks">Symbolic
+<p>This script is no longer used on the live web site.  Instead, the
+<tt>.symlinks</tt> files are transformed into RewriteRule directives.
+More information about <tt>.symlinks</tt> files can be found in the <a
+href="/server/standards/README.webmastering.html#symlinks">Symbolic
 Links</a> section of the GNU Webmaster Guidelines.</p>
 
-<p>This script is not used on the live web site.  Instead, the
-<tt>.symlinks</tt> files are transformed into RewriteRule
-directives.</p>
-
-<h3><a id="linc">LINC</a></h3>
-
-<ul>
-  <li><a 
href="http://web.cvs.savannah.gnu.org/viewvc/www/server/source/linc/?root=www";>Source
 code</a></li>
-  <li>Author: <a href="mailto:address@hidden";>Wac&#322;aw Jacek</a></li>
-</ul>
-
-<p>LINC stands for &ldquo;LINC Is Not Checklink&rdquo;.  It scans the
-website (or any other website) for broken links, generating reports.  It
-runs on Wednesdays on fencepost from user wwj's cron; output goes to
-<tt>/home/w/wwj/linc/reports</tt>.</p>
-
-<h3><a id="planetrss">planetrss.pl</a></h3>
-
-<ul>
-  <li><a 
href="http://web.cvs.savannah.gnu.org/viewvc/www/server/source/planetrss/?root=www";>Source
 code</a></li>
-  <li>Author: <a href="mailto:address@hidden";>Shailesh Ghadge</a></li>
-</ul>
-
-<p>This perl scripts fetches &amp; saves 'n' feeds from planet.gnu.org using 
RSS 
-feed link http://planet.gnu.org/rss20.xml in html format where it is then 
-included in the homepage. Each feed is truncated to 'm' characters.</p>
 
 <h3><a id="update-license">update-license.php</a></h3>
 
@@ -148,16 +116,23 @@
 <p>This script can be ran from the webroot to traverse through english html
 files replacing the old "Verbatim coping" text with the new CC license.</p>
 
-<h3><a id="sitemap-generator">Sitemap generator</a></h3>
+
+<h3><a id="webref">webref</a></h3>
 
 <ul>
-  <li><a 
href="http://web.cvs.savannah.gnu.org/viewvc/www/server/source/sitemap-generator/?root=www";>Source
 code</a></li>
-  <li>Author: <a href="mailto:address@hidden";>Wac&#322;aw Jacek</a></li>
+  <!-- <li><a href="/server/source/webref.el">Source code</a> -->
+  <li>Author: Tim Bedding</li>
+  <li>Current version: 1.0</li>
 </ul>
 
-<p>This program generates the <a href="/server/sitemap.html">sitemap
-of this website</a>, based on its directory structure on the file
-system. It runs every Wednesday.</p>
+<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.</p>
+
 
 <!-- If needed, change the copyright block at the bottom. In general,
      pages on the GNU web server should be under CC BY-ND 3.0 US.
@@ -213,7 +188,7 @@
 
 <p>Updated:
 <!-- timestamp start -->
-$Date: 2012/06/10 11:02:55 $
+$Date: 2012/12/30 17:09:43 $
 <!-- timestamp end --></p>
 </div>
 </div>



reply via email to

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