Newsletter for Monday, November 19th 2007

The freshmeat daily newsletter <[email protected]>
Newsgroups gmane.linux.freshmeat.announce
Message-ID <[email protected]>
::: L I N K S   F O R   T H E   D A Y :::

Today's news on the web: http://freshmeat.net/daily/2007/11/19/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce

..------ . --...    -. . -.-------- ------ - -----.- -.--.---.-.

::: A D V E R T I S I N G :::

Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com, Mac, Solairs,FreeBSD and Windows. Learn more and get a free two
user download at

http://www.linux.com/sponsor_solutions/perforce

 --   .-.- . ---  -- --.-- . - --. .- ---...-.--  -.--. ----..-.-

::: R E L E A S E   H E A D L I N E S (65) :::

[001] - acs7_check 0.4 
[002] - AJAXSLT 0.8 
[003] - Bastard 40p-ovz (Development)
[004] - Cartoon Graber 0.4 
[005] - check_hpasm 1.6.2 
[006] - check_logfiles 2.3.1.1 
[007] - Claws Mail 3.1.0 
[008] - Claws Mail 3.1.0 (Extra Plugins)
[009] - Coadunation 1.0.RC5 
[010] - Cute Editor for PHP 6.0 
[011] - Deep 1.0.0.4 
[012] - dlib C++ Library 15.12 
[013] - extrema 4.3.0 
[014] - GCstar 1.3.0 
[015] - GeoQO 0.94 
[016] - GeoServer  1.6.0-RC1
[017] - gnoMint 0.4.0 
[018] - gscan2pdf 0.9.19 
[019] - Help Desk Reloaded 3.5.9 
[020] - Hyperic HQ 3.1.4 (3.x)
[021] - I Hear U 0.5.7 
[022] - i-net Crystal-Clear 7.8 
[023] - Javascript VirtualKeyboard 3.3.0b2 
[024] - KAlarm 1.9.9 beta2 (Development)
[025] - Lilina News Aggregator 1.0 Alpha 1 (Development)
[026] - LiquiBase 1.4.0 
[027] - LiteSpeed Web Server 3.3 (Standard)
[028] - Lynis 1.0.3 
[029] - Marathon 1.1.3 
[030] - mcabber 0.9.5 
[031] - MediaMVP Media Center (mvpmc) 0.3.4 
[032] - METSlib 0.4.0 
[033] - MicroNova YUZU 20071118 
[034] - mod_spin 1.0.13 (Stable)
[035] - Nagios Aggregator 0.4 
[036] - Noor 0.6 
[037] - openPlaG 1.05 
[038] - OpenWFEru 0.9.16 
[039] - Pantheios 1.0.1 beta 55 
[040] - PhpCompta 3.0.0 
[041] - phpUserTrack 0.7.0 
[042] - pycups 1.9.30 
[043] - qrq 0.1.2 
[044] - RAPPTOR 0.97 
[045] - Rubygame 2.1.0 
[046] - Scalable OpenGroupware.org (Inverse edition) 1.0rc1 
[047] - SILC Server 1.1
[048] - Slam-Edit 3.3.4 
[049] - spin_auth 1.1.5 (Development)
[050] - spin_feedback 1.1.5 (Development)
[051] - system-config-printer 0.7.74.6 (Stable)
[052] - Talend Open Studio 2.3.0M1 (Development)
[053] - TecnoballZ 0.92 
[054] - TMX Localization Editor 0.1.0 
[055] - Tokyo Cabinet 1.0.6 
[056] - Tomahawk applet 3.0 
[057] - Traffic Prioritizer 0.5 
[058] - Ultimate++ 711-dev2 (Development)
[059] - UNG 20071119.1 
[060] - UPS XML-RPC Interface 0.1 
[061] - Userful DiscoverStation 5-268 
[062] - white_dune 0.29beta762 (Development)
[063] - Wifiroute 1.3 
[064] - XQVM 0.1 
[065] - Zile is Lossy Emacs 2.2.52 


 -- ---.---. - . -.- .--------  .--.--.- -.- ------.--------.---.

::: R E L E A S E   D E T A I L S :::

