[3835] in linux-announce channel archive

home help back first fref pref prev next nref lref last post

Linux-Announce Digest #127

daemon@ATHENA.MIT.EDU (Digestifier)
Wed May 15 16:13:09 2002

Message-ID: <20020515201306.21386.qmail@senator-bedfellow.mit.edu>
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:     Wed, 15 May 2002 16:13:05 EDT

Linux-Announce Digest #127, Volume #4          Wed, 15 May 2002 16:13:05 EDT

Contents:
  ANNOUNCE: konserve-0.5. A backup application (Florian Simnacher)
  LORIA ANNOUNCES RELEASE -0.74 OF SMALLEIFFEL, THE GNU EIFFEL COMPILER (GNU Eiffel press agent)
  Local: Toronto - PegaSoft May Meeting (Ken Burtch)
  Wsmake 0.6.4 - website pre-processor (Mike Brownlow)
  sysstat-4.0.5 - System performance tools for Linux (Sebastien Godard)
  SQLFS pre-alpha release (=?ISO-8859-1?Q?T=F5nu?= Samuel)
  New: dtc, Decision Table C Code generator. (Tom Young)
  [SLUG] Suncoast LUG Meetings ("Paul M. Foster")
  Issue #39 of Georg's Brave GNU World, the monthly GNU forum has ("Georg C. F. Greve")
  Linux 7.3 distribution disks (linuxdisks)
  Linux for sale - £2.50 per CD or less, including first class postage and packing. ("Simon Finnigan")
  Archmbox 3.0.3: a simple email archiver (Alessandro Dotti Contra)
  TPlayer V1R6 released ("flic")

----------------------------------------------------------------------------

Date: Wed, 15 May 2002 14:36:05 CST
From: Florian Simnacher <florian.simnacher@eikon.tum.de>
Subject: ANNOUNCE: konserve-0.5. A backup application

Hello, 

this is the release of Konserve v0.5.

Konserve is a small backup application for the KDE 3.x environment. It
lives in the system tray and is able to create regularly backups of
several directories or files. Backup currently means a *.tar.gz file.

You can get it on:

    http://www.eikon.tum.de/~hermes/konserve.html.

There is also a link to the documentation and a screenshot.

Regards,

Florian Simnacher





##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: gnu_eiffel_announce@yahoo.com (GNU Eiffel press agent)
Subject: LORIA ANNOUNCES RELEASE -0.74 OF SMALLEIFFEL, THE GNU EIFFEL COMPILER
Date: Wed, 15 May 2002 14:36:05 CST

FOR IMMEDIATE RELEASE

Contact:     smalleiffel@loria.fr

LORIA ANNOUNCES RELEASE -0.74 OF SMALLEIFFEL, THE GNU EIFFEL COMPILER

France -- May 10, 2002 -- Loria, a leading research laboratory in
information technology, is pleased to announce release -0.74 of
SmallEiffel, the GNU Eiffel compiler. SmallEiffel supports over 20
operating systems, including Linux.

The most significant improvement in this new release is support for
agents, which are similar to closures in functional languages.  Agents
allow a programmer to specify part or all of a computation for later
evaluation. The agent mechanism has applications in everything from
number crunching to user interface design, and provides a type-safe
callback mechanism.

Among the many other improvements in release -0.74:

* Support for the latest standards on interfacing to C and C++ source
code. This allows most if not all of the glue code between Eiffel and
C or C++ to be written in Eiffel.

* Added agent-based features in class COLLECTION, ARRAY, FIXED_ARRAY,
LINKED_LIST, TWO_WAY_LINKED_LIST, DICTIONARY, and SET. Names and
signatures comes from ETL: do_all, for_all and exists.

* The new create instruction/expression is now fully implemented and
correctly pretty-printed. The new default_create feature mechanism is
also implemented.

* The new manifest string notation for a verbatim manifest string is
now implemented.

* Added examples for the new TUPLE type in directory tutorial/tuple.

* Added many new features in class MEMORY to tune the garbage
collector. Those features may be useful for embedded applications.
(See tutorial/memory for examples.)

* Added flag -high_memory_compiler to compile_to_c. On machines with
ample RAM, this option can significantly increase compilation speed.


Dr. Bertrand Meyer invented Eiffel in the 1980's. Designed from the
ground up to be an efficient, statically typed object-oriented
language, Eiffel is unique in its support for "Design by Contract
(DbC)" -- sophisticated assertion mechanisms that aid the design,
development and documentation of Eiffel software.

