[3212] in linux-announce channel archive

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

Linux-Announce Digest #500

daemon@ATHENA.MIT.EDU (Digestifier)
Tue Jun 1 23:24:22 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:     Tue, 1 Jun 99 18:13:33 EDT

Linux-Announce Digest #500, Volume #3             Tue, 1 Jun 99 18:13:33 EDT

Contents:
  XEmacs 21.1.2 is released (Didier Verna)
  c2html 0.6.1 - Highlight C sources for WWW presentation (Florian Schintke)
  perl2html 0.6.1 - Highlight Perl sources for WWW presentation (Florian Schintke)
  COMMERCIAL: Java based source code engineering tool for Linux (Janos Koppany)
  Linux-Mandrake 6.0 (Venus) available (Gael Duval)
  Competition: Win a copy of Yellowdog Linux for the PPC! (John Buswell)

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

From: Didier Verna <didier@xemacs.org>
Subject: XEmacs 21.1.2 is released
Date: Tue,  1 Jun 1999 20:59:51 GMT

=====BEGIN PGP SIGNED MESSAGE=====


                        Announcing XEmacs 21.1.2


XEmacs 21.1.2 is now available. This is a version of Emacs derived from
Emacs version 19 from the Free Software Foundation.


This is a major upgrade from 20.4, containing many new features and
bugfixes. Development work has stopped on this version and bug fix /
maintenance releases will be made available periodically.

A complete list of features and improvements, the complete list of
mirror sites, the current FAQ, and several other XEmacs related items
can be found at the XEmacs World Wide Web page: http://www.xemacs.org/.

The two major features of the 21.1 series are: 1. support for Microsoft
systems and 2. Unbundling of Lisp code into packages.


You can get XEmacs via anonymous FTP from FTP.XEMACS.ORG (207.96.122.8).
Please see README.MIRRORS for mirror FTP sites:

   Core source:         ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.1/
Unbundled Lisp:         ftp://ftp.xemacs.org/pub/xemacs/packages/


