[3296] in linux-announce channel archive
Linux-Announce Digest #585
daemon@ATHENA.MIT.EDU (Digestifier)
Thu Sep 2 22:04:45 1999
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date: Thu, 2 Sep 99 21:13:20 EDT
Linux-Announce Digest #585, Volume #3 Thu, 2 Sep 99 21:13:20 EDT
Contents:
Moscow ML 1.44 for Linux (Peter Sestoft)
MAILING-LIST: Linux C Programming Mailing Lists (David Lloyd)
kujon 0.0.1 - foreign language learning tool (Przemek Borys)
mfm - a gtk+ based frontend for mtools (Christian Ospelkaus)
LOCAL: Linux User Group of Davis - September 6, 1999 - The GIMP (William Kendrick)
smsgw-2.1.2 - sms gateway ("Dario Papoff")
jot graphing program (rengel1@nycap.rr.com)
Zgsmplay v1.2 (GSM audio file player with file selector) uploaded (Steven Flintham)
----------------------------------------------------------------------------
From: Peter Sestoft <sestoft@ellemose.dina.kvl.dk>
Subject: Moscow ML 1.44 for Linux
Date: Thu, 2 Sep 1999 18:57:00 GMT
=====BEGIN PGP SIGNED MESSAGE=====
Moscow ML provides a light-weight implementation of Core Standard ML,
a strict functional language widely used in teaching and research.
It is based on the Caml Light system, which gives fast compilation and
modest storage consumption.
New in version 1.44 of Moscow ML:
* Interface to the PostgreSQL database server (structure Postgres)
* Interface to the MySQL database server (structure Mysql)
* Interface to POSIX 1003.2 regular expressions (structure Regex)
* Interface to sockets (structure Socket)
* Access to GNU gdbm persistent hashtables (structures Gdbm, Polygdbm)
* Faster bytecode execution (when compiled with GCC or egcs)
* Registration of ML and C functions to simplify callbacks
Moscow ML version 1.44 is available from
http://www.dina.kvl.dk/~sestoft/mosml.html
As before, Moscow ML
* Implements the Core language of Standard ML, as revised 1997
(value polymorphism, default overloading resolution, new types).
* Implements most of the new Standard ML Basis Library, including
the most common input/output facilities in TextIO and BinIO.
* Features an on-line help function.
* Implements separate compilation and a limited version of the
Standard ML Modules language, with signatures and non-nested
structures but no functors.
* Can produce compact stand-alone executables (a la Caml Light).
* Supports quotations and antiquotations, useful for metaprogramming.
* Provides dynamic linking of external functions (Linux, Solaris,
Digital Unix, HP-UX, MacOS, Win'95/98/NT)
SML BASIS LIBRARY
The SML Basis Library is an attempt to rationalize the collection of
built-in types and functions, with the aim of improving portability of
Standard ML programs. Standard ML of New Jersey, Harlequin MLWorks,
and Moscow ML implement the Standard Library.
STAND-ALONE EXECUTABLES
Moscow ML can generate compact linked bytecode files in the style of
Caml Light. A bytecode file calls on the shared runtime system to run
itself.
SIMPLIFIED MODULES LANGUAGE
The sublanguage of Modules implemented by Moscow ML contains
signatures and non-nested structures, and identifies structures with
source files. It is less expressive than the full Standard ML Modules
language, but the type-safe separate compilation facility is simple,
quite useful, and easy to use. It is the intention to implement the
full Standard ML Modules language (including functors) in due course.
SEPARATE COMPILATION
Compilation of a signature produces a compiled interface file, which
is used when compiling other signatures and structures.
SUPPORTED PLATFORMS
Intel x86-based PCs running Windows'95, '98 and NT, OS/2, Linux or
FreeBSD; DEC Alpha running Digital Unix (OSF/1); Sun Sparc running
Solaris or SunOS; HP9000 running HP/UX 9 or HP/UX 10; SGI MIPS running
IRIX 5; Macintosh (68k and PPC) running MacOS (thanks to Doug Currie)
or MkLinux.
AUTHOR AND CREDITS
Moscow ML was written by
Sergei Romanenko (roman@keldysh.ru)
Keldysh Institute of Applied Mathematics, Russian Academy of Sciences
Miusskaya Pl. 4, 125047 Moscow, Russia.
and Peter Sestoft (sestoft@dina.kvl.dk),
Department of Mathematics and Physics, Royal Veterinary and
Agricultural University, Thorvaldsensvej 40, DK-1871 Frederiksberg C,
Denmark. Much work was done at the Technical University of Denmark
and while visiting AT&T Bell Laboratories, New Jersey, USA.
Moscow ML owes much to:
* the CAML Light implementation by Xavier Leroy and Damien Doligez
(INRIA, Rocquencourt, France); especially the Caml Light bytecode
generator and the runtime system;
* the ML Kit by Lars Birkedal, Nick Rothwell, Mads Tofte and David Turner
(Copenhagen University, Denmark, and Edinburgh University, Scotland);
* inspiration from the SML/NJ compiler developed at Princeton
University and AT&T Bell Laboratories, New Jersey, USA; and
* the good work by Doug Currie, Flavors Technology, USA, on the
MacOS port.
AVAILABILITY
* The Moscow ML homepage
http://www.dina.kvl.dk/~sestoft/mosml.html
* Moscow ML library units documentation
http://www.dina.kvl.dk/~sestoft/mosmllib/index.html
* The Linux executables and documentation are in
ftp://ftp.dina.kvl.dk/pub/mosml/linux-mos14bin.tar.gz
* The Unix source files and documentation are in
ftp://ftp.dina.kvl.dk/pub/mosml/mos14src.tar.gz
* The MS Windows 95/98/NT executables and documentation are in
ftp://ftp.dina.kvl.dk/pub/mosml/win32-mos14bin.zip
* The MacOS (68k and PPC) executables and docs and source diffs are in
ftp://ftp.dina.kvl.dk/pub/mosml/MacMoscowML144installer.hqx
* The DOS executables (and documentation) are in
ftp://ftp.dina.kvl.dk/pub/mosml/mos14bin.zip
* The MS Windows 95/98/NT source files are in
ftp://ftp.dina.kvl.dk/pub/mosml/win32-mos14src.zip
* The DOS source files are in
ftp://ftp.dina.kvl.dk/pub/mosml/mos14src.zip
These files are mirrored at
ftp://ftp.csd.uu.se/pub/mirror/mosml
Postscript and PDF versions of the documentation included with the
binaries can be found in ftp://ftp.dina.kvl.dk/pub/mosml/doc/
Peter Sestoft
- --
Department of Mathematics and Physics * http://www.dina.kvl.dk/~sestoft/
Royal Veterinary and Agricultural University * Tel +45 3528 2334
Thorvaldsensvej 40, DK-1871 Frederiksberg C, Denmark * Fax +45 3528 2350
- --
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html
=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1
iQCVAgUBN87IfVrUI/eHXJZ5AQGcywQAlO96G0NA2g6QXNkgFXG4Mt2Uk/dzwkP+
1M8h7NYbT0qkD4F12FMQi+394BJ9/zMyu879pMxhJKfu7QEAjssk+UiIIGPncpey
1boeSvvDs9GYGepBd3QP7CPjqQJRX2cCku7+ncCGZdhsS/b64QJoz+qdtTgFrJIH
7FUKhKBZGv8=
=FF8A
=====END PGP SIGNATURE=====
------------------------------
From: David Lloyd <lloy0076@senet.com.au>
Subject: MAILING-LIST: Linux C Programming Mailing Lists
Date: Thu, 2 Sep 1999 19:06:08 GMT
=====BEGIN PGP SIGNED MESSAGE=====
LINUX C PROGRAMMING LISTS
The Linux C Programming Lists now officially exist. They will be
archived on-line and also via majordomo. The Linux C Programming Lists
aim to help people programming linux with C. Hopefully no question will
be too simple nor too difficult for someone on the list to answer. For
anyone learning how to program linux with C these lists will be a
valuable resource to help you in your learning.
The two existing lists now resend all mail to each other. This means
that members of one list will not miss out from the input or output of
the members from the other list. Whilst I acknowledge that this could
cause a little confusion, you need only join one list. You now should
not need to join both to get an appropriate answer to your query.
David Lloyd has agreed to host a common home page for the linux c
programming lists. It is at
http://users.senet.com.au/~lloy0076/linux_c_programming/index.html
The easiest way to become a member of the (dual) lists is to email
listbot.com like this:
mailto:linuxCprogramming-subscribe@listbot.com
The URL of the online archives is:
http://www.listbot.com/archive/linuxCprogramming
In two days since our first tentative announcements, David Lloyd
estimates there are approximately 40 people who are members one (or
both) of the lists.
DAVID LLOYD
- --
http://users.senet.com.au/~lloy0076/index.html (personal home page)
Subscribe to the linux c programming list:
mailto:linuxCprogramming-subscribe@listbot.com
http://users.senet.com.au/~lloy0076/linux_c_programming/index.html
- --
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html
=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1
iQCVAgUBN87KoFrUI/eHXJZ5AQH6swQAtjOo8bc0OoPVScYohSw9/ipSLO4U03y2
tEdHgOpzT9fjUcEvRHRw6+8/kSs7CxfIYYqToxLyo/+h81pAJarxmiAtUIWoax84
9sI0ilLZCnbd4C4k9iwyMf8s6nJWIT3DKg87/8FUBX6Vd8xSCQhJ4+oGwbWnRDNT
QvKyl77MQo4=
=U5XE
=====END PGP SIGNATURE=====
------------------------------
From: Przemek Borys <pborys@p-soft.silesia.linux.org.pl>
Subject: kujon 0.0.1 - foreign language learning tool
Date: Thu, 2 Sep 1999 18:55:23 GMT
Reply-To: pborys@zeus.polsl.gliwice.pl
=====BEGIN PGP SIGNED MESSAGE=====
Kujon is an utility (perl script), which is intendet to help in the
process of learning foreign languages. It asks you questions, and
expects answers. Right now it can work in two modes; testing mode and
learning mode. One of them checks how much do you know already, and the
second tries to teach you everything from the database.
The use of this utility is not limited to learning languages. I have
used it also for learning math formulas, some physics laws, etc.
The program was developed as an interface to database files, produced
by an old DOS program, ETeacher.
It is available at
http://dione.ids.pl/~pborys/software/linux/kujon-0.0.1.tar.gz
- --
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html
=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1
iQCVAgUBN87IG1rUI/eHXJZ5AQFQggQAh2NQj3XrqpaFAveXfagN4PF0kIoSUqY8
fuAG/fQz5jWYq7VTW8OMkPRW9drJUd+Gmjy7aCGxCE1ORyu6KxwwVSQ9/nCMnEw7
uyq/xAa8c0/MOwuB+4uJmzRCZUzzI/RQyV3SlO74MivPLo4LSdHYbvI4HJi2pKmo
NYoi734gL3s=
=Y4+L
=====END PGP SIGNATURE=====
------------------------------
From: Christian Ospelkaus <ospelkau@cip.physik.uni-bonn.de>
Subject: mfm - a gtk+ based frontend for mtools
Date: Thu, 2 Sep 1999 18:56:35 GMT
=====BEGIN PGP SIGNED MESSAGE=====
mfm is a gtk+ based GUI frontend for mtools. It can also perform
simple tasks of a file-manager like deleting files (also recursively).
The home-page of mfm is at http://www.core-coutainville.org/mfm/
To compile mfm, you need gtk+ v1.2
The current version is 0.4 (beta)
- --
Christian Ospelkaus <christian@core-coutainville.org>
Humboldtstraße 42
D-53115 Bonn visit http://www.core-coutainville.org !
+49-228-691842
- --
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html
=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1
iQCVAgUBN87IY1rUI/eHXJZ5AQEjNgQAxzzsmMYOOBcUwLXIJRuvBZ39UpwHENf1
jjTW8XZ6tKj7u9ZJFhn/LLJEtGvNG2aaceaY3B/H0jJbsNSsvl4pMFdCHWz01NiL
YlGMKiI6ru4G95tWdxzWJBTwO44kh3wuCvlyghF3LgYNqBT6joyd8P5oTrmIhA+A
vKrw0J/5mRY=
=8WjY
=====END PGP SIGNATURE=====
------------------------------
From: nbs@sonic.net (William Kendrick)
Subject: LOCAL: Linux User Group of Davis - September 6, 1999 - The GIMP
Date: Thu, 2 Sep 1999 18:58:40 GMT
=====BEGIN PGP SIGNED MESSAGE=====
WHAT:
- -----
LUGOD: The Linux User Group of Davis
TOPIC:
- ------
The GIMP (and other graphics utilities)
WHEN:
- -----
Monday, September 6th, 1999
6:30pm - 9:00pm
WHERE:
- ------
Location
--------
LampPost Pizza (in the WestLake Plaza, in west Davis)
1260 Lake Blvd # 113
Davis, CA 95616
1-530-758-1111
Directions
----------
* From downtown Davis, take Covell or Russell west (going past hwy 113).
* From hwy 113 headed north, exit at Covell or Russell and turn left.
* From hwy 113 headed south, exit at Covell or Russell and turn right.
* From Russell, turn right onto Lake. West Lake will be on your right.
* From Covell, turn left onto Lake. West Lake will be on your left.
* LampPost is on the right side of the large Ray's store.
WHY:
- ----
* Presentation: "THE GIMP"
LUGOD member Bill Kendrick will demonstration using the Open Source
alternative to high-end drawing programs (like Adobe's PhotoShop),
"The GNU Impage Manipulation Program," or simply "The GIMP."
Bill will also briefly demonstrate a number of other useful graphics
tools: xv, Zgv and NetPBM.
* Committess:
UCD Resnet HOWTO
UCD PPP HOWTO
Social Tax Exempt Group Status
Highschool Project
Davis Farmer's Market
Ambassador to other LUGs
Financial Report
* Topics:
Davis Community Network
WHO:
- ----
LUGOD is open to all members of the public. Please join us. Bring friends!
HOW:
- ----
For more information about LUGOD, please visit our website:
http://www.lugod.org/
If you have any other questions, feel free to contact me at: sys@lugod.org
- -----------------------------------------------------------------------------
sys (Vice Chairperson) Bill Kendrick
sys@lugod.org bill@newbreedsoftware.com
http://www.lugod.org/ http://www.newbreedsoftware.com/bill/
- --
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html
=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1
iQCVAgUBN87I4FrUI/eHXJZ5AQH1AQQAgcC7G9ovr9ucAaFh6nuELWpaQ1AGYT0f
PTGWwjpOJVSo6Omz4a8D/Ti5we+/WrF0oiUebadp1dVxH6SA+DdX6d5L7K/0uqUm
RHjDec/i4Q6VEROU/t4o3rqpE5XJxafRCiPFpGCnKUpILVs0xqFwl+od+YNIIn5Y
1cFF0OME46U=
=5k92
=====END PGP SIGNATURE=====
------------------------------
From: "Dario Papoff" <papoff@jetai.unipv.it>
Subject: smsgw-2.1.2 - sms gateway
Date: Thu, 2 Sep 1999 18:59:49 GMT
=====BEGIN PGP SIGNED MESSAGE=====
smsgw is a SMS (Short Message Service) gateway for GSM modules, you can send
and receive short message from command line or easily create programs which
can page you on incoming mail or machine status; smsgw is available for
download at
ftp://jetai.unipv.it/pub/GNU/smsgw-2.1.2.tar.gz
Feature
* send sms from command line
* libsms which can let you to send and receive sms from your programs
* multiple GSM modules support
* remotely execute commands from GSM mobile phone
Please send feature requests and bug reports, etc to papoff@jetai.unipv.it
Thanks,
Dario Papoff
- --
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html
=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1
iQCVAgUBN87JJVrUI/eHXJZ5AQHt9wQAtzVjxyVfudCZXogOyD7HJAEAveKwT+V9
IILH8na7EY95+G3Qd1l9wFUA9U7SaT+ddKPdrlUS6LVAgN03+YggEKEBlv/Mw33E
HfQXWdS8MVviaR0XIy/Oxt0++YT/Pw9fLEMOtNADojdxXU168YkDO0K8C/Lmt9ii
W1v8FBxXgmA=
=xOun
=====END PGP SIGNATURE=====
------------------------------
From: rengel1@nycap.rr.com
Subject: jot graphing program
Date: Thu, 2 Sep 1999 19:36:17 GMT
=====BEGIN PGP SIGNED MESSAGE=====
jot is an easy to use interactive f(x) graphing program.
It supports up to five graphs at a time and outputs
data as text or html tables which can be viewed easily
from within the program. It is the first release so as such
is considered beta but it is very much usable now.
FREE.
It is usable for simple electronic cuircuit analysis and
for technical math classes.
http://members.xoom.com/apostel1/software.html
- --
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html
=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1
iQCVAgUBN87RsVrUI/eHXJZ5AQG0LgQA0OhHM+6cX0Ft0Aexhd06w5BCxW7Yit+S
BrRn2xeJl9ZcytIxssYeAkwuiUP8V3/31UNTmIfwrLZ/vUT+HFH7pdeZl50C7RxD
jtw05Snurx6nv4QgwDepFErt3P/QJrArHFO5PriFccw6OODohy7hCtMu/64/xP3t
6KFXbgz51Fg=
=+F1Y
=====END PGP SIGNATURE=====
------------------------------
From: Steven Flintham <cola@lemma.demon.co.uk>
Subject: Zgsmplay v1.2 (GSM audio file player with file selector) uploaded
Date: Thu, 2 Sep 1999 19:05:19 GMT
=====BEGIN PGP SIGNED MESSAGE=====
[I (Russell Marks) don't have net access, but Steven has been kind
enough to upload/post on my behalf.]
Zgsmplay is a curses-based real-time GSM file player with file
selector. (GSM is a lossy sound compression format ideal for speech.)
In addition to simple playback, zgsmplay lets you move around the
files, etc. A copy of Jutta Degener and Carsten Bormann's free GSM
compressor/library is included.
Changes in v1.2:
If stdin isn't a tty, zgsmplay now assumes it is a GSM, and
(non-interactively) plays it.
Many display changes:
*Much* better at coping with `funny' terminal sizes than before. The
display layout when playing a GSM has been slightly rearranged to
allow for this (and also 'cos it looks better :-)).
Handles SIGWINCH, so it sorts things out when you (e.g.) resize an
xterm zgsmplay is running in.
Now uses line-graphics chars throughout, instead of ASCII boxology. :-)
Uses a minutes-only (i.e. hh:mm) mode for time display for files of
10 hours (~56.6 megs) or more.
Now `rounds down' when displaying the position-in-file bar.
Several extra movement keys:
Audio-search movement keys on HJKL do the same as hjkl, but play
quickly (by only playing every 6th frame) to move around the sample
rather than just jumping around.
Cursor left/down/up/right now do the same as hjkl when playing a
sample (this is actually a bugfix, as the man page has always said
that they did this!), and Home acts like `r'.
`e' and End both now go the end of the file and pause.
`1'..`9' jump to n/10 of the way through the file, e.g. `1' gets to
10%, `5' gets to halfway.
You can now use (in the file selector) `-' to untag, and `+' (or
`=') to tag (in addition to the existing keys).
*Finally* fixed long-standing bug where (up to) the last 128ms of a
sample weren't played (unless repeat mode was in effect).
Now reports error if started like `zgsmplay foo.gsm' and foo.gsm
can't be opened. Thanks to Steven Flintham for pointing this problem
out.
You can now specify frame to start from (`-f') in minutes or seconds
with `m' or `s' suffixes.
The position-in-file display should now be accurate right up to the
2-gigs mark (roughly two weeks).
Now dynamically allocates directory array.
The cursor is now hidden if possible. Also fixed annoying little
problem with the cursor - zgsmplay used to leave the cursor alone
while it cleared most of the screen and read the contents of a new
directory, thus leaving it in an effectively random position. Now it
leaves it in the top-left, though this will of course only matter on
terminals which don't have cursor-hiding support.
Updated bundled copy of GSM library to patchlevel 10.
Here's the LSM entry:
- --------------------------------------------------------------------------
Begin3
Title: zgsmplay
Version: 1.2
Entered-date: 08JUL99
Description: Zgsmplay is a curses-based real-time GSM file player
with file selector. (GSM is a lossy sound compression
format ideal for speech.) In addition to simple
playback, zgsmplay lets you move around the files,
etc. It can also playback in pseudo-stereo, which can
be useful for GSMs of music.
A copy of the free GSM compressor/library is included.
Keywords: sound audio player sample GSM stereo
Author: rus@forfree.at (Russell Marks)
Primary-site: metalab.unc.edu /pub/Linux/apps/sound/players
96448 zgsmplay-1.2.tar.gz
Copying-policy: GPL
End
- --------------------------------------------------------------------------
- -Rus.
- --
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html
=====BEGIN PGP SIGNATURE=====
Version: 2.6.3i
Charset: latin1
iQCVAgUBN87Kb1rUI/eHXJZ5AQFvzwP/WfpqMEIvtPVzZNSqRsNZSv1dg/MvtOYH
P1znKuX9NJUnzHBILT10i1qZnAQh1zyCCN2NptyZGm8JMUqx7FPyAnlnI2BtRg9K
Pm72uYAyqzOPeXArzekdsLa/tsPdKbSxorHiPZNnv1rYyHePr+xeq7udo2Naz4bj
DxRIplnpCqM=
=/a7+
=====END PGP SIGNATURE=====
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU
You can submit announcements to be moderated via:
Internet: linux-announce@NEWS.ORNL.GOV
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Announce Digest
******************************