[4025] in linux-announce channel archive

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

Linux-Announce Digest #317

daemon@ATHENA.MIT.EDU (Digestifier)
Tue Feb 11 22:13:12 2003

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:     Tue, 11 Feb 2003 22:13:03 EST

Linux-Announce Digest #317, Volume #4          Tue, 11 Feb 2003 22:13:03 EST

Contents:
  LyX 1.3.0 released (John Levon)
  Hierarchical Data Format 5 (HDF5) version 1.4.5 released (Robb Matzke)
  Linux Users Group database (Hugo van der Kooij)
  Announce: ODS2 file system driver (Jonas Lindholm)
  Announce: ODS2 file system module version 0.9.0 (Jonas Lindholm)
  New Linux CD_ROM Distro Self Boots (JK)
  Announce: ODS2 file system module version 0.9.0 (Jonas Lindholm)
  Announce: ODS2 file system module version 0.9.0 (Jonas Lindholm)
  RE COMMERCIAL: 8 processors cluster with Linux7.3 w/ MPICH (sales)
  TLUG Meeting (Christopher Browne)

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

From: John Levon <levon@movementarian.org>
Subject: LyX 1.3.0 released
Date: Tue, 11 Feb 2003 18:20:24 CST


Public release of LyX version 1.3.0
===================================

We are glad to announce the release of LyX 1.3.0.

As with the previous major version 1.2.0, many things make this new
release an exciting one. One of the major projects that has been going
on behind the scenes is the so-called GUI-independence project. We are
glad to announce that version 1.3.0 shows the first results of this. 
LyX now comes in two flavours: Qt-LyX and xforms-LyX!