Dr. Dominique Colnet began the SmallEiffel project in 1994. "I do not
believe in the future of languages such as Java or C++. I do not claim
that Eiffel is the language of the future (if any), but I think that
Eiffel is probably the best current tool for safe software production
in the context of large teams. Another important point is the
SmallEiffel compilation strategy, which demonstrates that Eiffel code
can run as fast as plain C code."

The ELJ project is actively developing SmallEiffel bindings to various
databases and GUI libraries. Geoff Eldridge, who founded ELJ, likes
Eiffel for it's clear syntax and semantics, and the self-documenting
aspects of Eiffel contracts that reduces his need for reference
materials. "So I am self-contained in my code development and hence
have more time to think about the problem and its solution." Geoff
also believes that DbC "is just brilliant. Once you have experienced
DbC you feel exposed with other languages without the facility." Geoff
also finds Eiffel to be very malleable, even though it is a statically
typed language.

Uwe Sander, the workhorse of the ELJ project who is currently writing
much of the code, agrees. "Design and development are closely related
when working with Eiffel, not strictly separated foes." Uwe also
appreciates SmallEiffel's support for interfacing to C and C++.  "The
integration with existing C code is now much better than it is in any
other language I know, including C++. You can easily mess up a C++
project and let the old C style rule the project. Such a thing will
never happen in an Eiffel project. It is always clear which language
contains the top level logic."
 
Links

To download release -0.74, visit 
http://smalleiffel.loria.fr/general/download.html

For more information about SmallEiffel, visit
http://smalleiffel.loria.fr

The SmallEiffel team is fond of receiving postcards. They are a nice
motivator.
http://SmallEiffel.loria.fr/support/support.html 

Subscribe to the SmallEiffel mailing list at:
http://smalleiffel.loria.fr/support/mailing-list.html

Details about the agent mechanism can be found here:
http://www.eiffel.com/doc/manuals/language/agent/page.html 
Or after downloading SmallEiffel, see the examples in the directory
tutorial/agent.


The home page for the ELJ project is here:
http://elj.sourceforge.net/ 
 
For more information on Eiffel in general, visit one of these sites:
http://eiffel.com
http://www.cetus-links.org/oo_eiffel.html

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: Ken Burtch <kburtch@sympatico.ca>
Subject: Local: Toronto - PegaSoft May Meeting
Date: Wed, 15 May 2002 14:36:05 CST


Living in the Toronto area? Email us at pegasoft@pegasoft.ca if you are
interested in attending. 

Next Meeting

Date: Tuesday, May 28, 2002 7:00-8:00 pm
Location: Swiss Chalet on Bloor Street near St. George subway stop.

Open Forum: The future of Linux in Toronto 
Linux Alphas: Dan's experiences installing Red Hat on Digitial Alpha
computers. 
Summer Retreat: It's that time again to set the date of the PegaSoft
summer retreat. 

Full details and updates at http://www.pegasoft.ca/events.html