[001] - acs7_check 0.4 
  by Jeremy Sanders (http://freshmeat.net/users/xiox/)
  Mon, Nov 19th 2007 13:19

System :: Monitoring
System :: Systems Administration

About: acs7_check is a package to check or monitor the status of the
Accusys ACS-7 series of inexpensive hardware RAID devices, such as the
InneRAID Duo 75200. These devices look like normal hard disks to the
system and have sophisticated features such as bad block reallocation. The
status of the RAID device can be queried with acs7_check using a serial
connection on POSIX systems, or using SMART information directly under
Linux. An entry placed in crontab can inform the sysadmin about device
failures.

Changes: Initial public version. Now packaged with Python distutils.
Supports serial connection on Unix/Linux and SMART query on Linux.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/acs7_check/

                        - %  - %  - % - % -

[002] - AJAXSLT 0.8 
  by Dan Fabulich (http://freshmeat.net/users/dfabulich/)
  Mon, Nov 19th 2007 21:07

Software Development :: Libraries
Text Processing :: Markup :: HTML/XHTML
Text Processing :: Markup :: XML

About: AJAXSLT is an implementation of XSLT in JavaScript. It is also an
implementation of XPath that can be used independently of XSLT. It is
interesting for developers who aggressively strive for cross browser
compatibility. The XSLT implementation operates at the DOM level on its
input but returns the output document as a text stream. The DOM to
construct the output document can be supplied by the application, or else
an internal minimal DOM implementation is used. This DOM comes with a
minimal XML parser that can be used to generate a suitable DOM
representation of the input documents if they are present as text.

Changes: This release includes several XPath bugfixes and some significant
performance enhancements. It also includes support for a new "case
insensitive" option on ExprContext, allowing you to match node names case
insensitively. This is useful when using XPaths on HTML, where node names
are not consistent across browsers.

License: BSD License (revised)

URL: http://freshmeat.net/projects/ajaxslt/

                        - %  - %  - % - % -

[003] - Bastard 40p-ovz (Development)
  by Dariush Pietrzak (http://freshmeat.net/users/eyck/)
  Mon, Nov 19th 2007 13:17

System :: Operating System Kernels :: Linux
System :: Systems Administration

About: Bastard is virtual server oriented patchset, containing  essential
elements for building virtual server container  machines. It includes a
CTX-VS patch, squashfs for creating  a small template server, lufs and bme
for easily creating  overlayed filesystems on top of the template, and
honeynet- inspired extensions to enhance monitoring of hosted servers.  It
also includes VPN extensions like OpenSWAN, MPPE, and  CIPE to enable
direct access to hosted virtual servers in  situations where IPs are
scarce. 

Changes: openvz has been updated to ovz028stab049.1. Bugfixes from Gentoo
are included.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/bsd2/

                        - %  - %  - % - % -

[004] - Cartoon Graber 0.4 
  by Marcin Cylke (http://freshmeat.net/users/mcylke/)
  Mon, Nov 19th 2007 08:34

Games/Entertainment

About: Cartoon Graber is comic strip browser and archiver. It allows  you
to view your daily strips in a convenient way. 

Changes: The source was separated into modules. Minor code cleanups were
made. Search system fixes were made. 

License: BSD License (revised)

URL: http://freshmeat.net/projects/cgrab/

                        - %  - %  - % - % -

[005] - check_hpasm 1.6.2 
  by lausser (http://freshmeat.net/users/lausser/)
  Mon, Nov 19th 2007 06:39

System :: Diagnostics
System :: Hardware
System :: Monitoring

About: check_hpasm is a plugin for Nagios which checks the hardware health
of Hewlett-Packard Proliant servers. To accomplish this, you must have
installed the hpasm package. The plugin checks the health of processors,
power supplies, memory modules, fans, CPU- and board-temperatures, and
alerts you if one of these components is faulty or operates outside its
normal parameters. 

Changes: The output was enriched with model, serial number, and BIOS
release. Certain BIOS releases show all DIMMs as N/A, which is shown as a
warning. The new option -i lets you skip memory checking to avoid this. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/check-hpasm/

                        - %  - %  - % - % -

[006] - check_logfiles 2.3.1.1 
  by lausser (http://freshmeat.net/users/lausser/)
  Mon, Nov 19th 2007 06:40

System :: Diagnostics
System :: Logging
System :: Monitoring

About: check_logfiles is a plugin for Nagios which checks logfiles for
defined patterns. It is capable of detecting logfile rotation. If you tell
it how the rotated archives look, it will also examine these files. Unlike
check_logfiles, traditional logfile plugins were not aware of the gap
which could occur, so under some circumstances they ignored what had
happened between their checks. A configuration file is used to specify
where to search, what to search, and what to do if a matching line is
found. 

Changes: A bug in the sticky code was fixed. With the new
savethresholdcount option, you can decide whether counters should be
persistent or start from zero for each run. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/check_logfiles/

                        - %  - %  - % - % -

[007] - Claws Mail 3.1.0 
  by Paul Mangan (http://freshmeat.net/users/daWB/)
  Mon, Nov 19th 2007 08:28

Communications :: Email :: Email Clients (MUA)
Communications :: Usenet News

About: Claws Mail is a GTK+ based, lightweight, and fast email client.
Almost all commands are accessible with the keyboard. It also has many
features such as multiple accounts, POP3/SMTP/IMAP/NNTP support, OpenSSL,
GnuPG, and LDAP support, a plugin system, spell checking, filtering,
Actions, spam and virus filters, an address book, internationalization,
and much more. 

Changes: GnuTLS support has been implemented as an alternative to OpenSSL.
Non-blocking NNTP has been implemented. A run-time alternative
configuration directory switch has been added. The ability to attach files
in the Templates was added. An address book duplicate finder was added.
Read-only support for jpegPhoto LDAP field was added. The Dillo browser
plugin now supports address book based whitelisting for loading remote
images. The Maemo 4.0 (Chinook) build was enabled. A csv2addressbook.pl
script that imports a CSV formatted address book was added. The address
books of Becky and Thunderbird are currently supported. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/claws-mail/

                        - %  - %  - % - % -

[008] - Claws Mail 3.1.0 (Extra Plugins)
  by Paul Mangan (http://freshmeat.net/users/daWB/)
  Mon, Nov 19th 2007 08:28

Communications :: Email :: Email Clients (MUA)
Communications :: Usenet News

About: Claws Mail is a GTK+ based, lightweight, and fast email client.
Almost all commands are accessible with the keyboard. It also has many
features such as multiple accounts, POP3/SMTP/IMAP/NNTP support, OpenSSL,
GnuPG, and LDAP support, a plugin system, spell checking, filtering,
Actions, spam and virus filters, an address book, internationalization,
and much more. 

Changes: This release package contains 17 plugins, including the new TNEF
Parser plugin, which enables reading application/ms-tnef attachments. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/claws-mail/

                        - %  - %  - % - % -

[009] - Coadunation 1.0.RC5 
  by coadunation (http://freshmeat.net/users/coadunation/)
  Mon, Nov 19th 2007 06:25

Software Development

About: Coadunation is a Java based daemon server. It enables developers to
quickly and easily develop daemons, Web applications, and distributed
applications. It also helps to manage distributed services, etc. It
provides SSO (Single Sign On), SOA (Service Oriented Architecture), Web
Services, RMI, containers, message services, and much more. 

Changes: This the fifth release candidate. It adds a means to disable
JDBC2 support when using the CoadunationHibernate utility, which is
required when using Oracle. It updates the documentation and improves the
layout of the samples. When using Netbeans, it should now be possible to
open the samples and compile them without dealing with library
dependencies. 

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/coadunation/

                        - %  - %  - % - % -

[010] - Cute Editor for PHP 6.0 
  by CuteSoft (http://freshmeat.net/users/CuteSoft/)
  Mon, Nov 19th 2007 21:15

Software Development :: Libraries :: PHP Classes
Text Processing :: Markup :: HTML/XHTML

About: Cute Editor for PHP is a fast, easy, and powerful browser-based
WYSIWYG HTML editor for PHP applications. It enables PHP Web developers to
replace text areas in existing content management systems with only a few
lines of code. Its toolbar is totally configurable.

License: Other/Proprietary License

URL: http://freshmeat.net/projects/cuteeditorforphp/

                        - %  - %  - % - % -

[011] - Deep 1.0.0.4 
  by steph! (http://freshmeat.net/users/steph_16th/)
  Mon, Nov 19th 2007 06:05

System :: Monitoring

About: Deep is a system monitor that renders the current system state in
3D using OpenGL/GLUT and SDL. It currently displays RAM, swap, and system
load information. 

Changes: Highest and lowest usage tracking was added. A difference between
current and previous usage as text was added. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/deep16th/

                        - %  - %  - % - % -

[012] - dlib C++ Library 15.12 
  by Davis King (http://freshmeat.net/users/davis685/)
  Mon, Nov 19th 2007 08:30

Internet
Internet :: WWW/HTTP :: HTTP Servers
Software Development :: Libraries

About: dlib C++ library is a modern general C++ library with a focus on
portability and program correctness. It comes with extensive documentation
and thorough debugging modes. The library provides a platform abstraction
layer for common tasks such as interfacing with network services, handling
threads, and creating graphical user interfaces. Additionally, the library
implements many useful algorithms such as data compression routines,
linked lists, binary search trees, linear algebra and matrix utilities,
machine learning algorithms, XML and general text parsing, and many other
general utilities.

Changes: This release is focused primarily on improving the usability of
the library as well as to increasing compatibility with various compilers
and libraries. 

License: Freely Distributable

URL: http://freshmeat.net/projects/dclib/

                        - %  - %  - % - % -

[013] - extrema 4.3.0 
  by Joe Chuma (http://freshmeat.net/users/chuma/)
  Mon, Nov 19th 2007 18:42

Scientific/Engineering
Scientific/Engineering :: Astronomy
Scientific/Engineering :: Chemistry

About: Extrema, originally developed in the fields of nuclear and particle
physics, is a powerful visualization and data analysis tool that enables
researchers to quickly distill their large, complex data sets into
meaningful information. Its flexibility, sophistication, and power allow
you to easily develop your own commands and create highly customized
graphs. 

Changes: Polar plots have been added. GRAPH\POLAR now draws a true polar
plot. Polar plots have their own set of characteristics, and the help
files have been updated with the new information.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/extrema/

                        - %  - %  - % - % -

[014] - GCstar 1.3.0 
  by Tian (http://freshmeat.net/users/Tian_sait/)
  Mon, Nov 19th 2007 10:00

Database
Information Management

About: GCstar is an application that can be used to manage collections of
different types. Users can enter all the items they own, along with
associated information and later perform searches using filtering
criteria. A plugin system allows some information to be downloaded
automatically from Internet sites. Collections can be exported to many
formats, including HTML, XML, CSV, or Tellico file format, or imported
from Ant Movie Catalog or Tellico, among others. It currently manages
collections of movies, video games, books, music, numismatic, wines, and
lets users define their own types of collections. 

Changes: Multiple selection is enabled for items in a list, as well as for
the results of information fetching. Image mode has been improved to offer
a better display and some effects. Board games collections have been
added. A spell checker is available.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/gcstar/

                        - %  - %  - % - % -

[015] - GeoQO 0.94 
  by Wes Hardaker (http://freshmeat.net/users/hardaker/)
  Mon, Nov 19th 2007 06:12



About: GeoQO is a waypoint, geocaching, and waymarking database. It is
extremely fast and offers a wide variety of utilities for manipulating
waypoints. Though designed for geocaching and waymarking, it should be
usable for any waypoint management. It is highly extensible; writing new
import, export, search, display, and other plugins is easy to do. 

Changes: The program can now export to anything using gpsbabel. The puzzle
solving screen was improved, and some puzzle and attribute bugs were fixed.
The dropexisting modify plugin can replace prefixes. Per-screen
configurable defaults can be set. The online tutorials were greatly
expanded. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/geoqo/

                        - %  - %  - % - % -

[016] - GeoServer  1.6.0-RC1
  by Chris Holmes (http://freshmeat.net/users/cholmes/)
  Mon, Nov 19th 2007 08:41

Database :: Database Engines/Servers
Internet :: WWW/HTTP
Multimedia :: Graphics

About: GeoServer connects your information to the Geospatial Web. With
GeoServer, you can publish and edit data using open standards. Your
information is made available in a large variety of formats as maps/images
or actual geospatial data. GeoServer's transactional capabilities offer
robust support for shared editing. It supports WFS-T and WMS open
protocols from the OGC to produce JPEG, PNG, SVG, KML/KMZ, GML, PDF,
Shapefiles, GeoRSS, JSON, and more. It is built on the GeoTools2 Java GIS
toolkit. 

Changes: This version contains a vast number of bugfixes. Since 1.5,
performance for rendering maps has improved drastically. The WFS 1.1
specification is now fully supported, as GeoServer is the reference
implementation. There is also versioning support, to allow wiki-style maps
with diff, history, and rollbacks in editing. Google Earth and Maps support
is much improved, as are the Oracle and ArcSDE backends. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/geoserver/

                        - %  - %  - % - % -

[017] - gnoMint 0.4.0 
  by DaveFX (http://freshmeat.net/users/davefx/)
  Mon, Nov 19th 2007 18:34

Security :: Cryptography
System :: Systems Administration

About: gnoMint is a tool for easily creating and managing certification
authorities. It provides fancy visualization of all the pieces of
information that pertain to a CA, such as x509 certificates, CSRs, and
CRLs. gnoMint is currently capable of managing a CA that emits
certificates that are able to authenticate people or machines in VPNs
(IPSec or other protocols), secure HTTP communications with SSL/TLS,
authenticate and cipher HTTP communications through Web-client
certificates, and sign or crypt email messages. 

Changes: Private keys can be saved in external files, so they can be kept
in external drives. These files are in PKCS#8 password-protected format.
All private keys in the database can be encrypted with a password, so
nobody can extract private keys, or generate new certificates or CRLs,
without knowing the password. This way, direct access to a
password-protected database file using sqlite3 can only access to public
information: all the private parts are cyphered. A contextual menu for
allowing easy operation with certificates and CSRs has been added.

License: GNU General Public License v3

URL: http://freshmeat.net/projects/gnomint/

                        - %  - %  - % - % -

[018] - gscan2pdf 0.9.19 
  by Jeff (http://freshmeat.net/users/3ra28145/)
  Mon, Nov 19th 2007 13:18

Multimedia :: Graphics :: Capture :: Scanners
Office/Business

About: gscan2pdf is a GUI to ease the process of producing PDFs from
scanned documents. You scan in one or several pages and create a PDF of
selected pages. Scanning is handled with SANE via scanimage. PDF
conversion is done by PDF::API2. Perl is used for portability and ease of
programming, with gtk2-perl for the GUI.

Changes: A bug in creating user-defined paper sizes has been fixed.

License: GNU General Public License v3

URL: http://freshmeat.net/projects/gscan2pdf/

                        - %  - %  - % - % -

[019] - Help Desk Reloaded 3.5.9 
  by helpdesksoftware (http://freshmeat.net/users/helpdesksoftware/)
  Mon, Nov 19th 2007 10:09

Information Management
Information Management :: Issue Tracking

About: Help Desk Reloaded is a Web-based helpdesk customer support system.
Its users can quickly log help desk tickets, and customer support
representatives can track calls, assign priorities, etc. 

Changes: This release updates the help desk simple search system to
correctly search for multiple keywords and block out some common words to
improve search results.

License: Free To Use But Restricted

URL: http://freshmeat.net/projects/helpdeskreloaded/

                        - %  - %  - % - % -

[020] - Hyperic HQ 3.1.4 (3.x)
  by John Mark (http://freshmeat.net/users/porkrind/)
  Mon, Nov 19th 2007 18:59

System :: Networking :: Monitoring
System :: Systems Administration

About: Hyperic HQ is systems management software designed for the next
generation data center integrating all of the Web infrastructure
technologies, including virtualization, Apache, IIS, WebSphere, LAMP,
WAMP, JBoss, WebLogic, and more. HQ's design is meant to deliver on the
promise of a single integrated management portal capable of managing
unlimited types of technologies in environments that range from small
business IT departments to the operations groups of today's largest
financial and industrial organizations. 

Changes: This release patches some bugs and adds some enhancements. It
fixes some bugs with JMX, DB2 monitoring on AIX, and some alerting issues.
It adds support for OCFS and GFS filesystems, and support for
MBeanServer.getAttribute as a control action. It fixes bugs that caused
the agent connection to hang, a bug that prevented metrics from being
enabled in a manually created platform, and a SIGAR bug on Solaris re: CPU
metrics.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/hyperic-hq/

                        - %  - %  - % - % -

[021] - I Hear U 0.5.7 
  by Matteo Trotta (http://freshmeat.net/users/mtrotta/)
  Mon, Nov 19th 2007 06:38

Communications
Communications :: Internet Phone
Communications :: Telephony

About: IHU is a Voice over IP (VoIP) application that creates an audio
stream between two computers easily and with the minimal network traffic.
It works without an intervening server, can use either UDP or TCP for
transport, can encrypt the data stream, and can work without a GUI. It
uses the Speex codec to help reduce bandwidth consumption. It supports
ALSA and JACK for audio service. 

Changes: Save and Close buttons were added in the Log Viewer. A security
fix was made to prevent a crash caused by malformed packets. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/ihu/

                        - %  - %  - % - % -

[022] - i-net Crystal-Clear 7.8 
  by i-net software (http://freshmeat.net/users/vberlin/)
  Mon, Nov 19th 2007 06:25

Database :: Front-Ends
Internet :: WWW/HTTP :: Dynamic Content
Office/Business

About: i-net Crystal-Clear is a very powerful reporting solution. It can
accommodate a broad range of reporting needs, from a simple standalone
application to a really big enterprise Web solution. It can produce many
different output formats like Java Viewer, PDF, HTML, PS, RTF, XLS, TXT,
CSV, SVG, and XML. It can generate reports from many different data
sources like JDBC, ODBC, Java API, JNDI Data Source, and without data. 

Changes: "ToText" accepts date ranges and detects special ranges such as
entire months, quarters, or weeks in the year. If so, an easily readable
form such as "January 2006" is used. Reports with errors in selection
formulas will cause the report to abort with an error instead of
incorrectly either filtering out or showing all records/groups. i-net
DesignerXML Parameter Field names and descriptions are translated if they
can be found in the user language resources. Line numbers are displayed in
the formula editor and the "Go to Line" dialog. 

License: Other/Proprietary License with Free Trial

URL: http://freshmeat.net/projects/crystalclear/

                        - %  - %  - % - % -

[023] - Javascript VirtualKeyboard 3.3.0b2 
  by WingedFox (http://freshmeat.net/users/WingedFox/)
  Mon, Nov 19th 2007 08:30

Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content
Software Development

About: Javascript VirtualKeyboard allows you to use any existing keyboard
layouts without having them installed on your local PC. This tool is
useful for embedding into a WYSIWYG HTML editor, a Web mail system, chat,
forum, or any other application requiring user input. About 70
languages/130 keyboard layouts are supported. It has an easy and powerful
design, allowing it to implement complex layouts like Korean, Japanese,
Chinese, and so on. It has full support for keyboard and mouse input. It
features a completely CSS-driven UI that is easy skinnable.

Changes: A plugin was added for TinyMCE3 (3.0a3 supported) and Xinha.
Several bugs in DocumentSelection and input translation were fixed. 

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/jsvk/

                        - %  - %  - % - % -

[024] - KAlarm 1.9.9 beta2 (Development)
  by David Jarvie (http://freshmeat.net/users/djar/)
  Mon, Nov 19th 2007 06:32

Utilities

About: KAlarm lets you configure personal messages to be displayed,
commands to be executed, or emails to be sent, at scheduled times. It
allows you to choose the message font and color, how often to repeat,
whether to display an advance reminder, whether to speak the message or
play a sound when it is displayed, and whether to cancel the alarm if it
can't be triggered on time (e.g. if you are logged out at the time). As
well as using the graphical interface to configure alarms, you can use the
command line, and there is a DCOP interface for other applications.

Changes: The deferral of non-recurring alarms not working was fixed. Other
minor bugs were fixed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/kalarm/

                        - %  - %  - % - % -

[025] - Lilina News Aggregator 1.0 Alpha 1 (Development)
  by Ryan McCue (http://freshmeat.net/users/rmccue93/)
  Mon, Nov 19th 2007 10:00

Internet :: WWW/HTTP :: Dynamic Content :: News/Diary

About: Lilina News Aggregator is an aggregator (or news reader) that has
support for both RSS and Atom, the industry standards for news sharing. It
has no external dependencies and works on both PHP 5 and PHP 4. It uses the
excellent Magpie for reading the feeds, which ensures that almost any feed
can be read, and also uses HTML Purifier to protect your site from nasty
XSS.

Changes: This release has completely rewritten backend code, and is
faster.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/lilina/

                        - %  - %  - % - % -

[026] - LiquiBase 1.4.0 
  by Nathan Voxland (http://freshmeat.net/users/nvoxland/)
  Mon, Nov 19th 2007 13:23

Database
Software Development :: Documentation
Software Development :: Libraries :: Java Libraries

About: LiquiBase is a DBMS-independent library for tracking, managing, and
applying database changes. It is built on a simple premise: all database
changes (structure and data) are stored in an XML-based descriptive manner
and checked into source control. While there have been many attempts to
provide a similar tool, LiquiBase aims to provide a solution that supports
merging of changes from multiple developers, works well with code branches,
supports a database refactoring IDE/plugin, and more.

Changes: IntelliJ plug-in support. Support for specifying schemas in the
change log. MaxDB/SAPDB support. Refactored code. The ability to specify
data types as java.sql.Types. Support for composite foreign keys. Improved
Maven support. Bugfixes.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/liquibase/

                        - %  - %  - % - % -

[027] - LiteSpeed Web Server 3.3 (Standard)
  by LiteSpeed Technologies (http://freshmeat.net/users/litespeedtech/)
  Mon, Nov 19th 2007 18:31

Internet :: Proxy Servers
Internet :: WWW/HTTP :: HTTP Servers

About: LiteSpeed Web Server is a high-performance, secure, easy-to-use,
and Apache interchangeable Web server. It supports HTTP/1.1, SSL, CGI,
FastCGI, LSAPI, PHP, JSP, Servlets, GZIP compression, chroot, IP level
throttling, connection accounting, DoS attack prevention, and instant
recovery mechanisms. With its Apache compatible rewrite engine, .htaccess,
and MS FrontPage support, migration is quick and easy. A Web interface is
included for administration and configuration. It can be used as a content
accelerator, compression proxy, or a security guard running in front of any
Web and application server.

Changes: SSL client authentication has been added. A GUI interface for
building PHP has been added to the Web console. The process manager for
PHP suEXEC has been improved. Compatibility with control panels has been
greatly improved. The installer has been improved to include default
configuration for using with hosting control panels. Support for
vmware/XEN/UserModeLinux VPS has been added for the VPS license. The
security of the directory autoindex has been enhanced, and there are many
minor bugfixes and improvements.

License: Freeware

URL: http://freshmeat.net/projects/lsws/

                        - %  - %  - % - % -

[028] - Lynis 1.0.3 
  by M. Boelen (http://freshmeat.net/users/MBoelen/)
  Mon, Nov 19th 2007 06:38

Security :: Forensics
System :: Diagnostics

About: Lynis is an auditing tool for Unix (specialists). It scans the
system configuration and creates an overview of system information and
security issues usable by professional auditors. 

Changes: This release adds a check for sockstat and listening network
ports. A few tests were fixed. It comes with extended logging,
documentation, and support for several operating systems like Debian,
OpenBSD, and SuSE. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/lynis/

                        - %  - %  - % - % -

[029] - Marathon 1.1.3 
  by Dakshinamurthy K (http://freshmeat.net/users/kdmurthy/)
  Mon, Nov 19th 2007 08:35

Software Development :: Quality Assurance
Software Development :: Testing

About: Marathon is a GUI test tool that allows you to play and record
scripts against a Java Swing UI. It's written in Java, and uses Python as
its scripting language (the emphasis being on an extremely simple,
readable syntax that customers/testers/analysts feel comfortable with). 

Changes: This release supports capturing of screen or window images while
playing the test scripts. An option supports automatically capturing the
screen image when a test case fails. 

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/marathonman/

                        - %  - %  - % - % -

[030] - mcabber 0.9.5 
  by Mikael Berthe (http://freshmeat.net/users/mckael/)
  Mon, Nov 19th 2007 18:32

Communications :: Chat

About: MCabber is a small Jabber console client. It features SSL support,
Multi-User Chat, PGP support, history logging, and external actions
triggers. It also has support for Aspell and OTR (Off-The-Record
messaging). 

Changes: This release adds internal hooks, improves the command /source,
removes the UI restriction on the message size, and features various
improvements and bugfixes.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/mcabber/

                        - %  - %  - % - % -

[031] - MediaMVP Media Center (mvpmc) 0.3.4 
  by st5000 (http://freshmeat.net/users/st5000/)
  Mon, Nov 19th 2007 19:17

Multimedia
Multimedia :: Graphics
Multimedia :: Graphics :: Viewers

About: The MediaMVP Media Center (mvpmc) is a media  player for the
Hauppauge MediaMVP. It is a total  replacement for the Hauppauge software,
and can  be booted onto the MediaMVP via tftp. Mvpmc  supports playing
audio (MP3, Ogg, WAV, and AC3)  and video (MPEG1 and MPEG2) from MythTV or
 ReplayTV digital video recorders. It can also play  audio and video via
HTTP, NFS, and CIFS. It is  capable of being a music client to
SqueezeCenter  (a.k.a. SlimServer). It can also display images  (JPEG,
BMP, and PNG) via NFS and CIFS. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/mvpmc/

                        - %  - %  - % - % -

[032] - METSlib 0.4.0 
  by Mirko Maischberger (http://freshmeat.net/users/baol/)
  Mon, Nov 19th 2007 06:05

Scientific/Engineering
Scientific/Engineering :: Artificial Intelligence
Software Development :: Libraries

About: METSlib is an object-oriented metaheuristics framework in C++
designed to make implementing or adapting models easy. The model is
modular: all the implemented search algorithms can be applied to the same
model. METSlib implements the basics of some metaheuristics algorithms,
such as Random Restart Local Search, Variable Neighborhood Search,
Iterated Local Search, Simulated Annealing (with linear, exponential, and
custom cooling schedules), and Tabu Search. For each algorithm, you must
implement an objective function, a neighborhood (move manager), and some
moves. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/metslib/

                        - %  - %  - % - % -

[033] - MicroNova YUZU 20071118 
  by MicroNova (http://freshmeat.net/users/mnagata/)
  Mon, Nov 19th 2007 06:29

Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Libraries :: Java Libraries

About: MicroNova YUZU is an EL-based JSP tag library designed to augment
JSTL and transform JSP into a powerful XML-style "scripting language"
(compatible with both JSP 1.2 and 2.0). Features include: stackable
(nestable beyond tagfile boundaries) tags, nestable/encodable map with
XML/JSON support, "codec" functions, structured param with file
upload/select/radio support, "subroutine" call returning non-string
Object, dynamic embedded EL pattern evaluation for regular text and SQL
queries, HTTP client and response control, an HTML-to-DOM parser,
multipart email and mailbox, dynamic method
invocation/iterator/map/resource message map, and more. All YUZU tags
follow a single behavioral pattern (prepare, import, default, process,
assign, export) for ease of learning and extension.

Changes: An optional external connection in request scope for sql tags was
added. Support for piped reader/writer was added to the system tag. A
shared call() was added to the HttpDispatch utility. A FileBean wrapper
was added for java.io.File and the "File:bean" codec. "local" now accepts
list instances. LogWriter and the _JSP:getLogWriter codec were added.
Type:isTimeZone/isLocale was made to return default if id/language is not
given. The default TimeZone in Type:isDate is used. Support was added for
list/array initialization using the source attribute. The
Type:countElements codec was added. 

License: BSD License (revised)

URL: http://freshmeat.net/projects/micronova-yuzu/

                        - %  - %  - % - % -

[034] - mod_spin 1.0.13 (Stable)
  by bojan (http://freshmeat.net/users/bojans/)
  Mon, Nov 19th 2007 06:11

Internet :: WWW/HTTP :: Dynamic Content

About: mod_spin is an Apache module that provides a simple template
language with data replacement capabilities, persistent application and
session tracking, database connection pooling, dynamic linking of
applications into Apache as shared libraries, parameters, cookies, and
multipart/form data parsing, and a simple API for MVC controller
functionality. 

Changes: This release builds on Fedora 8.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/mod_spin/

                        - %  - %  - % - % -

[035] - Nagios Aggregator 0.4 
  by Marcin Cylke (http://freshmeat.net/users/mcylke/)
  Mon, Nov 19th 2007 08:34

System :: Monitoring
System :: Networking :: Monitoring

About: Nagios Aggregator is a software package that enables you to
aggregate multiple Nagios instances into one consistent view. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/nagagg/

                        - %  - %  - % - % -

[036] - Noor 0.6 
  by Ali Gholami Rudi (http://freshmeat.net/users/aligrudi/)
  Mon, Nov 19th 2007 06:13

Religion

About: Noor is a program for viewing Quran. It contains a GTK interface, a
CGI interface that can be used in Web servers, and a text interface that
outputs a sura to a text file. You can also specify translation files, in
which case the translation of each aya is shown after it. 

Changes: This release adds goto aya for the noorgtk interface and aya
anchor names for noorhtmls/noorcgi. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/noor/

                        - %  - %  - % - % -

[037] - openPlaG 1.05 
  by jurii (http://freshmeat.net/users/jurii/)
  Mon, Nov 19th 2007 10:02

Education
Multimedia :: Graphics
Scientific/Engineering :: Mathematics

About: openPlaG is a function graph plotter for use on Web sites. It
allows the display of up to three function graphs, their derivatives, and
their integrals. It can compute several different functions, with a focus
on probability functions. 

Changes: Several new functions.

License: GNU General Public License v2

URL: http://freshmeat.net/projects/openplag/

                        - %  - %  - % - % -

[038] - OpenWFEru 0.9.16 
  by John Mettraux (http://freshmeat.net/users/jmettraux/)
  Mon, Nov 19th 2007 18:37

Information Management :: Workflow Frameworks

About: OpenWFEru is a Ruby-based workflow and BPM engine. It's a port of
OpenWFE from Java to Ruby. 

Changes: This release adds a database persistence implementation for the
engine itself, performance improvements, and Atom and AtomPub oriented
participants (business process blog and business process activity feeds).

License: BSD License (revised)

URL: http://freshmeat.net/projects/openwferu/

                        - %  - %  - % - % -

[039] - Pantheios 1.0.1 beta 55 
  by Dr Proctor (http://freshmeat.net/users/DrProctor/)
  Mon, Nov 19th 2007 08:33

Software Development :: Libraries
System :: Logging

About: Pantheios is a C/C++ logging API library. It offers an optimal
combination of complete type-safety, very high efficiency, genericity, and
extensibility. It is simple to use and extend, highly portable (platform
and compiler independent), and it upholds the C tradition of only paying
for what you use. Pantheios supports logging of message statements of
arbitrary complexity, consisting of heterogenous types. Pantheios supports
filtering of log messages based on severity level. 

Changes: Back-end component names and library symbols were standardized.
This is necessary before the proper 1.0 release. Note that this is a
breaking change: all code using any stock back-ends will need to be
edited. All code using Pantheios must be recompiled or linker errors may
occur. 

License: BSD License (revised)

URL: http://freshmeat.net/projects/pantheios/

                        - %  - %  - % - % -

[040] - PhpCompta 3.0.0 
  by sparky (http://freshmeat.net/users/sparky118/)
  Mon, Nov 19th 2007 08:31

Desktop Environment
Office/Business
Office/Business :: CRM

About: PhpCompta is an accounting application. It is Web based, and it
follows Belgian law very closely. This application is able to handle the
accounting for several companies (small and medium-sized) and can create
invoices or reports with OASIS or RTF templates. It can also manage
analytic accountancy.

Changes: A module for analytic accountancy and a lot of improvements were
added. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/phpcompta/

                        - %  - %  - % - % -

[041] - phpUserTrack 0.7.0 
  by minichate (http://freshmeat.net/users/minichate/)
  Mon, Nov 19th 2007 18:48

Internet :: Log Analysis
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Site Management

About: phpUserTrack tracks user habits and characteristics for a site or
across multiple domains. Pages are tracked with either Javascript or with
PHP, and data is collected in realtime into a MySQL database. A variety of
statistical procedures are applied to show you where your site needs to be
optimized. 

Changes: The frontend user interface has been drastically updated. The
plugin architecture has been finalized and is availible for configuration.
A preference system has been added, allowing for Web configuration rather
then hand editing. User management is complete. There are many bugfixes.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/phpusertrack/

                        - %  - %  - % - % -

[042] - pycups 1.9.30 
  by Tim Waugh (http://freshmeat.net/users/tmw/)
  Mon, Nov 19th 2007 10:07

Printing
Software Development :: Libraries :: Python Modules

About: pycups is a set of Python bindings for the CUPS API.

Changes: This release fixes a double-free and a null de-reference.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/pycups/

                        - %  - %  - % - % -

[043] - qrq 0.1.2 
  by Fabian Kurz (http://freshmeat.net/users/dj1yfk/)
  Mon, Nov 19th 2007 18:53

Communications :: Ham Radio

About: qrq is a Morse telegraphy trainer for Linux and Unix operating
systems, similar to the classic DOS program "Rufz".

Changes: New waveforms were added to the tone generator; instead of sine
only, square wave and sawtooth can now also be used. A small Perl script
was added that synchronizes the local toplist with the online scoreboard,
and an ugly desktop icon has been added.

License: GNU General Public License v2

URL: http://freshmeat.net/projects/qrq/

                        - %  - %  - % - % -

[044] - RAPPTOR 0.97 
  by elzebo (http://freshmeat.net/users/elzebo/)
  Mon, Nov 19th 2007 08:51

Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: Wiki
Software Development :: Libraries :: Application Frameworks

About: RAPPTOR is a semantic technologies-enabled Web application server
for the .Net platform. It integrates relational, hierarchical, and even
semantic data structures into a common API and offers broad DBMS
connectivity through pluggable drivers. It is designed for rapid
application development, a code-driven development style, and
platform-independence (Mono and MS .Net 1.0/1.1/2.0/3.0).

Changes: The Web system was totally abstracted. Now it is possible to
exchange the presentation layer with some other implementation like a rich
client. The whole HTML generation process was rewritten. Among other
things, it is now possible to generate resources (like pictures and .css
files) at runtime in a cached manner; to retrieve and supply such
resources by (byte[]- / Stream-) properties within PageParts; to build
applications independently of the presentation layer; to link between
resources by an abstract location-class; and to write themes by deriving
from the WebTheme class. 

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/rapptor/

                        - %  - %  - % - % -

[045] - Rubygame 2.1.0 
  by John Croisant (http://freshmeat.net/users/jacius/)
  Mon, Nov 19th 2007 18:52

Games/Entertainment
Multimedia :: Graphics
Software Development :: Libraries :: Ruby Modules

About: Rubygame is a cross-platform game and multimedia library for the
Ruby programming language. It provides flexible high-level Ruby classes on
top of SDL to make game programming fast and enjoyable. 

Changes: This release has a new module for music playback, new Sprite
features, and plenty of other smaller additions and bugfixes.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/rubygame/

                        - %  - %  - % - % -

[046] - Scalable OpenGroupware.org (Inverse edition) 1.0rc1 
  by Wolfgang Sourdeau (http://freshmeat.net/users/wsourdeau/)
  Mon, Nov 19th 2007 18:47

Communications :: Email :: Address Book
Communications :: Email :: Email Clients (MUA)
Information Management

About: Scalable OpenGroupware.org (SOGo) is a project  derived from
OpenGroupware.Org (OGo) with  scalability in mind. The Inverse edition of
this  project has many feature enhancements: CalDAV  and GroupDAV
compliance, full handling of vCard as  well as vCalendar/iCalendar
formats, and support for folder sharing and ACLs. The Web interface has
been rewritten in an AJAX fashion to provided a faster UI for the users,
consistency in look and feel with the Mozilla applications, and to reduce
the load of the transactions on the server.

Changes: User-configurable Drafts/Sent/Trash mailboxes. Completed
IMIP/ITIP support. CardDAV support. The ability to move and copy messages
across mail folders to label messages. Cookie-based identification in the
Web interface. Support for multiple calendars. It is now possible to
rename folders. Search in message content. Support for resizable columns
in tables. Improved support for multiple selection in tables and lists.
Improved IE7 and Safari support: attendees selector and email file
attachments. The look of the message composition window has been changed
to Thunderbird 2.0.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/sogo-inverse/

                        - %  - %  - % - % -

[047] - SILC Server 1.1
  by priikone (http://freshmeat.net/users/priikone/)
  Mon, Nov 19th 2007 06:08

Communications
Communications :: Chat
Communications :: Conferencing

About: SILC (Secure Internet Live Conferencing) is a protocol which
provides secure conferencing services in the Internet. It can be used to
send any kind of messages, in addition to normal text messages. This
includes multimedia messages like images, video, and audio stream. All
messages in the SILC network are encrypted and authenticated, and messages
can also be digitally signed. SILC protocol supports AES, SHA-1, PKCS#1,
PKCS#3, X.509, OpenPGP, and is being developed in the IETF. The software
is delivered as SILC Client for end users, SILC Server for system
administrators, and SILC Toolkit for application developers.

Changes: This version was ported to the new SILC Toolkit 1.1. Support for
dynamic router connections and HTTP statistics back end were added.
Support was added for the upcoming SILC Protocol version 1.3 and SILC
Public Key version 2. Other major bugfixes were also made. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/silc/

                        - %  - %  - % - % -

[048] - Slam-Edit 3.3.4 
  by Mike Stabenfeldt (http://freshmeat.net/users/stabie/)
  Mon, Nov 19th 2007 10:04

Scientific/Engineering :: Electronic Design Automation (EDA)

About: Slam is a mature IC Layout editor with the ability to edit very
large designs (such as stream files larger than 10GB). Novel features
include threading for redraw, support for displaying on multiple X servers
simultaneously, and a Tcl interface to the database for user extensibility.
The system is a library based system with multi-user support. Programmable
structures (P-Cells) are available in Tcl. The editor includes gds input
and output. 

Changes: This minor update adds support for 8 button mice, default
commands, selection by case-insensitive pattern matching, revision
tracking for library and cell changes, and an update to the prompt
displaying the level and type of nesting. Point deselect was accelerated
when millions of objects are selected, and a new select command has been
added to dismiss all objects after selecting a new one. The create via by
box command has been enhanced to support via families.

License: Other/Proprietary License with Free Trial

URL: http://freshmeat.net/projects/ic-slam/

                        - %  - %  - % - % -

[049] - spin_auth 1.1.5 (Development)
  by bojan (http://freshmeat.net/users/bojans/)
  Mon, Nov 19th 2007 21:08

Internet :: WWW/HTTP :: Dynamic Content

About: spin_auth is an authentication wrapper. It can be used by other
mod_spin applications to authenticate users specified in a traditional
Apache manner, but without actually employing dangerously breakable basic
authentication. It also enables non-encrypted applications to temporarily
switch to SSL/TLS for authentication only.

Changes: The license tag was fixed in the RPM spec file.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/spin_auth/

                        - %  - %  - % - % -

[050] - spin_feedback 1.1.5 (Development)
  by bojan (http://freshmeat.net/users/bojans/)
  Mon, Nov 19th 2007 21:09

Internet :: WWW/HTTP :: Dynamic Content

About: spin_feedback collects parameters of an (X)HTML form, as either
multipart/form-data or application/x-www-form-urlencoded, validates them,
stores them into an SQL database, and emails them to a designated email
address. Emailing of attachments is supported, but only the name of the
uploaded file is stored in the database.

Changes: The license tag was fixed in the RPM spec file.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/spin_feedback/

                        - %  - %  - % - % -

[051] - system-config-printer 0.7.74.6 (Stable)
  by Tim Waugh (http://freshmeat.net/users/tmw/)
  Mon, Nov 19th 2007 10:07

Printing

About: system-config-printer configures a CUPS server. It uses the CUPS
API (bound to Python with pycups) to do this. The communication with the
server is performed using IPP. As a result, it is equally able to
configure a remote CUPS server as a local one.

Changes: This release fixes a mistake that prevented the print job applet
from working.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/system-config-printer/

                        - %  - %  - % - % -

[052] - Talend Open Studio 2.3.0M1 (Development)
  by Pierrick LE GALL (http://freshmeat.net/users/z0rglub_pierrick/)
  Mon, Nov 19th 2007 06:33

Database :: Front-Ends
Software Development :: Code Generators

About: Talend Open Studio is an ETL (Extract, Transform, and Load) tool.
Talend Open Studio can perform jobs that range from datawarehouse feeding
to database synchronization, as well as file format transformations. Its
graphical interface is made with Eclipse RCP, and data related scripts are
generated in Perl or Java. The application was designed to be extended with
components written by users. 

Changes: Excel advanced cell format, dynamic replacement list, PostgreSQL
bulk load, and pivot delimited output were added for Perl code generation.
The ability to use tSystem as a data input flow, dynamic replacement list,
MySQL temporary table, MSSQL connection sharing, error catching on any
file input type, job memory usage modification, ARFF file format support,
a "wait for SQL data" trigger, and a "create table" option in database
output components were added for Java code generation. Context management
was improved. External module installation was added. A "Stats & Logs"
dedicated view was added. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/talend/

                        - %  - %  - % - % -

[053] - TecnoballZ 0.92 
  by Bruno Ethvignot (http://freshmeat.net/users/gurumeditation/)
  Mon, Nov 19th 2007 08:46

Games/Entertainment :: Arcade

About: TecnoballZ is a "breaking blocks" game that was originally written
for the Amiga platfrom. The aim is to break all the blocks in each level.
The game is divided into Areas which are divided into Levels. Between some
levels, you have to defeat a guardian to pass to the next level. When
passing an Area, a new edge is open. You can buy weapons and bonuses
between levels with the money earned during the game.

Changes: Support for autoconf and automake was improved. The code was
compiled with GCC 4.1.2. The code was considerably cleaned up and
rewritten. The source code files and C++ classes were renamed. The names
and variables names and comments are now in English. The simple copies now
use SDL_BlitSurface. French language support was added. Resources files
were renamed. The graphic files were converted from BMP to PNG. New
graphics were realized for the 640x480 mode. The license was changed to
the GPLv3. Joystick and keyboard support was added. GP2X and PSP are
supported. Various bugs were fixed. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/tecnoballz/

                        - %  - %  - % - % -

[054] - TMX Localization Editor 0.1.0 
  by Matthew Gagne (http://freshmeat.net/users/mjgagne/)
  Mon, Nov 19th 2007 06:44

Desktop Environment :: Tools
Software Development :: Internationalization
Software Development :: Localization

About: The TMX Localization Editor allows for the viewing, editing, and
saving of localization data in the TMX open standard. Based on locale4j
and written in Java/Swing, it is a quick and useful tool for localizing
applications.

Changes: The source was restructured to keep things better organized.
Along with the changes to structure, the editor is now a bit "smarter" and
contains a few new features. There are two new highlighting modes. The
first allows the user to see what has been modified since the last
save/open/new file. The second shows the user which keys do not have
values defined for every language. The user is warned before overwriting
the file currently being edited when the user tries to close, open, or
create a new file. 

License: Mozilla Public License (MPL)

URL: http://freshmeat.net/projects/tmx-editor/

                        - %  - %  - % - % -

[055] - Tokyo Cabinet 1.0.6 
  by Mikio Hirabayashi (http://freshmeat.net/users/mikio/)
  Mon, Nov 19th 2007 13:14

Database :: Database Engines/Servers
Software Development :: Libraries

About: Tokyo Cabinet is a library of routines for managing a database. It
is the successor of QDBM. Tokyo Cabinet runs very fast. For example, the
time required to store 1 million records is 1.5 seconds for a hash
database and 2.2 seconds for a B+ tree database. Moreover, the database
size is very small. For example, the overhead for a record is 16 bytes for
a hash database, and 5 bytes for a B+ tree database. Furthermore, the
scalability of Tokyo Cabinet is great. The database size can be up to 8EB.


Changes: A hot backup function was added. The Java interface was added.

License: GNU Lesser General Public License (LGPL)

URL: http://freshmeat.net/projects/tokyocabinet/

                        - %  - %  - % - % -

[056] - Tomahawk applet 3.0 
  by stevpan (http://freshmeat.net/users/new1999/)
  Mon, Nov 19th 2007 06:34

Other/Nonlisted Topic

About: Tomahawk is a general-purpose applet for simple batch file
processing. The real work of file processing is separated into a custom
class called "weblet". By only modifying the weblet code, the applet could
do a lot of different batch file processing tasks, such as image
processing, album generation, word2text conversion, batch file uploading,
and more. 

License: GNU General Public License v3

URL: http://freshmeat.net/projects/tomahawkapplet/

                        - %  - %  - % - % -

[057] - Traffic Prioritizer 0.5 
  by fadey (http://freshmeat.net/users/fadey/)
  Mon, Nov 19th 2007 18:50

System :: Networking

About: Traffic Prioritizer is designed to run on a Linux router and
prioritize users' traffic by their bandwidth consumption. It is aimed to
shape the "bandwidth greedy" clients (P2P, YouTube, IPTV, etc.) so that
the ones who are just browsing do not lack bandwidth.

Changes: An iptables zombie bug has been fixed. An inbound traffic
priority change bug has been fixed. Logging has been added (compile with
DEBUG to log all priority changes). Command line options have been added
(use "trafitizer -h" to see the full list of options). The program has
been split into two threads ('traffic capture' and 'priority updates').
When 'make install' runs, trafitizer.conf will be installed as
trafitizer.conf.orig. Copy it to trafitizer.conf for first-time installs.

License: GNU General Public License v3

URL: http://freshmeat.net/projects/trafitizer/

                        - %  - %  - % - % -

[058] - Ultimate++ 711-dev2 (Development)
  by Daniel Kos (http://freshmeat.net/users/unodgs/)
  Mon, Nov 19th 2007 13:21

Software Development
Software Development :: Compilers
Software Development :: Debuggers

About: Ultimate++ is a cross-platform C++ rapid application development
suite. It includes set of libraries (for things like GUI and SQL) and an
integrated development environment. Rapid development is achieved by smart
and aggressive use of C++ rather than through fancy code generators. In
this respect, U++ competes with popular scripting languages while
preserving C/C++ runtime characteristics. Its integrated development
environment, TheIDE, introduces modular conception to C++ programming, and
can be used to develop non-U++ applications. 

License: BSD License (original)

URL: http://freshmeat.net/projects/upp/

                        - %  - %  - % - % -

[059] - UNG 20071119.1 
  by Teri (http://freshmeat.net/users/tekniklr/)
  Mon, Nov 19th 2007 13:16

Information Management :: Document Repositories
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content

About: UNG (UNG's Not Gallery) is a Web gallery script for control freaks,
tweakers, and other power users. It browses subdirectories (uploaded
manually via FTP/SCP/etc.) of a specified location and creates a hierarchy
of categories and pictures. It automatically creates thumbnails for images
that don't have them already and has an optional comment system so people
can discuss posted pictures. 

Changes: This release fixes some bugs wherein EXIF data was handled
incorrectly for some images and the cached image directory was browseable.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/ung/

                        - %  - %  - % - % -

[060] - UPS XML-RPC Interface 0.1 
  by MikeFM (http://freshmeat.net/users/mikefm/)
  Mon, Nov 19th 2007 13:19

Internet :: WWW/HTTP
Software Development :: Libraries
Utilities

About: UPS XML-RPC Interface is a simple XML-RPC service for connecting to
UPS for shipping estimates. It is written in PHP, but can be accessed by
any program that can communicate with XML-RPC.

License: GNU General Public License v3

URL: http://freshmeat.net/projects/upsxmlrpci/

                        - %  - %  - % - % -

[061] - Userful DiscoverStation 5-268 
  by Userful (http://freshmeat.net/users/Userful/)
  Mon, Nov 19th 2007 18:42

Desktop Environment
System :: Operating System :: Linux Distributions

About: DiscoverStation is a desktop Linux distribution specifically
designed for kiosks, Internet cafes, and public access computers. The
software also includes Userful's unique "Desktop Multiplier" software that
turns 1 PC into 10. Desktop settings can be easily managed via session
profiles which are created and stored via a central Web-portal. This lets
you customize, update, and view usage reports for hundreds of desktops at
once. Key features include time management, revenue from pre-paid cards,
Internet filtering, privacy protection, automated clean-up, print-job
costing, and much more. 

Changes: This release fixes an issue with language selection not working
reliably. It adds a friendly warning message when OpenOffice is not
installed. It prevents a second scim applet from starting (and
subsequently crashing admin programs). An issue with DiscoverStation-init
hanging on boot has been fixed. In discoverprint, the patron notification
function has been adjusted to avoid a possible buffer overflow. A problem
where the system would boot to a black screen has been fixed.

License: Other/Proprietary License with Free Trial

URL: http://freshmeat.net/projects/discoverstation/

                        - %  - %  - % - % -

[062] - white_dune 0.29beta762 (Development)
  by MUFTI (http://freshmeat.net/users/mufti22/)
  Mon, Nov 19th 2007 06:41

Internet :: WWW/HTTP
Multimedia :: Graphics :: 3D Modeling
Multimedia :: Graphics :: 3D Rendering

About: white_dune is a graphical VRML97 editor, simple NURBS/Superformula
3D modeller and animation tool. VRML97 (Virtual Reality Modeling Language)
is the ISO standard for displaying 3D data over the Web via browser plugins
("HTML for realtime 3D"). It has support for animation, real-time
interaction, and multimedia (images, movies, and sounds). white_dune can
read, create and display VRML97 files and let the user change the
scenegraph/fields. It also has support for stereoscopic view via
"quadbuffer"-capable stereo visuals, and support for 3D input devices like
a joystick, spaceball, or magnetic tracker.

Changes: A crash in the creation of color animation was solved. A wrong
copy to first Interpolator.keyValue during animation creation was fixed.
X3D Position2DInterpolator and Coordinate2DInterpolator were added. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/whitedune/

                        - %  - %  - % - % -

[063] - Wifiroute 1.3 
  by Lorenzo Allori (http://freshmeat.net/users/Topperz/)
  Mon, Nov 19th 2007 13:19

System :: Networking

About: Wifiroute is a system for providing authentication in a
wireless/wired environment with prepaid cards and personal identification
document scanning that complies with Italian anti-terrorism law.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/wifiroute/

                        - %  - %  - % - % -

[064] - XQVM 0.1 
  by Tom Lord (http://freshmeat.net/users/thomaslord/)
  Mon, Nov 19th 2007 21:02



About: XQVM is a Web platform and operating system. It is a generic Web
service that clients can program to be any specialized service they like,
and it behaves much like a traditional operating system.

License: GNU General Public License v3

URL: http://freshmeat.net/projects/xqvm/

                        - %  - %  - % - % -

[065] - Zile is Lossy Emacs 2.2.52 
  by Reuben Thomas (http://freshmeat.net/users/rrt/)
  Mon, Nov 19th 2007 13:25

System :: Operating System :: Linux Distributions :: Floppy-Based
Text Editors
Text Editors :: Emacs

About: Zile is a small, fast, and powerful Emacs clone. It is useful for
small footprint installations (e.g. on floppy disk) or quick editing
sessions.

Changes: This release fixes one last incorrect key binding, fixes the
checks previously added to make these errors less likely in future, and
adds a build-time check.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/zile/



--- -..---- -.- --------. ------- .- -  - - ---- -----...--.-- - 


_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to [email protected]
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.