Although this is the most visible change in version 1.3, this should not
hide the fact that the `under the hood' changes to the code have again
been very important. A detailed list can be found below.

In case you are wondering what LyX is, here is what
http://www.lyx.org/ has to say on the subject:

  LyX is an advanced open source document processor that encourages an
  approach to writing based on the structure of your documents, not
their
  appearance. LyX lets you concentrate on writing, leaving details of 
  visual layout to the software.

  LyX runs on many Unix platforms (including MacOS X), OS/2, and under
  Windows/Cygwin. Note that all these ports use the same xforms
interface 
  and therefore need an X server. 

You can download LyX 1.3.0 here :

        ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.3.0.tar.gz
        ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.3.0.tar.gz

and it should shortly propagate to the following mirrors :

        ftp://ftp.sdsc.edu/pub/other/lyx/stable/lyx-1.3.0.tar.gz
        ftp://ftp.lip6.fr/pub/lyx/stable/lyx-1.3.0.tar.gz
        ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/lyx-1.3.0.tar.gz
        ftp://ftp.ntua.gr/pub/X11/LyX/stable/lyx-1.3.0.tar.gz
        ftp://ftp.icm.edu.pl/vol/rzm0/lyx/stable/lyx-1.3.0.tar.gz


Prebuild binaries (mainly rpms for linux distributions) should soon be 
available at
        ftp://ftp.lyx.org/pub/lyx/bin/1.3.0
 
If you find what you think is a bug in LyX 1.3.0, you may either
e-mail the LyX developers' mailing list (lyx-devel@lists.lyx.org), or
open
a bug report at http://bugzilla.lyx.org

If you're having trouble using the new version of LyX, or have a
question,
first check out http://www.lyx.org/help/, and e-mail the LyX users' list 
(lyx-users@lists.lyx.org) if you can't find an answer there.  

Enjoy!

The LyX team.


New features
============

** Qt frontend

This is of course the most visible new feature. This frontend supports
either Qt 2.x or 3.x and is mostly feature complete. Note that some
of the dialogs are slightly different in design, but are generally
functionally equivalent.

** Xforms frontend

The advent of the Qt frontend does not mean that the historical xforms
frontend is dead. Actually, it is still the one which is the best
implemented, because we have had more time to polish it. In this
release,
most of the dialogs have been redesigned to be tighter.

Note also that the xforms library has been very recently updated to
version 1.0. This version has been released under the LGPL (Lesser
General Public License), and the availability of the source means that
many bugs that have been plaguing LyX have been fixed in xforms. You
are advised to upgrade to xforms 1.0 to enjoy all these new fixes. 
In fact, LyX 1.3.0 no longer supports versions of xforms older than
0.89.5.
Moreover, support for xforms older than 1.0 will be removed in the next
release. You have been warned ;-)

In most cases the dialogs have been designed to make it impossible to
input 
invalid parameters. The exception to this rule is the input of length
data. 
Power LaTeX users can still input obtuse "glue lengths", but the widgets
are 
highlighted in red if this input is invalid or incomplete. This visual 
feedback makes it easy to see why LyX won't allow you to Apply your
changes.

** Gnome frontend

Unfortunately, the development of the Gnome frontend has mostly
stopped recently and we have therefore chosen to disable it. We
strongly invite anyone willing to revive this port to volunteer on the
developer's list.

** Instant preview

preview-latex is an emacs package for LaTeX that allows "instant
previews"
of LaTeX code, so you can immediately see the visual rendering of the 
LaTeX in the document. Its project home page can be found at 
http://sourceforge.net/projects/preview-latex. With the help of David
Kastrup, the author, LyX 1.3.0 can harness this functionality to
allow instant previews in the LyX window of math equations and
figures. This feature can be immensely useful, ensuring that the
rendering of your equation will look right in the final output. The
preview is only displayed (if enabled) when you're not editing the
actual equation, so it's unobtrusive too.

** Math editor

There have been a few visible and some not-so-visible changes. On the
visible side we have better visual feedback regarding the structure of
a formula, showing the nesting by small purple decorations in the
formula itself and revealing the names of the nesting levels in the
minibuffer. There is now native support for symbols from the wasy
package containing e.g. the zodiac symbols. New also is the internal
structure of font changes which are now proper "insets", just like 
anything else from a square root to an array. This not only simplifies
the code greatly but also allows the same editing tricks as for the
"regular" math. However, it was not possible to tweak the visible
behaviour to mimic 1.2 in all cases, so this might take some time to
get accustomed to. On the pro side, the new structure allowed
support for LaTeX's \mbox and \fbox to be implemented and general
"switching back to text mode within math", so a lot of "evil red text"
trickery is not needed anymore. The most visible changes are the
following:

- Pressing { and } will insert LaTeX's \{ and \} which show up as { }
  in the printout. To get LaTeX's {} nesting, you need to type \{.

- Fonts changes now really nest. Repeated application of a font change
  will result in nested font changes!  To remove a font change without
  removing the "contents", it is now possible to "pull the argument"
  like in other insets, i.e. put the cursor in the first position of
  the inset and press 'backspace'.

** Reading old files

LyX now has a new script lyx2lyx which enables the reading of any file
produced by LyX versions as old as 0.12. Work is in progress on files 
created with LyX 0.10 (LyX 1.4 time-line) and still older files are 
in the forge. Basically if lyx wrote it LyX will read it. :-)

There is also a strong demand to be able to read files produced by
_newer_ versions of LyX. While lyx2lyx has the infrastructure in place
to do such things, the filters to `downgrade' LyX files (from 1.3.0 to
1.2.x, for example) have not yet been written.

** Miscellaneous changes

- LyX now automatically uses TeX fonts for screen rendering of math
  equations if they are available (it is not necessary anymore to
  configure your font server).

- The Insert>Short Title allows the addition of an optional text 
  for section headings and captions that is designed to be used in 
  tables of contents.

- The Insert>Float>Floatflt Figure menu item restores the ability 
  to wrap text around an image which was present in 1.1.6 and
  removed in 1.2.0

