[4456] in linux-announce channel archive

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

Linux-Announce Digest #748

daemon@ATHENA.MIT.EDU (Digestifier)
Fri Apr 23 18:13:08 2004

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:     Fri, 23 Apr 2004 18:13:04 EDT

Linux-Announce Digest #748, Volume #4          Fri, 23 Apr 2004 18:13:04 EDT

Contents:
  GNU Libidn 0.4.3 alpha released (fwd) ("Frederick Noronha (FN)")
  Digital Room Correction (DRC) 2.4.1 (Denis Sbragion)
  Automatous Monk: Version 1.0.0 released (Paul Reiners)
  Musical MIDI Accompaniment 0.7 (Bob van der Poel)
  Vilistextum 2.6.4 - fault tolerant HTML to text converter (Patric Mueller)
  Musical MIDI Accompaniment 0.7 (Bob van der Poel)

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

Date: Thu, 22 Apr 2004 18:21:15 CST
From: "Frederick Noronha (FN)" <fred@bytesforall.org>
Subject: GNU Libidn 0.4.3 alpha released (fwd)


========== Forwarded message ==========

GNU Libidn is an implementation of the Stringprep, Punycode and IDNA
specifications defined by the IETF Internationalized Domain Names
(IDN) working group, used for internationalized domain names.  The
library contains a generic Stringprep implementation that does Unicode
3.2 NFKC normalization, mapping and prohibitation of characters, and
bidirectional character handling.  Profiles for Nameprep, iSCSI, SASL
and XMPP are included.  Punycode and ASCII Compatible Encoding (ACE)
via IDNA are supported.  A mechanism to define Top-Level Domain (TLD)
specific validation tables, and to compare strings against those
tables, is included.  Default tables for some TLDs are also included.

Here are the compressed sources:
  ftp://alpha.gnu.org/gnu/libidn/libidn-0.4.3.tar.gz   (1.6)
  http://josefsson.org/libidn/releases/libidn-0.4.3.tar.gz   (1.6MB)

Here are GPG detached signatures:
  ftp://alpha.gnu.org/gnu/libidn/libidn-0.4.3.tar.gz.sig
  http://josefsson.org/libidn/releases/libidn-0.4.3.tar.gz.sig

Here are the build reports for various platforms:
  http://josefsson.org/autobuild/libidn.html

Here are the MD5 and SHA1 signatures:

037271567340efbe8b23d0aa6c50ea4a  libidn-0.4.3.tar.gz
a4e66ae3a179c88b6bd2f173487a6271  libidn-0.4.3.tar.gz.sig
df8838ee432daa54014f957e3f9e980f148dafcb  libidn-0.4.3.tar.gz
a236838ae97200a91464e953e89699709ec5a2a1  libidn-0.4.3.tar.gz.sig

Noteworthy changes since version 0.4.2:

* Version 0.4.3 (released 2004-04-22)

** Fixed a bug in table processing code to prohibit control characters.
The problem was that the code used a code point of 0 to indicate end
of table, but if (as for table C.2.1) a range starts with 0, this
logic would fail.  The end-of-table test is now that both the start
and end code points of the range is 0.  Table C.2.1 is responsible for
prohibiting non-ASCII control characters, i.e. ASCII 0-31 and 127.
Before, libidn silently accepted such strings without complaining.

** A few test vectors for SASLprep were added.

** The pkg-config script no longer include a -R parameter.

** More translations.
Added Dutch (by Elros Cyriatan), and German (by Roland Illig).

** API and ABI is backwards compatible with the previous version.


_______________________________________________
GNU Announcement mailing list <info-gnu@gnu.org>
http://mail.gnu.org/mailman/listinfo/info-gnu

##########################################################################
# 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: Denis Sbragion <d.sbragion@infotecna.it>
Subject: Digital Room Correction (DRC) 2.4.1
Date: 23 Apr 2004 08:30:05 GMT

Hello,

DRC 2.4.1 is out at:

http://freshmeat.net/projects/drc

Changes:

This release adds some tools for accurate time aligned impulse response 
measurement, making it possible to compensate for interchannel 
misalignment, to a limited extent. It also fixes some minor bugs. 

Best of listening,

-- 
        Denis Sbragion
        InfoTecna
        Tel: +39 0362 805396, Fax: +39 0362 805404
        URL: http://www.infotecna.it

##########################################################################
# 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: reiners@us.ibm.com (Paul Reiners)
Subject: Automatous Monk: Version 1.0.0 released
Date: 23 Apr 2004 10:20:11 GMT

Version 1.0.0 of Automatous Monk has just been released. The source
code can be downloaded from SourceForge.net:

     http://sourceforge.net/project/showfiles.php?group_id=100656

Compiled Java WebStart versions are available from the Monk web-site:

     http://www.automatous-monk.com/

_The Well-Tempered Cellular Automaton_ was generated using Version
1.0.0:

     http://www.automatous-monk.com/WTCA.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: Bob van der Poel <bvdp@uniserve.com>
