comparison etc/tasks.texi @ 23774:43fd01db076b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Nov 1998 22:30:31 +0000
parents 73c884a6f03c
children fbe5abe46ac3
comparison
equal deleted inserted replaced
23773:f11f551fee99 23774:43fd01db076b
1 \input texinfo @c -*-texinfo-*- 1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header 2 @c %**start of header
3 @setfilename tasks.info 3 @setfilename tasks.info
4 @settitle GNU Task List 4 @settitle GNU Task List
5 @c This date is automagically updated when you save this file: 5 @c This date is automagically updated when you save this file:
6 @set lastupdate October 27, 1998 6 @set lastupdate November 25, 1998
7 @c %**end of header 7 @c %**end of header
8 8
9 @setchapternewpage off 9 @setchapternewpage off
10 10
11 @titlepage 11 @titlepage
203 203
204 @item 204 @item
205 A manual for TCSH. 205 A manual for TCSH.
206 206
207 @item 207 @item
208 A good free reference manual for Perl. The free Perl on-line reference 208 A coherent free reference manual for Perl. Most of the Perl on-line
209 documentation is good, for what it is--a list of functions and a 209 reference documentation can be used as a starting point, but work is
210 description of each--but that is not the same as a reference manual. 210 needed to weld them together into a coherent manual.
211 (Compare, for example, the Emacs Lisp Reference Manual with the
212 collection of documentation strings of Emacs Lisp functions.)
213 211
214 @item 212 @item
215 A good free Perl language tutorial introduction. The existing Perl 213 A good free Perl language tutorial introduction. The existing Perl
216 introductions are published with restrictions on copying and 214 introductions are published with restrictions on copying and
217 modification, so that they cannot be part of a GNU system. 215 modification, so that they cannot be part of a GNU system.
401 encryption, not the RSA algorithm, because the Diffie-Helman patent in 399 encryption, not the RSA algorithm, because the Diffie-Helman patent in
402 the US expired in 1997. This library can probably be developed from 400 the US expired in 1997. This library can probably be developed from
403 the code for the GNU Privacy Guard (now in development). 401 the code for the GNU Privacy Guard (now in development).
404 402
405 @item 403 @item
404 An implementation of SSLv3 (more precisely, TLSv1) which is patent-free
405 (uses the non-RSA algorithms) and has distribution terms compatible with
406 the GNU GPL. We know of a GPL-covered implemention of a version of SSL
407 that you can use as a starting point.
408
409 @item
406 Free software for doing secure commercial transactions on the web. 410 Free software for doing secure commercial transactions on the web.
407 This too needs public key encryption. 411 This too needs public key encryption.
408 @end itemize 412 @end itemize
409 413
410 A free replacement for PGP is no longer listed here because the GNU 414 The projects to provide free replacements for PGP and SSH are no longer
411 Privacy Guard will do that job. 415 listed here, because projects to do those jobs are well under way.
412 416
413 @node Other Projects 417 @node Other Projects
414 @chapter Other Projects 418 @chapter Other Projects
415 419
416 If you think of others that should be added, please 420 If you think of others that should be added, please
563 There is a free (unambiguously public domain) database of nutritional 567 There is a free (unambiguously public domain) database of nutritional
564 information compiled by the USDA at 568 information compiled by the USDA at
565 @url{http://www.nal.usda.gov/fnic/foodcomp}. 569 @url{http://www.nal.usda.gov/fnic/foodcomp}.
566 570
567 @item 571 @item
568 A translator from Scheme to C.
569
570 @item
571 A fast emulator for the i386 which works by translating 572 A fast emulator for the i386 which works by translating
572 machine instructions into the machine language of the host machine. 573 machine instructions into the machine language of the host machine.
573 (Support for emulation of other machines would enhance the program 574 (Support for emulation of other machines would enhance the program
574 but might make it much more difficult.) 575 but might make it much more difficult.)
575 576
612 @example 613 @example
613 finger -l fortran@@gnu.org 614 finger -l fortran@@gnu.org
614 @end example 615 @end example
615 616
616 We would like to have translators from various languages into Scheme. 617 We would like to have translators from various languages into Scheme.
617 These languages include TCL, Python, Perl, Java and Rexx. 618 These languages include TCL, Python, Perl, Java, Javascript, and Rexx.
618 619
619 We would like to have an implementation of Clipper, perhaps a GCC front 620 We would like to have an implementation of Clipper, perhaps a GCC front
620 end, and perhaps a translator into Scheme. 621 end, and perhaps a translator into Scheme.
621 622
622 @node Games and Recreations 623 @node Games and Recreations