- If you configure with --with-pspell (which uses the PSpell library for
  spellchecking), you will be able to automatically spell-check
  multi-language documents, assuming you have the right dictionaries
  installed.


##########################################################################
# 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: Robb Matzke <matzke@llnl.gov>
Subject: Hierarchical Data Format 5 (HDF5) version 1.4.5 released
Date: Tue, 11 Feb 2003 18:19:55 CST

The National Center for Supercomputing applications has announced a
new release of HDF5, a file format and library for the portable
storage and efficient access of very large scientific datasets.  The
HDF5 web page is http://hdf.ncsa.uiuc.edu/HDF5

This is a good article summarizing its features and uses:
http://hdf.ncsa.uiuc.edu/HDF5/RD100-2002/All_About_HDF5.pdf

HDF5 runs on pretty much any *nix box from laptops to top500 caliber
MPPs, with C, C++, Java, and Fortran90 bindings.  It's free software
used by organizations around the world.

-- 
Robb Matzke L-159
Lawrence Livermore National Laboratory
Livermore, CA 94551

##########################################################################
# 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: Hugo van der Kooij <hvdkooij@vanderkooij.org>
Subject: Linux Users Group database
Date: Tue, 11 Feb 2003 20:24:19 CST

Hi,

Many of you allready fond the Linux Users Groups WorldWide project but 
on a regular bases I see new groups announce themselves here which I do 
not see (for a while) in the database. Perhaps because they never knew 
it existed.

So here it goes once again.

The Linux Users Groups WorldWide (LUGWW) project is a listing of all 
LUGs that have added themselves to the database. At present there are 
over 520 LUGs listed.

This project is not a static listing but a dynamic database that 
requires that contacts for the group update the information at least 
once every 18 months.

The goal is to have no stale records listed so that if you see a group 
listed you can actually get in touch with them and not find out that the 
  website is gone and the listed email address bounces.

A number of automated checks are performed to check the listed 
information as much as can be done automagically.

If anyone finds an incorrect entry please let me know so I can look into 
the issue and try to resolve it.

The project lives on http://lugww.counter.li.org/ and is associated with 
the linux counter. (Did you add yourself there allready?)

Happy Linux days,
Hugo.

##########################################################################
# 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: Jonas Lindholm <jlhm@usa.net>
Subject: Announce: ODS2 file system driver
Date: Tue, 11 Feb 2003 20:24:24 CST

This is the announce of a new ODS2 file system driver for Linux.
ODS2 is the file system used for OpenVMS running on VAX and Alpha 
hardware and soon also Itanium.

This version can read stream files and variable record files only and 
can't handle ODS5 format yet.

The ODS2 file system can be mounted with several options:

dollar = <any character>        this will translate any dollar character to the specified 
character.

semicolon = <any character>     this will use the specified character between file 
extension and file version.

version = [all, highest, none]  this control if all versions, only the
highest version or no version numbers should be displayed. For option 
none only the file with the highest version number is displayed without 
the version number.

lowercase 
all file names is translated to lowercase.

raw 
        this mode will treat all files as stream. In this mode all types of files 
can be read but the data is unformatted.

Default is dollar = _ , semicolon = . , version = all

In normal mount mode, without the raw option, only the data portion from 
any variable record file is returned.

lseek is supported for both stream files and variable record files.

This driver will not support reading of indexed files (ISAM) and 
relative files in the kernel ODS2 driver due to the complexity and 
amount of code required.
Instead I will develop an rms library that will support all file types 
including index files.

Should any one be interested in this driver please send me a mail and I 
will send you the source code. The source is released under GPL.
I've tested the driver with 2.4.18 (SMP) and 2.4.19.

/Jonas Lindholm

##########################################################################
# 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: Jonas Lindholm <jlhm@usa.net>
Subject: Announce: ODS2 file system module version 0.9.0
Date: Tue, 11 Feb 2003 20:24:25 CST

This is the announce of a new ODS2 file system driver for Linux.
ODS2 is the file system used for OpenVMS running on VAX and Alpha
hardware and soon also Itanium.