-- 
Ken O. Burtch: http://www.pegasoft.ca                 : Pegasoft
System Manager in a Box / Business Shell              : R.R.#1
Bio: 36;Bsc,UI,Lang,Games;Toons,Elves,SF,Pizza;Xian   : Jordan Station,
ON
``````````````````````````````````````````````````````` Canada L0R 1S0

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: Mike Brownlow <mike@wsmake.org>
Subject: Wsmake 0.6.4 - website pre-processor
Date: Wed, 15 May 2002 14:36:12 CST

Wsmake is a website pre-processor. It includes a parser that handles
page ordering, tag substitution, and dependency checking. You can use
wsmake with any type of content, from PHP to XML or even your own
computer language.

See website for details and downloads:
  http://www.wsmake.org/

-- 
Mike Brownlow

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: Sebastien Godard <sebastien.godard@wanadoo.fr>
Subject: sysstat-4.0.5 - System performance tools for Linux
Date: Wed, 15 May 2002 14:36:20 CST

Hi all,

Yet another version of sysstat (4.0.5) was made available on ibiblio's
Linux archive site (formerly known as Metalab):

ftp://ibiblio.org/pub/Linux/system/status/
100kB  sysstat-4.0.5.tar.gz
102kB  sysstat-4.0.5-1.src.rpm
65kB   sysstat-4.0.5-1.i386.rpm

The sysstat utilities are a collection of performance monitoring tools
for Linux. These include sar, mpstat, iostat and sa tools.

sysstat 4.0.5 is a *stable* version, which is fully compatible with
Linux 2.4 kernels.

To learn some more about sysstat, check out
http://perso.wanadoo.fr/sebastien.godard/

Changes vs 4.0.4 are:
2002/05/12: Version 4.0.5
* Average wait times and service times as displayed by iostat -x were
wrong by a factor of 10. This is now fixed.
* Linux RESTART messages must now be in the interval specified by
-s/-e options to be displayed by sar.
* Fixed a small bug that affected the timestamp for RESTART messages
displayed by sar -h when option -t was used.
* sar -H now displays its data in local time instead of UTC when
option -t is used.
* sargon shell script added.
* Created a contrib directory, including sargon and isag commands.
* NLS updated.
* FAQ updated.
* Makefile updated.
* sar manual page updated.

Enjoy!
--
Sébastien Godard <sebastien dot godard at wanadoo dot fr>
http://perso.wanadoo.fr/sebastien.godard/

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: =?ISO-8859-1?Q?T=F5nu?= Samuel <tonu@spam.ee>
Subject: SQLFS pre-alpha release
Date: Wed, 15 May 2002 14:36:20 CST

After long delay SQLFS new version is now available for download. This
is not release-quality product yet but can be enough interesting for
developers. Currently it can:
 *Run as NFSv2 daemon
 *Read the configuration file
 *Use parameters from sqlfs.conf to connect MySQL
 *Can provide listings of databases, tables, primary keys, unique keys
and structures as directories of filesystem


It can't yet:
 *Use any other database than MySQL (but will in future) *Show contents
of fields in database *Handle many difficult situations as long
directory listings, multiple connections, asking for files without doing
readdir() first...
 
If you want to experiment with it, download nightly CVS tarball from:
ftp://ftp.spam.ee/pub/people/tonu/sqlfs/ or use CVS server in
SourceForge:
 
cvs -d:pserver:anonymous@cvs.sqlfs.sourceforge.net:/cvsroot/sqlfs login
cvs -z3 -d:pserver:anonymous@cvs.sqlfs.sourceforge.net:/cvsroot/sqlfs co
sqlfs
 Press enter to password questions above.

Link to more details and download:
http://no.spam.ee/~tonu/modules.php?name=News&file=article&sid=9


Tõnu Samuel
tonu@spam.ee



##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: Tom Young <tom@twyoung.com>
Subject: New: dtc, Decision Table C Code generator.
Date: Wed, 15 May 2002 14:36:28 CST

This is a multi-part message in MIME format.

--Boundary_(ID_TWKLUoA/Dm4XagaSFWSK7w)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT


dtc 1.0.0
=========

The DTC Project is happy to announce a new development tool: dtc
version 1.0.0.   dtc. Decision Table Code generator, reads a C code
file containing embedded decision tables and supporting C code, then
produces a compilable file containing the original supporting code,
decision
table(s) and generated C code.  

dtc might work with C++ code but has not been tried.

dtc can be found at http://dtc.twyoung.com/  and also at
ftp.twyoung.com/linux/dtc.

Linux/Redhat source and binary rpms and a tarball are available for
download.


-- 
Today's Oxymoron: "Domestic cat"  

Tom Young
SoftWare Services
47 MITCHELL STREET
STAMFORD, CT 06902-7832
(203)357-9260
tom@twyoung.com  
softserv@icca.org 
ICCA_FW Vice President #21180
http://www.softserv.dynip.com  
ICQ#: 4891876

--Boundary_(ID_TWKLUoA/Dm4XagaSFWSK7w)
Content-type: text/x-vcard; charset=iso-8859-1; name=tom.vcf
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=tom.vcf
Content-description: Card for Tom Young

begin:vcard 
n:Young;Tom
x-mozilla-html:FALSE
org:SoftWare Services
adr:;;;;;;
version:2.1
email;internet:tom@twyoung.com
title:Proprietor
x-mozilla-cpt:;-18432
fn:Tom Young
end:vcard

--Boundary_(ID_TWKLUoA/Dm4XagaSFWSK7w)--

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: "Paul M. Foster" <paulf@quillandmouse.com>
Subject: [SLUG] Suncoast LUG Meetings
Date: Wed, 15 May 2002 14:36:39 CST

                     *************************************
                     * Suncoast Linux Users Group (SLUG) *
                     *        Meeting Schedule           *
                     *************************************

BRANDON II ***********************************************      

     16 May 19:00-21:00 Brandon
     (third Thursday  of each month)
     Computer Advantage Store
     217 Brandon Town Center Drive
     Brandon, FL

     See http://www.suncoastlug.org/meetings.html#BrandonII for directions.

DUNEDIN **************************************************

     25 May 10:00-12:00 Dunedin
     (fourth Saturday of each month)
     Dunedin Public Library,
     223 Douglas Ave.,
     Community Room A.
     Dunedin, FL

     See http://www.suncoastlug.org/meetings.html#dunedin for directions.

NEW PORT RICHEY ******************************************

     1 June 13:00-15:00 New Port Richey
     (first Saturday of each month)
     New Port Richey Public Library
     (second level meeting rooms)
     5939 Main St.
     New Port Richey, FL

     See http://www.suncoastlug.org/meetings.html#npr for directions.

BRANDON **************************************************

     6 June 20:00-22:00 Brandon
     (first Thursday  of each month)
     Brandon Barnes & Noble
     Brandon Town Center
     Brandon, FL

     See http://www.suncoastlug.org/meetings.html#Brandon for directions.

TAMPA ****************************************************

     12 June 19:00-21:00 Tampa
     (second Wednesday of each month)
     PricewaterhouseCoopers -- Room 684
     3109 W. Dr. Martin Luther King Jr, Blvd
     Lakepointe I Building
     Tampa, FL 33607

     See http://www.suncoastlug.org/meetings.html#tampa for directions.

***********************************************************

ACTIVITIES:

     Meetings include:

     1) Presentation: As indicated.

     2) Question & Answer Session.

     3) Raffle and free stuff!

     Bring your boxes, questions, problems, and plenty of good cheer!
     (And don't forget to start your installs early!)

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: "Georg C. F. Greve" <greve@gnu.org>
Subject: Issue #39 of Georg's Brave GNU World, the monthly GNU forum has
Date: Wed, 15 May 2002 14:36:39 CST

[Please repost and forward this article widely, wherever it
is appropriate.]


                Issue #39 of Georg's Brave GNU World, 
                the monthly GNU forum has been released.
                                                -- Georg Greve


Hello everyone,

after the web release cycle has been clogged for a while, we're now
back in gear and will hopefully remain so.

Issue #39 of the column is now online and it can - as usual - be found
on the GNU Webpage and its mirrors. Otherwise just follow the links at
the end of this posting.

Georg's Brave GNU World is a monthly column which is being released
simultaneously in eight languages (English, German, French, Japanese,
Spanish, Korean, Portugese and Italian) on the web and printed in the
German "Linux-Magazin," the "Linux Magazine" U.K., the "Microsoftware"
(largest computer magazine in Korea) and the "Linux Magazine France."
This makes it the monthly column with the widest distribution
worldwide afaik.

If you would like to receive mail about new issues directly, you can
subscribe to the "Brave GNU World" announcement mailinglist. Just
send mail to <brave-gnu-world-request@gnu.org> with "subscribe" in
the *body*. The mailinglist is only for announcements that are related 
to the "Brave GNU World" and is of very low volume (between 1 and 2
mails a month).

The 39th issue covers the following topics:

 * Rocks'n'Diamonds [ A gaming classic strikes again ]

 * Mirror Magic     [ You may have met this one in your Amiga days ]

 * T.E.G.           [ Conquering the world can be fun ]

 * JTEG             [ Also if you prefer to do it in Java ]

 * GNU Chess        [ A classic board game ]

 * Scid             [ And a data base to improve your track-record ]

 * GNU oSIP Library [ A fundamental piece for Free Software mobile
                      internet phones ] 

 * Libferris        [ A pretty interesting virtual file system ]


This column intends to provide a forum for all GNU maintainers,
friends and associates and I am always open to suggestions. So if  
you 

 * have questions about the GNU Project that might be of general
   interest 

 * have a GNU Project and would like to improve its profile

 * would like to start a GNU Project you are looking for people to
   start it with 

 * think something doesn't get the publicity it deserves

 * would like to see something made public

send mail to:

        "Brave GNU World <column@gnu.org>"


This column is for everyone with an interest in Free Software,
so don't hesitate to contact me if your project is under a Free
Software license (http://www.gnu.org/philosophy/license-list.html)
and you'd like to see it introduced here.

The 39th issue can be found at

  http://www.gnu.org/brave-gnu-world/issue-39.en.html
  [ English version ]

  http://www.gnu.org/brave-gnu-world/issue-39.de.html
  [ German version ]

  http://www.gnu.org/brave-gnu-world/issue-39.it.html
  [ Italian version ]

  http://www.gnu.org/brave-gnu-world/issue-39.ko.html
  [ Korean version ]


or via the "Brave GNU World" homepage

  http://www.gnu.org/brave-gnu-world/brave-gnu-world.en.html
  [ English version ]

  http://www.gnu.org/brave-gnu-world/brave-gnu-world.fr.html
  [ French version ]

  http://www.gnu.org/brave-gnu-world/brave-gnu-world.de.html
  [ German version ]

  http://www.gnu.org/brave-gnu-world/brave-gnu-world.it.html
  [ Italian version ]

  http://www.gnu.org/brave-gnu-world/brave-gnu-world.ja.html
  [ Japanese version ]

  http://www.gnu.org/brave-gnu-world/brave-gnu-world.es.html
  [ Spanish version ]

  http://www.gnu.org/brave-gnu-world/brave-gnu-world.ko.html
  [ Korean version ]

  http://www.gnu.org/brave-gnu-world/brave-gnu-world.pt.html
  [ Portugese version ]

That's it for now...

Regards,

                Georg Greve

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: linuxdisks <linuxdisks@softhome.net>
Subject: Linux 7.3 distribution disks
Date: Wed, 15 May 2002 14:37:04 CST

Hello, I have 7.3 3 disk set on quality silver cd's for $19.95
including shipping please email linuxdisks@softhome.net 
we accept acredit card via paypal check and money order.
than you

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: "Simon Finnigan" <simon@therealm.freeserve.co.uk>
Subject: Linux for sale - £2.50 per CD or less, including first class postage and packing.
Date: Wed, 15 May 2002 14:37:04 CST

I`m selling copies of Linux in the UK for £2.50 per CD or less, depending on
how many you order.  As an example, I charge £6.75 for Mandrake 8.2,
including delivery by first class post.