The following two files contain Lisp code that was formerly bundled with
the core sources. They contain the whole set of pre-compiled packages
(also available as separate files under the `packages' directory):

  xemacs-sumo.tar.gz
          Lisp code that can be used with both XEmacs and XEmacs/Mule.

  xemacs-mule-sumo.tar.gz
          Mule support code. It DOES NOT REPLACE the preceding file. It
          contains additional code for XEmacs/Mule.


Don't forget to set "binary" mode when transferring these files.  Unpack them
with some variation of the command
"gunzip -c xemacs-21.1.2.tar.gz | tar -pvxf -".


Thanks to the tireless efforts of Jason Mastaler and the kit builders
(enumerated in the READMEs), there will be binary kits for this XEmacs
release. Please check the FTP site or subscribe to the xemacs-announce
mailing list for news of availability. Please refer to
http://www.xemacs.org/lists.html for subscription information.


- -- 
Didier Verna <didier@xemacs.org>
Please visit the XEmacs homepage at http://www.xemacs.org !



- -- 
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.3ia
Charset: latin1

iQCVAgUBN1RJyFrUI/eHXJZ5AQHj9gP/VVzgLwlNkhDDzibj2nWPA4dvlncOoK7H
0aArJ/8EJ+hMQLgDBKtkXntyriuvAHGzgqeBmQpVa/Ibyf6546Ykcz/SgbCT6fyJ
WxPj7GrLnFs/K2JkL/W8/A2IuwkZQq5YTHbo1DFvTXRvmRBQYCY0133rYWufKjl3
MBvTz0RRPfA=
=4Cmd
=====END PGP SIGNATURE=====

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

From: Florian Schintke <schintke@schintke.isdn.cs.tu-berlin.de>
Subject: c2html 0.6.1 - Highlight C sources for WWW presentation
Date: Tue,  1 Jun 1999 21:07:11 GMT
Reply-To: schintke@cs.tu-berlin.de

=====BEGIN PGP SIGNED MESSAGE=====


c2html can highlight your source for presentation in the WWW.
It can also be used as a CGI script and can detect whether   
the client browser supports compressed data to save bandwidth.

You can download it from:

ftp://sunsite.unc.edu/pub/Linux/apps/www/converters/c2html-0.6.1.tar.gz

NEWS:
24MAY99 c2html 0.6.1 released
* error in handling character constants like '"'
  (interpreted as begin of string)...fixed.

22MAY99 c2html 0.6 released
* major problem with configure script on non Linux systems...fixed.
* compression on the fly feature now should also work with MS IE.
  Thanks to Stephen Martin <smartin@mks.com> for his tiny patch.

[...]

c2html.lsm:
Begin3
Title:          c2html
Version:        0.6.1
Entered-date:   24MAY99
Description:    c2html highlights C-language sources like emacs does. 
                Output is in html format. Also works as CGI to convert
                files on the fly.
Keywords:       C syntax highlighting html
Author:         schintke@cs.tu-berlin.de (Florian Schintke)
                mkamm@gmx.net (Martin Kammerhofer)
Maintained-by:  schintke@cs.tu-berlin.de (Florian Schintke)
Primary-site:   sunsite.unc.edu /pub/Linux/apps/www/converters/
                36kB c2html-0.6.1.tar.gz
Platform:       any UNIX using flex or lex and gcc
Copying-policy: GNU Public License
End


Florian Schintke
- -- 
E-Mail: schintke@cs.tu-berlin.de
WWW   : http://user.cs.tu-berlin.de/~schintke/
 
The world will end in 5 minutes.  Please log out.



- -- 
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.3ia
Charset: latin1

iQCVAgUBN1RLgFrUI/eHXJZ5AQGxpwP+PUN8nvor4PewHeLakbJZ81TIHT6MyT7Y
PJuwSy864R3yvGIsxnWj9iF4vHTQ76eE5rt3meWjLPkAajtWMYNX/yFUbpWCXqWs
A+TMCo8cCtt+J4GTJBmxMxympDLuedAmwPk8ugGs7n9T9DD/a0C668qevRA93Rko
xATZe/HbhPc=
=Rzj0
=====END PGP SIGNATURE=====

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

From: Florian Schintke <schintke@schintke.isdn.cs.tu-berlin.de>
Subject: perl2html 0.6.1 - Highlight Perl sources for WWW presentation
Date: Tue,  1 Jun 1999 21:08:02 GMT
Reply-To: schintke@cs.tu-berlin.de

=====BEGIN PGP SIGNED MESSAGE=====


perl2html can highlight your source for presentation in the WWW.
It can also be used as a CGI script and can detect whether   
the client browser supports compressed data to save bandwidth.

You can download it from:

ftp://sunsite.unc.edu/pub/Linux/apps/www/converters/perl2html-0.6.1.tar.gz

NEWS:
26MAY99 perl2html 0.6.1 released
* # was interpreted as begin of comment in too many cases...fixed
  Now "begin of line" or whitespace must precede a comment.
  s/#.*$//; #test comment highlighting

22MAY99 perl2html 0.6 released
* skipping 0.1 through 0.5 version numbers to get version
  like c2html has with corresponding functionality
* initial release


perl2html.lsm:
Begin3
Title:          perl2html
Version:        0.6.1
Entered-date:   26MAY99
Description:    perl2html highlights Perl-language sources like emacs does. 
                Output is in html format. Also works as CGI to convert
                files on the fly.
Keywords:       Perl syntax highlighting html
Author:         schintke@cs.tu-berlin.de (Florian Schintke)
                mkamm@gmx.net (Martin Kammerhofer)
Maintained-by:  schintke@cs.tu-berlin.de (Florian Schintke)
Primary-site:   sunsite.unc.edu /pub/Linux/apps/www/converters/
                34kB perl2html-0.6.1.tar.gz
Platform:       any UNIX using flex or lex and gcc
Copying-policy: GNU Public License
End


Florian Schintke
- -- 
E-Mail: schintke@cs.tu-berlin.de
WWW   : http://user.cs.tu-berlin.de/~schintke/
 
To understand a program you must become both the machine and the program.



- -- 
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.3ia
Charset: latin1

iQCVAgUBN1RLs1rUI/eHXJZ5AQFwuAP/XVLodJpNtAUSIiYv2Htp1wTHw0FBpvQb
g0X9NR+ZuMMseHHZfWlR5YA8P7qbNeTumsK7vfiHFA7jCkZ06rYlL/8gheiolTmr
rn0Uy6UvV04t9imy+sLdE53NqhNT2j6qoHTzEOLc4ibIcKrmcR/GoJ5nkqO1hR4d
+Yxw7vJ/274=
=CZNG
=====END PGP SIGNATURE=====

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

From: Janos Koppany <janos@intland.com>
Subject: COMMERCIAL: Java based source code engineering tool for Linux
Date: Tue,  1 Jun 1999 21:05:58 GMT

=====BEGIN PGP SIGNED MESSAGE=====


Intland  announced today the availability of Intland Source Explorer 1.0
for Linux and Windows operating systems.

Intland Source Explorer is a Source Code Engineering tool suited for C,
C++ and Java developer, project manager, and quality assurance engineer.

Source Explorer reaches far beyond traditional single host or
client/server based Source Code Engineering tools, providing the first
web architected solution for
enterprise-wide information access. Source Explorer is suited for:

- - Reverse Engineering of C,C++ and Java
- - Global Team access from any location
- - Remote cross (embedded) development
- - Analyze Y2K specific problems
- - Publishing software online
- - Quality & Metrics & Complexity analysis
- - Distributed deployment with traditional and web centric GUI interface

The  100% Java GUI  provides the most advanced features for C, C++ and
Java programmers, QA engineers and project leaders to easily Explore
software component relationships and program complexity in large
software code.

The GUI runs as installed application, or as an Applet in a web browser
such as Microsoft IE or Netscape Communicator.
The application server and the central repository provide concurrent
access for individuals and teams. Source Explorer works on local
workstations, and in distributed environments using LANs, Intranets or
the Internet, and has a comprehensive set of tools such as:
Cross-Referencer, Class browser, Symbol
Browser, Inheritance Browser, Include Browser, local and remote
Edit/Compile/Build, Textual search, SQL Complexity Query.

ABOUT INTLAND; Intland is the premier supplier of next-generation Source

Code Engineering software products. These products are ideally suited
for distributed Intranet and Internet environments. Intland's products
meet the demands of enterprise software development requirements and
provide mission-critical information access to enterprise-size software
assets on a global scale.

For downloading of the FREE Trial and additional information about
Intland and its products please visit our web site at
http://www.intland.com. For online demo visit our Source Code Gallery
site at http://www.gallery.intland.com.




- -- 
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.3ia
Charset: latin1

iQCVAgUBN1RLN1rUI/eHXJZ5AQE0WgQAvf6WEl5OmdjkL6a1+xHf+MFZOsMdyiXx
PQXDeXzY5PsyWbxLr/AJn+rTpoA3TiwDt0ldMRmX+Z21jxlIAYBUtCYbvGnrg1Ff
CK5tfhyghndpNd3OsI3sDBn2EDRbyziyBpFVezu+DYDKe0ArzCHTvORASnS7CHgL
MO5RLsjse80=
=K7lc
=====END PGP SIGNATURE=====

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

From: Gael Duval <gael@linux-mandrake.com>
Subject: Linux-Mandrake 6.0 (Venus) available
Date: Tue,  1 Jun 1999 20:53:40 GMT

=====BEGIN PGP SIGNED MESSAGE=====


           L I N U X   M A N D R A K E

      "The User-Friendly Linux Distribution"



                A N N O U N C E S:


        Linux-Mandrake 6.0 (Venus) released.


          http://www.linux-mandrake.com/

                  May, 27 1999




Hello,                                   


 We are very pleased to announce that Linux-Mandrake 6.0 (Venus) is
released.  This is the latest release of our user-friendly and
flexible desktop Linux-based operating system. It is currently
available for download via FTP, in both traditional and iso9660 image
formats.  The latter can be burned directly onto a CDROM.


o Introduction
  ------------

Thanks to our growing team and the recent merge with BeroLinux, this
new release of Mandrake is an important step in our way to make Linux
distributions better, faster and easier-to-use. 

Here are the new features...

o Mandrake 6.0 features
  ---------------------

Core system
- -----------

 - Linux-Kernel: 2.2.9
 - XFree86: 3.3.3.1
 - Glibc: 2.1.1
 - RPM: 3.0.1
 - Bash: 2.03   
 - KDE: 1.1.1 [with Mandrake customization]
 - Gnome: built from 1.0.4->1.0.9 versions
 - Windowmaker: 0.52
 - AfterStep: 1.7.90
 - all packages have been recompiled with CPU optimizations for
pentium-class (intel, amd, cyrix, winship...) and higher processors:
makes your system 5-30% faster!
 - Ultra-DMA IDE hard-drives speed optimization 


Improvements and add-ons
- ------------------------


 - installation procedure in many languages (several boot images, 21
languages)
 - creation of a non-privileged user when installing
 - X test while installation, permitting to boot directly into X when
it's finished   
 - improved hardware support (ISDN, CD-Writers, PC-Speaker driver,
Windows(tm) keys)
 - CD-ROM and Floppy-disks can be mounted by non privileged users,
just by typing "mount /mnt/cdrom" or clicking on the CD-ROM icon
 - multiple graphical interfaces choice: KDE, Gnome, AfterStep,
WindowMaker, IceWM with session choice in KDM/GDM 
 - scalable fonts support in all X applications and for printing (with
ready-to-use True Type(tm) fonts provided)
 - KDE and Gnome languages follows installation language
 - many KDE themes available
 - Mandrake KDE customization, with preconfigured desktop
 - easy printing under KDE by dragging and dropping documents onto the
printer icon
 - Power-saving management control under KDE
 - laptop control under KDE
 - better accents (and special characters management under X and
console
 - better locale man-pages management and displaying, following the
$LANG environment variable
 - easy automatic distribution update system from the graphical
desktop
 - saving diskspace (bzip2'ed man pages, ext2compr support in
kernel-source)
 - SVGALib support for all VESA 2.0 compliant VGA cards
 - many bug/security fixes


Applications
- ------------


 - many supplementary KDE apps and Gnome apps like ktop, kvirc,
knetmon, kpackage, , klyx, gaddr, gtkzip...
 - Office extensions (Killustrator, Gnumeric, Maxwell, Check Book
Balancer, sane-1.0.1...)        
 - BeroFTPD (with easy configuration from kBeroFTPD), BeroList
 - Netscape 4.6 with optimized keyboards-shortcuts and flash(tm)
plugin
 - Gimp 1.0.4
 - Apache 1.3.6 with PHP integrated
 - Wine 990518
 - XEmacs 20.4
 - Postfix [sendmail installed by default]


 o Compatibility
   -------------


 Linux-Mandrake is 99% compatible with Red Hat(tm) Linux 6.0. This
means that you can install any RPM package made for Red Hat 6.0 in
Linux-Mandrake. 


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


 http://www.linux-mandrake.com/


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


What is Linux-Mandrake exactly?
- ------------------------------

 Linux-Mandrake is inspired by Red Hat Linux, with many improvements
and pre-configured applications which make it easier to use for the
beginners.


Main goals of this new distribution:
- -----------------------------------

 - we wish to provide a working and easy-to-install Linux distribution
for people who do not want to spend too much time on installation and
configuration of their Linux system, while still being configurable
for experts. Just install Mandrake and USE IT!

 - we wish to provide a very attractive, easy-to-use, Linux System for
both newbies to computers and people who are already experts.

- - we wish to provide a rock-stable and fast Linux server system with
many features for Internet servers

 - we wish to provide a very attractive distribution in a well-known
linux environment (Red Hat Linux)
                                                                                         
Previous versions:
- -----------------

- - Mandrake 5.1 (Venice) 
- - Mandrake 5.2 (Leeloo)
- - Mandrake 5.3 (Festen) 

Current version:
- ---------------

- - Mandrake 6.0 (Venus)

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

PRESS COMMENTS
- --------------

`PC-Expert' (french ZD-Net publication): Mandrake: "currently the
best distribution"!! 

`PC-Magazin' (Germany - issue April99): "Mandrake earns a big point
for their intelligent configuration of KDE." 

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


 http://www.linux-mandrake.com/


- ----------------END-------------------------------



- -- 
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.3ia
Charset: latin1

iQCVAgUBN1RIVVrUI/eHXJZ5AQHHkwQAvA0W6cfb/ooBGxa1z8o0796Gdapv7FOK
i8/hSxuHdijHc49NWYneDZFmlPktovjmNqAagwhHgz3wbtQuHkmzI4/J7EIAAGSH
ni5ou3z3nF4hKTvINJsHqLm/9bgEzzUk3Dud+ihsfcgFrTWcssfcpPgoedd6/U1a
EOxZMB3+8CM=
=Ogjq
=====END PGP SIGNATURE=====

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

From: johnb@one.net (John Buswell)
Subject: Competition: Win a copy of Yellowdog Linux for the PPC!
Date: Tue,  1 Jun 1999 21:04:38 GMT
Reply-To: johnb@one.net

=====BEGIN PGP SIGNED MESSAGE=====


imaclinux.net is pleased to announce our first Linux competition.
The competition is sponsored by Terra Soft Solutions makers of
Yellowdog Linux (libc6 linux distribution for the PPC).

You can find full details on the competition at:

http://www.imaclinux.net/competition.html

Prizes include various different packages from the YDL Champion
Server 1.1 product range.

The competition is open to all, websites, documentation,
application anything Linux/PPC can be entered provided applications
run on the iMac.

Competitors are encouraged to register in advance stating the
type of project they are doing for the competition. If you would
like to compete but cannot come up with an idea you can post to
the imac-linux@egroups.com mailing list for assistance.


- -- 
John Buswell
System Administrator
OneNet Communications, Inc.
(513) 618-1000 - johnb@one.net



- -- 
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.3ia
Charset: latin1

iQCVAgUBN1RK5lrUI/eHXJZ5AQHr3wP9GyMZ4OduIsmaLat9RVeYPRlriqw9T4iz
6bRQJY/2bLYPZsthjaHJqWwGQv6zvAgHdpyHUk9beY84XAdFGJNnJLi30OLIMp35
2abMd0Dr8Dwik2rXuw0uWmX15VHm2Rw9qetvIrTNc+un21efh3e4QpaMIxVluBHB
1snZ4wDd3BM=
=iOf0
=====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
******************************

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