This version can read stream files and variable record files only and
can't handle ODS5 format yet.

The ODS2 file system can be mounted with several options:

dollar = <any character>        this will translate any dollar
character to the specified character.

semicolon = <any character>     this will use the specified character
between file extension and file version.

version = [all, highest, none]  this control if all versions, only the
highest version or no version numbers should be displayed. For option
none only the file with the highest version number is displayed
without the version number.

lowercase       all file names is translated to lowercase.

raw             this mode will treat all files as stream. In this mode
all types of files can be read but the data is unformatted.

Default is dollar = _ , semicolon = . , version = all

In normal mount mode, without the raw option, only the data portion
from any variable record file is returned.

llseek is supported for both stream files and variable record files.

This driver will not support reading of indexed files (ISAM) and
relative files in the kernel ODS2 driver due to the complexity and
amount of code required.
Instead I will develop an rms library that will support all file types
including index files.

A later version will support also write access.

Should any one be interested in this driver please send me a mail and
I will send you the source code. The source is released under GPL.
I've tested the driver with 2.4.18 (SMP) and 2.4.19.

/Jonas Lindholm

##########################################################################
# 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: johnk@crak.com (JK)
Subject: New Linux CD_ROM Distro Self Boots
Date: Tue, 11 Feb 2003 20:24:27 CST

Linux newbies as well as some seasoned linux users may be interested
in a relatively new phenomenon in the Linux world.

There have been several "micro Linux" releases available that provide
a basic shell and limited functionality that boot from a floppy.

Recently I have been working on boosting one of these, Trinux, to a
more useful level.

Please check out http://www.crak.com/crakstop.htm

This is a full Linux 2.4.19 kernel complete with bash shells, perl,
ssh, ftp, iptables, TcpDump, Tethereal and now NoCat Auth and an
Apache server which form a complete wireless access point for your
network that has secure SSL authentication.

This software allows a user to boot Linux from a CD_ROM and run a
sophisticated dynamic firewall that presents all wireless users with a
log-on screen on their browsers and prevents unauthorized access to
their network.

No hard drive is required. Any laptop with sufficient RAM and a CD_ROM
can be used. When done playing with the Linux system, just pull out
the CD_ROM and you go back to Windows as before.

The system occupies about 250 MB on the CD_ROM and uses about 60MB of
RAM.  This leaves plenty of room for modifications and add - ons.

For now, it is only available in the USA by US Mail on a CD_ROM. 
Anyone who can provide a high bandwidth web site for free distribution
should contact me at the e-mail address on the web site.

This is an easy way to introduce yourself to Linux without all the
hassles of disk partitioning and installation and configuring of
Linux.

JK

##########################################################################
# 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: Jonas Lindholm <jlhm@usa.net>
Subject: Announce: ODS2 file system module version 0.9.0
Date: Tue, 11 Feb 2003 20:24:48 CST

This is the announce of a new ODS2 file system driver for Linux.
ODS2 is the file system used for OpenVMS running on VAX and Alpha 
hardware and soon also Itanium.

This version can read stream files and variable record files only and 
can't handle ODS5 format yet.

The ODS2 file system can be mounted with several options:

dollar = <any character>        this will translate any dollar character to the specified 
character.

semicolon = <any character>     this will use the specified character between file 
extension and file version.

version = [all, highest, none]  this control if all versions, only the
highest version or no version numbers should be displayed. For option 
none only the file with the highest version number is displayed without 
the version number.

lowercase 
all file names is translated to lowercase.

raw 
        this mode will treat all files as stream. In this mode all types of files 
can be read but the data is unformatted.

Default is dollar = _ , semicolon = . , version = all

In normal mount mode, without the raw option, only the data portion from 
any variable record file is returned.

lseek is supported for both stream files and variable record files.