Subject: Musical MIDI Accompaniment 0.7
Date: 23 Apr 2004 10:20:15 GMT

I'm pleased to announce the release of my program

          mma - Musical MIDI Accompaniment
          version: Beta 0.7

MMA is a accompaniment generator -- it creates midi tracks
for a soloist to perform over from a user supplied
file containing chords and MMA directives.

MMA is very versatile and generates excellent tracks. It comes
with an extensive user-extendable library with a variety of
patterns for various popular rhythms, an extensive user manual,
and several demo songs.

MMA is a command line driven program. It creates MIDI files
which need a sequencer or MIDI file play program.

MMA is written in Python. You'll need version 2.2 of Python
for MMA to function.

MMA is supplied in 4 tar.gz archives. Included:

          mma-bin   -- the main script and library files).
          mma-html  -- documentation in HTML format.
          mma-ps    -- documentation in Postscript format.
          mma-songs -- a collection of about 120 songs in MMA format.

If you get the entire download package it is well under 1meg in size.

MMA is currently in BETA. We are looking for lots of help in debugging
the program, creating songs for distribution, and new and improved
library files.

Best of all, MMA is free. It is released under the terms of the GNU
public license. It has been developed on a Linux platform, but should
be usable on just about any system.

MMA is available on my personal home page:

          http://mypage.uniserve.com/~bvdp/mma/mma.html

If you have any questions or comments, please send them
to:

          bvdp@uniserve.com

Enjoy!

Beta 0.7: new packaging, HTML docs, Solo/Melody tracks, dynamic track
allocation, general cleanups and a few new commands. Also, make
note of the NEW home site and my new email address!


Comments appreciated!

-- 
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: bvdp@uniserve.com
WWW:   http://mypage.uniserve.com/~bvdp



##########################################################################
# 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: Patric Mueller <bhaak@bigfoot.com>
Subject: Vilistextum 2.6.4 - fault tolerant HTML to text converter
Date: 23 Apr 2004 10:20:18 GMT
Reply-To: bhaak@gmx.net


Announcing the version 2.6.4 release of Vilistextum.

Vilistextum is a small and fast HTML to text converter. 
It is quite fault-tolerant and deals well with badly-formed HTML.
It has full support for different character sets (e.g. Unicode). 

Some features:
==============
* understands HTML 3.2 upto 4.01 and XHTML 1.0
* supports various multibyte encodings (Unicode, Shift_JIS, ...)
* output can be optimized for ebook reading
* converts characters and entities between 128 and 159 from the
  windows1252 charset to meaningful strings in ISO-8859-1.
* GUI-frontend using kaptain
* creates footnotes for links

Download:
=========
http://homepage.sunrise.ch/mysunrise/bhaak/vilistextum/vilistextum-2.6.4.tar.gz
http://homepage.sunrise.ch/mysunrise/bhaak/vilistextum/vilistextum-2.6.4.tar.bz2

Homepage:
=========
http://homepage.sunrise.ch/mysunrise/bhaak/vilistextum/

Changes:
========
* The UTF-8 version now compiles cleanly on FreeBSD.
* Several  problems with text formatting were fixed. 
* All comments were changed to C90 comments (/* ... */).
* A small test suite was added.  

##########################################################################
# 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: Bob van der Poel <bvdp@uniserve.com>
Subject: Musical MIDI Accompaniment 0.7
Date: 23 Apr 2004 10:25:01 GMT

I'm pleased to announce the release of my program

          mma - Musical MIDI Accompaniment
          version: Beta 0.7

MMA is a accompaniment generator -- it creates midi tracks
for a soloist to perform over from a user supplied
file containing chords and MMA directives.

MMA is very versatile and generates excellent tracks. It comes
with an extensive user-extendable library with a variety of
patterns for various popular rhythms, an extensive user manual,
and several demo songs.

MMA is a command line driven program. It creates MIDI files
which need a sequencer or MIDI file play program.

MMA is written in Python. You'll need version 2.2 of Python
for MMA to function.

MMA is supplied in 4 tar.gz archives. Included:

          mma-bin   -- the main script and library files).
          mma-html  -- documentation in HTML format.
          mma-ps    -- documentation in Postscript format.
          mma-songs -- a collection of about 120 songs in MMA format.

If you get the entire download package it is well under 1meg in size.

MMA is currently in BETA. We are looking for lots of help in debugging
the program, creating songs for distribution, and new and improved
library files.

Best of all, MMA is free. It is released under the terms of the GNU
public license. It has been developed on a Linux platform, but should
be usable on just about any system.

MMA is available on my personal home page:

          http://mypage.uniserve.com/~bvdp/mma/mma.html

If you have any questions or comments, please send them
to:

          bvdp@uniserve.com

Enjoy!

Beta 0.7: new packaging, HTML docs, Solo/Melody tracks, dynamic track
allocation, general cleanups and a few new commands. Also, make
note of the NEW home site and my new email address!


Comments appreciated!
-- 
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: bvdp@uniserve.com
WWW:   http://mypage.uniserve.com/~bvdp

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