I take payment by NoChex, cheque or postal order.  For international orders,
please email me to confirm postage costs - I can also accept PayPal
payments.

For full details of what distributions I am selling, along with a full price
list and details on how to pay, visit my site:

http://mysite.freeserve.com/linuxsales

If this posting is against the newsgroup charter, please email me off the
group and I`ll make sure I don`t post here again.

Thank you for your time.

--
For cheap Linux CD`s (£2.50 each or less in the UK) visit:
http://mysite.freeserve.com/linuxsales










##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: Alessandro Dotti Contra <alessandro.dotti@libero.it>
Subject: Archmbox 3.0.3: a simple email archiver
Date: Wed, 15 May 2002 14:37:22 CST

Hi everybody.
Archmbox release 3.0.3 is available for download at the following url:

http://digilander.iol.it/yellowjester/archmbox.html

This is a minor bugfixes release...

CHANGES since release 3.0.2:

* code was enforced to avoid messages loss during maiboxes substitution.
  This was remote but possible. (thanks to Alex Aminoff)

Fell free to contact me for suggestions, bug reports, contributions etc.

Regards,
alex

WHAT IS ARCHMBOX?

Archmbox is a simple email archiver written in perl; it parses one or more
regular mbox format mailboxes and performs specific actions. Originally, it
only archived  all messages older than a specified date but support for regular
expression based archiviation is now available. The option to show the result
of the archiving processes before the real archiving takes place was also
added. All archived messages are stored in a new mailbox with the same name of
the original one + .archived as extension (this is the default, but can be
changed). Messages are appended to the archive mailbox to allow multiple
executions of the script against the same mailbox.
If used interactively, it is useful to first list messages, then (by checking
the --list output) select which messages to archive (by date offset or regexp
rules), and then actually perform archiving.
-- 
Alessandro Dotti Contra
alessandro.dotti@libero.it
http://digilander.iol.it/yellowjester/

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------

From: "flic" <x@x.com>
Subject: TPlayer V1R6 released
Date: Wed, 15 May 2002 14:37:26 CST
Reply-To: x@x.com

This is a multi-part message in MIME format

--=_NextPart_2rfkindysadvnqw3nerasdf
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

New version of TPlayer released.

Please, search goggle.com for TPlayer
to visit TPlayer's home page.

Thank you

flic







--=_NextPart_2rfkindysadvnqw3nerasdf
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable







--=_NextPart_2rfkindysadvnqw3nerasdf--

##########################################################################
# Send submissions for comp.os.linux.announce to: cola@stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION.  #
# This group is archived at http://stump.algebra.com/~cola/              #
##########################################################################


------------------------------


** 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
******************************

home help back first fref pref prev next nref lref last post