This driver will not support reading of indexed files (ISAM) and 
relative files in the kernel ODS2 driver due to the complexity and 
amount of code required.
Instead I will develop an rms library that will support all file types 
including index files.

Should any one be interested in this driver please send me a mail and I 
will send you the source code. The source is released under GPL.
I've tested the driver with 2.4.18 (SMP) and 2.4.19.

/Jonas Lindholm

##########################################################################
# 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: Jonas Lindholm <jlhm@usa.net>
Subject: Announce: ODS2 file system module version 0.9.0
Date: Tue, 11 Feb 2003 20:24:53 CST

This is the announce of a new ODS2 file system module for Linux.
ODS2 is the file system used for OpenVMS running on VAX and Alpha 
hardware and soon also Itanium.

This version can read stream files and variable record files only and 
can't handle ODS5 format yet.

The ODS2 file system can be mounted with several options:

dollar = <any character>    this will translate any dollar character to 
the specified character.

semicolon = <any character>    this will use the specified character 
between file extension and file version.

version = [all, highest, none]    this control if all versions, only the
highest version or no version numbers should be displayed. For option 
none only the file with the highest version number is displayed without 
the version number.

lowercase    all file names is translated to lowercase.

raw        this mode will treat all files as stream. In this mode all 
types of files can be read but the data is unformatted.

Default is dollar = _ , semicolon = . , version = all

In normal mount mode, without the raw option, only the data portion from 
any variable record file is returned.

lseek is supported for both stream files and variable record files.

This driver will not support reading of indexed files (ISAM) and 
relative files in the kernel ODS2 driver due to the complexity and 
amount of code required.
Instead I will develop an RMS library that will support all file types 
including index files.

Should any one be interested in this driver please send me a mail and I 
will send you the source code. The source is released under GPL.
I've tested the driver with 2.4.18 (SMP) and 2.4.19.

/Jonas Lindholm


##########################################################################
# 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: sales <sales@storeanywhere.com>
Subject: RE COMMERCIAL: 8 processors cluster with Linux7.3 w/ MPICH
Date: Tue, 11 Feb 2003 20:24:52 CST


==============030006030104040209070100
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

This is our February promotion item. For more
clusters go to our website:
http://www.storeanywhere.com


8 Processors Cluster @ $5,950.00USD    S.A.C  


8 Processors Cluster Include:
1 4u Dual AMD 1800mp Master Node
3 Dual AMD 1800mp Client Node
1 24 port 10/100 SWITCH
1 31u Cabinet ( Frame Rack )
Red Hat Linux v7.3 (CD) with MPICH
All hardware and software fully installed and tested.

Master node:
Dual AMD 1800mp
TYAN S2466 dual CPU motherboard
60G 7200rpm hard Drive
1GB DDR 2100rpm Ram
8mb AGP Card 52X CD-Rom
2 10/100 PCI ethernet card
4U 19" RackServer Chassis with Power Supply & Slide rails

Red Hat Linux v7.3 (CD) with MPICH
Client node:
Dual AMD 1800mp
TYAN S2466 dual CPU motherboard
20G 7200rpm hard Drive
256mb DDR 2100rpm Ram
8mb AGP Card 52X CD-Rom
3.5? Floppy Drive 2 10/100 PCI ethernet card
2U 19" RackServer Chassis with Power Supply & Slide rails

Red Hat Linux v7.3 (CD) with MPICH



You can place the order directly on line or call us on
718-934-7313. Any queries send e-mail to :
sales@storeanywhere.com.

==============030006030104040209070100
Content-Type: multipart/related;
 boundary="------------050603070208090806030302"


