[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gfsd]Re: CLISP on GNU directory and GNU web pages
From: |
Sam Steingold |
Subject: |
[gfsd]Re: CLISP on GNU directory and GNU web pages |
Date: |
16 Apr 2002 11:11:44 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 |
This is a regular reminder/recap of the problems, some of which are
almost a year old. One problem is gone, one is added.
> * In message <address@hidden>
> * On the subject of "Re: CLISP on GNU directory and GNU web pages"
> * Sent on 04 Apr 2002 14:21:27 -0500
> * Honorable Sam Steingold <address@hidden> writes:
>
> People, I feel like I am talking to a wall.
not anymore! Mohit Agarwal handled the problem #3! Thanks!
> 1. <http://www.gnu.org/directory/lisp.html> does not mention CLISP
> (nor GCL, nor Maxima).
still there.
> 2. A search for "lisp" on <http://www.gnu.org/directory/index.html> does
> not find CLISP; a search for "clisp" finds nothing.
still there.
> 3. This last issue is just a couple of months old - nothing compared to
> the first two: <http://www.gnu.org/licenses/fdl.sgml> does not have
> "id" properties in "sect1" elements. This is absolutely crucial
> since without these ids, HTML generators create files with generated
> names, shich screws up CVS &c. This _is_ important.
Mohit fixed this. Thanks!
Now the problem #3 is
3. <http://www.gnu.org/directory/clisp.html>:
- 2.28 was released on 2002-03-03, not 2002-03-04
[since CLISP version have been numbered with dates for years, and
the numeric versions were introduced only recently, we are very
careful about release dates]
- the HTML is invalid due to errors in the source
<http://www.gnu.org/gnulist/cordelia/CLISP.txt>
I append a patch.
I have to re-iterate the importance of letting _me_ maintain this
file (or at the very least giving me write access to it!)
This can be easily accomplished by moving it to the CLISP web area
under <address@hidden:/webcvs/software/clisp> and
replacing the current source with a symbolic link.
I urge you to validate all your pages with nsgmls or
<http://validator.w3.org/check/>
--
Sam Steingold (http://www.podval.org/~sds) running RedHat7.2 GNU/Linux
Read, think and remember! <http://www.iris.org.il> <http://www.memri.org/>
<http://www.palestine-central.com/> <http://www.mideasttruth.com/>
main(a){printf(a,34,a="main(a){printf(a,34,a=%c%s%c,34);}",34);}
cd /usr/local/src/clisp/gnu/clisp/
diff -u -b -w -i -B /usr/local/src/clisp/gnu/clisp/CLISP.txt.old
/usr/local/src/clisp/gnu/clisp/CLISP.txt
--- /usr/local/src/clisp/gnu/clisp/CLISP.txt.old Tue Apr 16 11:07:21 2002
+++ /usr/local/src/clisp/gnu/clisp/CLISP.txt Tue Apr 16 11:08:05 2002
@@ -52,7 +52,7 @@
http://clisp.cons.org/impnotes.html; User man page available
from http://clisp.cons.org/clisp.html
-%%developers: Bruno Haible <address@hidden, Sam Steingold
+%%developers: Bruno Haible <address@hidden>, Sam Steingold
<address@hidden>, Michael Stoll
%%contributors: Marcus Daniels, Pierpaolo Bernardi
@@ -85,7 +85,7 @@
%%source-prerequisites:
-%%version: 2.28 stable released 2002-03-04
+%%version: 2.28 stable released 2002-03-03
%%announce-list: <address@hidden>
Diff finished at Tue Apr 16 11:08:11