==============050603070208090806030302
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
This is our February promotion item. For more<br>
clusters go to our website:<br>
<a class="moz-txt-link-freetext" href="http://www.storeanywhere.com">http://www.storeanywhere.com</a><br>
<br>
<br>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tbody>
    <tr>
      <td width="100%">
      <table border="0" width="100%" cellspacing="0" cellpadding="2">
        <tbody>
          <tr>
            <td nowrap=""><font face="Verdana, Arial" size="4"
 color="#000000">8 Processors Cluster @ $5,950.00USD&nbsp;</font></td>
             <td align="right" nowrap="">&nbsp;<img
 src="https://www.storeanywhere.com/news/html/storefront/images/blank2.gif"
 width="85" height="60" border="0" alt=" S.A.C ">
&nbsp;</td>
           </tr>
         
        </tbody>
      </table>
      </td>
       </tr>
       <tr>
         <td><img
 src="https://www.storeanywhere.com/news/html/store_us_admin/images/pixel_black.gif"
 width="100%" height="1" border="0">
      </td>
       </tr>
       <tr>
         <td wrap=""><br>
      <font face="Verdana, Arial" size="2" color="#000000"><img
 src="https://www.storeanywhere.com/news/html/storefront/images/cluster.jpg"
 width="100" height="80" border="0" align="right" hspace="5" vspace="5"
 alt=" 8 Processors Cluster ">
Include:<br>
 1 4u Dual AMD 1800mp Master Node<br>
 3 Dual AMD 1800mp Client Node<br>
 1 24 port 10/100 SWITCH<br>
 1 31u Cabinet ( Frame Rack )<br>
 Red Hat Linux v7.3 (CD) with MPICH <br>
 All hardware and software fully installed and tested.<br>
  <br>
 Master node:<br>
 Dual AMD 1800mp<br>
 TYAN S2466 dual CPU motherboard<br>
 60G 7200rpm hard Drive<br>
 1GB DDR 2100rpm Ram<br>
 8mb AGP Card  52X CD-Rom<br>
 2 10/100 PCI ethernet card<br>
 4U 19" RackServer Chassis with Power Supply &amp; Slide rails<br>
 <br>
 Red Hat Linux v7.3 (CD) with MPICH <br>
   Client node:<br>
 Dual AMD 1800mp<br>
 TYAN S2466 dual CPU motherboard<br>
 20G 7200rpm hard Drive<br>
 256mb DDR 2100rpm Ram<br>
 8mb AGP Card  52X CD-Rom<br>
 3.5? Floppy Drive 2 10/100 PCI ethernet card<br>
 2U 19" RackServer Chassis with Power Supply &amp; Slide rails<br>
 <br>
 Red Hat Linux v7.3 (CD) with MPICH <br>
 <br>
      </font></td>
       </tr>
       <tr>
         <td align="center" nowrap=""><br>
      </td>
    </tr>
  </tbody>
</table>
<br>
You can place the order directly on line or call us on<br>
718-934-7313. Any queries send e-mail to :<br>
<a class="moz-txt-link-abbreviated" href="mailto:sales@storeanywhere.com">sales@storeanywhere.com</a>.<br>
</body>
</html>

==============050603070208090806030302==

==============030006030104040209070100==

##########################################################################
# 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: Christopher Browne <cbbrowne@acm.org>
Subject: TLUG Meeting
Date: Tue, 11 Feb 2003 20:25:10 CST

The Toronto Linux Users Group is holding its monthly meeting.

Date:  February 11, 2003                                                                                             
Time: 7:30pm
Topic: Linux on PDAs
Location: Galbraith Building (GB at University of Toronto)
35 St. George Street

For directions, see http://oracle.osm.utoronto.ca/map/

Room: GB221
Speaker: Sean Godsell
Summary: Sean will be talking about various aspect of running linux on
a PDA.

For further details, see: 
  <http://tlug.ss.org/meetings/meeting.shtml>
-- 
(concatenate 'string "cbbrowne" "@acm.org")
Rules of  the Evil  Overlord #120. "Since  nothing is  more irritating
than a hero  defeating you with basic math skills,  all of my personal
weapons  will be  modified to  fire one  more shot  than  the standard
issue." <http://www.eviloverlord.com/>

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