|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
[fm-news] Newsletter for Tuesday, December 26th 2006
From: The freshmeat daily newsletter (freshmeat-news
lists.freshmeat.net)
Date: Wed Dec 27 2006 - 02:10:07 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
::: L I N K S F O R T H E D A Y :::
Today's news on the web: http://freshmeat.net/daily/2006/12/26/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce
---..---- .- - -------.-.-----.----.- ------- --.------- .- -.--
::: A D V E R T I S I N G :::
Open source and Linux from HP
From eight consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.
http://showcase.linux.com/hpos.tmpl
---...- .-.-. - - --- - -- ---.---.---. - --- -.--.- . --.--.- -
::: R E L E A S E H E A D L I N E S (48) :::
[001] - 2E Programming Language 0.8.2
[002] - 4Suite XML 1.0.2
[003] - ACL Policy Daemon for Postfix 0.60
[004] - amSynth 1.2.0
[005] - BugHotel Reservation System 4.5.30 (Stable)
[006] - BugHotel Reservation System 5.0 RC1 (Development)
[007] - Charon 0.5
[008] - Coadunation 0.99.A2
[009] - CorneliOS 0.6.12r26
[010] - CryptNET Password Candidate Generator 1.1.0
[011] - DStress 1518
[012] - Emacs 9.0-rc1 (GNUstep)
[013] - GOBLIN Graph Library 2.8b11
[014] - GoogLog 1.18
[015] - Happy Camel 1-alpha6
[016] - HPGL-Distiller 0.9.0
[017] - HTML Purifier 1.3.2
[018] - Java Parallel Processing Framework 0.24.0
[019] - Kernel Mode Linux 2.4.34_001 (For Linux 2.4)
[020] - libqrencode 1.0.1
[021] - LibTomMath 0.40
[022] - mlmmj 1.2.13
[023] - MUltihost SSH Wrapper 0.7 (Stable)
[024] - MySQL Backup Pro 1.0.8
[025] - MySQL High Availability clustering beta-0.6.6
[026] - netInvoicing 2.5BetaXIX (Beta)
[027] - Open-RJ 1.6.2
[028] - OpenDocument Viewer Beta 1
[029] - p300 119
[030] - Parabuild 3.0.5
[031] - pg_collkey 0.2
[032] - poMMo PR14.1
[033] - Qccrypt 0.2 Realease Candidate 2
[034] - qSong 0.9.2
[035] - Restlet 1.0 RC1
[036] - Ruport 0.7.0
[037] - sarg 2.2.3
[038] - SCCS 0.1
[039] - Shell SYStem Monitor 0.2.4
[040] - Shopping Cart Builder 6.2
[041] - Squirrel Shell 1.1.2
[042] - SRESI 0.17.9 (Development)
[043] - TinTin++ 1.96.5
[044] - TinyMUX 2.6.1.19 (Beta)
[045] - txt2tags 2.4
[046] - utf8proc 1.0.2
[047] - Viking 0.1.1.20061226 (Test)
[048] - xSite 0.3
-.-.-- ------ ----- -----.-------- - --.- .-.----- --. ..--- --
::: R E L E A S E D E T A I L S :::
[001] - 2E Programming Language 0.8.2
by Derek Pressnall (http://freshmeat.net/users/tchuladdiass/)
Tue, Dec 26th 2006 10:28
About: 2e is an experimental language designed to be as simple as
possible, but still allow for all the standard programming functions
(expression evaluation, flow control, functions, variables, and arrays,
etc). The language flow control is handled via a C style conditional
operator (expr ? expr2 : expr3) for if/else processing, and a variant
iterative conditional (expr ?? expr2 : expr3) for looping. Parentheses are
used for grouping throughout, and both built-in and user-defined functions
are supported. The language itself is referred to as 2e, while the
interpreter is called ee. The interpreter is designed to be used
stand-alone, and it can also be easily embedded within another
application.
Changes: This release of the ee interpreter includes several new built-in
string handling functions (strcpy, strcat, strins, printf, sprintf,
fprintf, and strmatch). This should help make 2e more useful as a general
purpose scripting language. Bitwise operators have been added (bitwise
AND, OR, NOT, XOR, shift left, and shift right), and are similar to the C
equivilants. Finally, the operator handler code has been overhauled, which
results in a 350% to 500% increase in code execution performance.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lang2e/
- % - % - % - % -
[002] - 4Suite XML 1.0.2
by Mike Brown (http://freshmeat.net/users/mjbrown/)
Tue, Dec 26th 2006 22:34
Text Processing :: Markup :: DocBook
Text Processing :: Markup :: HTML/XHTML
Text Processing :: Markup :: XML
About: 4Suite XML is a Python-based toolkit for XML application
development. It features a library of integrated tools for XML processing,
implementing open technologies such as DOM, SAX, XPath, XSLT, XInclude,
XPointer, XLink, XUpdate, RELAX NG, and XML/SGML Catalogs. The RDF and
Repository components of 4Suite are separate packages that must be
installed separately, on top of 4Suite XML.
Changes: Upgrading is recommended from all previous versions of 4Suite
XML. Bugfixes since 1.0.1 include a fix for a longstanding bug affecting
XPath comparison ops between a node-set and a boolean; better multiple
interpreter support (which should help with mod_python); a plugged memory
leak in Saxlette; a bugfix affecting all extension functions in
XPath/XSLT; elimination of a build error when Python is configured with
"--enable-shared"; and fixed interaction between xi:include and
xsl:strip-elements.
License: The Apache License
URL: http://freshmeat.net/projects/4suite-xml/
- % - % - % - % -
[003] - ACL Policy Daemon for Postfix 0.60
by Miguel Filho (http://freshmeat.net/users/miguelfilho/)
Tue, Dec 26th 2006 22:40
Communications :: Email :: Mail Transport Agents
System :: Systems Administration
About: ACL Policy Daemon is a program that communicates with the Postfix
MTA using the Policy Delegation Protocol to implement an ACL (Access
Control List) system, making it very easy to improve and create controls
for your email traffic. It can verify SPF records, and greylisting
support is planned.
Changes: This release brings the new MySQL engine. Another nice new
feature is the complete new logging system, which will bring a lot of
power for customizing log messages, and the apolicyd-admin program, that
helps you administer the database. The "-d" option was removed. For
debugging, see apolicy.conf. A bug which was triggered when the value of a
client_address ACL is invalid was fixed. This bug caused the program to
exit without showing any error.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/apolicy/
- % - % - % - % -
[004] - amSynth 1.2.0
by nixx uk (http://freshmeat.net/users/nixx2097/)
Tue, Dec 26th 2006 05:36
Multimedia :: Sound/Audio :: Sound Synthesis
About: amSynth is a realtime polyphonic Analogue Modeling SYNTHesizer. It
provides virtual analogue synthesis in the style of the classic Moog
Minimoog/Roland Junos. It offers an easy-to-use interface and synth
engine, while still creating varied sounds.
Changes: Graphical tweaks were made, including new knob graphics. A crash
upon startup on some machines was fixed. All "notes off" MIDI messages are
now handled. The per-user installation process upon first run was improved.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/amsynth/
- % - % - % - % -
[005] - BugHotel Reservation System 4.5.30 (Stable)
by Bug Software (http://freshmeat.net/users/bugsoft/)
Tue, Dec 26th 2006 08:10
Internet
About: BugHotel Reservation System is a hotel booking and accounting
software package which uses the Internet to "network" your corporate
office to each of your hotels. All data processing occurs at the
Application Service Provider (ASP) data center. Income statements,
reports, etc. may be customized.
Changes: Support for listing countries, states, and cities was fixed
(register_globals=off). Language detection was improved. The OnRequest
section was improved. The speed engine was improved. A minor fix was made
in the list of pending requests. Major fixes were made on on-request
non-real time email notifications. XML integrations (Book) were improved.
OnRequest SMTP email was added. A minor fix was made in inventory
adjustment. Major fixes were made in broadcast newsletter. SMS support was
added for sending vouchers. The Brasilian Portuguese localization was
improved. The French localization was improved.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/bughotel/
- % - % - % - % -
[006] - BugHotel Reservation System 5.0 RC1 (Development)
by Bug Software (http://freshmeat.net/users/bugsoft/)
Tue, Dec 26th 2006 22:25
Internet
About: BugHotel Reservation System is a hotel booking and accounting
software package which uses the Internet to "network" your corporate
office to each of your hotels. All data processing occurs at the
Application Service Provider (ASP) data center. Income statements,
reports, etc. may be customized.
Changes: The ADODB abstraction layer was integrated. The PADL library
integrated. Yapter 2.13b2 was integrated. JSON (JavaScript Object
Notation) was integrated. The NuSOAP Web services toolkit was integrated.
FCKeditor was integrated. The Google Maps SDK was integrated. The SAJAX
Ajax SDK was integrated.
License: Other/Proprietary License
URL: http://freshmeat.net/projects/bughotel/
- % - % - % - % -
[007] - Charon 0.5
by Mikolaj J. Habryn (http://freshmeat.net/users/dichro/)
Tue, Dec 26th 2006 15:05
Communications
Internet
Security
About: Charon simplifies reselling Internet access via WiFi access point.
It installs onto a Linksys WiFi access point (or similar Linux device) and
manages automatic price and access negotiation with local wireless
customers, charging them via the mikolaj.cx micropayment system. Deposits
are accepted via either cash or credit card. It will ultimately provide
secure and fraud-resistant access by utilizing cash-like settlement,
reputation tracking, and PKI-based non-repudiable contracts, to protect
both the end-user and the access provider.
Changes: Cash prepayment support: prospective users can now pay with
either cash or a credit card, at the option of the provider. Funds are
transferred direct into their mikolaj.cx account and can be used at any
Charon hotspot. Real-time balance query and account transaction history
for the provider are now available from the administrative Web pages.
PayPal's Akamaized IP addresses are now detected and added to the firewall
at every upstream reconnect, which should make Charon's credit card
payments usable out of the box anywhere in the world.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/charon/
- % - % - % - % -
[008] - Coadunation 0.99.A2
by coadunation (http://freshmeat.net/users/coadunation/)
Tue, Dec 26th 2006 07:59
Software Development
About: Coadunation is a Java based daemon server. It enables developers to
quickly and easily develop daemons, and supplies them with JNDI, RMI/IIOP,
container-based security, threading, Automated Deployment, Clustering,
Cosnaming, data sources, and much more.
Changes: This release includes bugfixes, a spelling correction ("processs"
was changed to "process"), guaranteed deployment order and un-deployment
order, and two new daemons (a database daemon and a timer daemon).
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/coadunation/
- % - % - % - % -
[009] - CorneliOS 0.6.12r26
by Jos Kirps (http://freshmeat.net/users/joskirps/)
Tue, Dec 26th 2006 03:28
Information Management
Internet
About: CorneliOS a Web based virtual operating system that runs on top of
a host system and offers services via HTML or XHTML over the Web. It
offers a secure environment that supports multiple users, large amounts of
data, and timesharing. It offers a user interface that looks familiar and
is easy to handle and learn, while still introducing some new concepts. It
acts as a software integration system (especially for Web applications),
and allows users and developers to create their own applications and to
share them.
Changes: Minor demo/test site updates and parser enhancements, and minor
additions, changes, and fixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cornelios/
- % - % - % - % -
[010] - CryptNET Password Candidate Generator 1.1.0
by V. Alex Brennen (VAB) (http://freshmeat.net/users/alexbrennen/)
Tue, Dec 26th 2006 23:34
Security
About: CryptNET Passgen (passgen) is a password generator. It generates a
list of password candidates for the user to choose from by mapping
operating system sources of pseudo-randomness into printable character
arrays using a mod operation. A number of available command line options
gives it a great deal of flexibility. It is capable of generating
passwords composed of printable characters, alphanumeric characters,
alphabetic characters, or only numeric characters.
Changes: Support for a system wide configuration file is now available,
allowing administrators to set defaults that match their local password
selection security policies. Some minor bug fixes have been made, and some
help text formatting improvements have been applied. Finally, autotools
support has been improved in order to simplify the installation process.
License: Public Domain
URL: http://freshmeat.net/projects/passgen/
- % - % - % - % -
[011] - DStress 1518
by Thomas Kühne (http://freshmeat.net/users/kuehne/)
Tue, Dec 26th 2006 10:40
Software Development :: Compilers
Software Development :: Quality Assurance
About: DStress is a D programming language conformance test suite. It is
used to test the DMD and GDC compilers.
Changes: This release adds test results for DMD 0.178 and GDC 0.20.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/dstress/
- % - % - % - % -
[012] - Emacs 9.0-rc1 (GNUstep)
by Bob Marley (http://freshmeat.net/users/tarzeau/)
Tue, Dec 26th 2006 05:31
About: Emacs is the extensible, customizable, self-documenting real-time
display editor. Emacs has special code editing modes, a scripting language
(elisp), and comes with many packages for doing mail, news and more, all in
your editor.
Changes: Font handling and text rendering were reworked to use Kenichi
Handa's new font back-end system. The old system can still be used if you
start up with "--disable-font-backend", but this will be removed in a
future release. Font sets are now supported and automatically created when
a font is selected. Recent X11 colors were added to Emacs.clr (but you must
remove ~/Library/Colors/Emacs.clr to pick it up). ns-option-modifier,
ns-control-modifier, and ns-function-modifier customization variables were
added. The menus were updated to Emacs 21+ conventions. The right mouse
button now generates mouse-3 events. Various bugfixes and rendering
improvements were made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/emacs/
- % - % - % - % -
[013] - GOBLIN Graph Library 2.8b11
by cfp (http://freshmeat.net/users/cfp/)
Tue, Dec 26th 2006 14:57
Education
Scientific/Engineering
Scientific/Engineering :: Mathematics
About: The GOBLIN project consists of a C++ class library for a large
series of graph optimization problems, GOSH, an extension of the Tcl/Tk
scripting language to graph objects, and GOBLET, a graphical user
interface to the library functions. GOBLET includes a graph editor and
supports the standard graph layout methods.
Changes: The compaction code for orthogonal drawing has been substantially
improved, both for the 4-orthogonal model and the Kandinski model.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/goblin/
- % - % - % - % -
[014] - GoogLog 1.18
by jlb (http://freshmeat.net/users/jlb/)
Tue, Dec 26th 2006 07:45
System :: Logging
About: GoogLog is a Web CGI used to search in syslog files or any file
with the correct path name. It has been developed for the syslog-ng syslog
server, but can be used with other servers, if the pathname is correct. The
goal of GoogLog is to be easy to use and install. This program consists of
three files: the CGI executable, the template, and the configuration file.
With syslog-ng and googlog, you have a good syslog service with an easy Web
interface to search in the logs.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/googlog/
- % - % - % - % -
[015] - Happy Camel 1-alpha6
by Pieter Edelman (http://freshmeat.net/users/pedelman/)
Tue, Dec 26th 2006 06:02
Multimedia :: Graphics
Scientific/Engineering :: Geographical
About: Happy Camel is intended to combine your digital camera with your
GPS device. You feed it a list of digital photos and a tracklog, and it
figures out where these images were taken, embeds this position in the
EXIF-data, and creates a Google Earth file with the photos at the right
positions along the tracklog.
Changes: The modules are now split over several files, the user now has to
explicitly tell what to do. Happy Camel should be more conscious about
time; if the tracklog is in UTC, it assumes it should be converted to the
system time zone and with DST status. The remaining part of the time
difference between the camera and GPS needs still to be set, but a
calibration picture can be used for this. Not all command-line options
have a single letter anymore. Finally, Happy Camel now uses distutils to
distribute itself.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/happycamel/
- % - % - % - % -
[016] - HPGL-Distiller 0.9.0
by Paul L Daniels (http://freshmeat.net/users/pldaniels/)
Tue, Dec 26th 2006 22:54
Multimedia :: Graphics :: Graphics Conversion
Utilities
About: HPGL-Distiller filters out aspects of an HPGL file which are not
relevant for various HPGL output devices, typically vinyl cutters.
Irrelevant codes are filtered out to prevent many vinyl cutters from
responding poorly to the excess data. With the use of HPGL-Distiller, you
can use Inkscape, QCAD, GIMP, and many others to produce appropriate vinyl
cutting output results.
License: BSD License (revised)
URL: http://freshmeat.net/projects/hpgldistiller/
- % - % - % - % -
[017] - HTML Purifier 1.3.2
by Edward Z. Yang (http://freshmeat.net/users/edwardzyang/)
Tue, Dec 26th 2006 10:33
Software Development :: Libraries
Software Development :: Libraries :: PHP Classes
Text Processing :: Filters
About: HTML Purifier is PHP software for HTML filtering. It is an
alternative to BBCode or other obscure custom markup languages. It will
not only remove all malicious code (XSS), but will also make sure the HTML
is standards compliant.
Changes: This release fixes a typo in AttrDef/Lang.php that could result
in a fatal error. You can now pass an array of configuration values rather
than a configuration object to the HTMLPurifier object (the install
documentation hasn't been updated yet, unfortunately). You can now access
the context object with the member variable $context. There is now a
purifyArray() function that lets you mass purify an array of strings.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/htmlpurifier/
- % - % - % - % -
[018] - Java Parallel Processing Framework 0.24.0
by Laurent Cohen (http://freshmeat.net/users/lolocohen/)
Tue, Dec 26th 2006 07:57
Scientific/Engineering
Software Development :: Libraries :: Java Libraries
System :: Clustering/Distributed Networks
About: JPPF is a computational grid framework for Java focused on
performance and ease of use. It provides a set of tools and APIs to enable
the parallelization of CPU intensive applications, and distribute their
execution over a network of heterogenous nodes. It features platform
independence thanks to Java 1.5, does not require you to deploy your
application classes to a server, scales up to millions of nodes, has a
built-in fail-over mechanism on all the framework's components, and has a
monitoring and administration GUI tool to enable remote monitoring of the
server health and server shutdown/restart operations.
Changes: New load-balancing and failover capabilities were added to the
client, which can now connect to multiple servers. The administration
console now monitors multiple servers at once. The classloading mechanism
was improved to facilitate EJB invocations from a task. The build scripts
can now generate single jar files for deployment of nodes and servers. A
bug was fixed that prevented the screensaver node from executing tasks.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/jppf/
- % - % - % - % -
[019] - Kernel Mode Linux 2.4.34_001 (For Linux 2.4)
by Toshiyuki Maeda (http://freshmeat.net/users/tosh/)
Tue, Dec 26th 2006 08:00
System :: Operating System Kernels
System :: Operating System Kernels :: Linux
About: Kernel Mode Linux is a technology which enables the execution of
user programs in a kernel mode. In Kernel Mode Linux, user programs can
access kernel address space directly. Unlike kernel modules, user programs
are executed as ordinary processes (except for their privilege level), so
scheduling and paging are performed as usual. Although it seems dangerous,
the safety of the kernel can be ensured through such methods as static type
checking, software fault isolation, and so forth.
Changes: This version was merged with the 2.4.34 Linux kernel.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/kml/
- % - % - % - % -
[020] - libqrencode 1.0.1
by FUKUCHI Kentaro (http://freshmeat.net/users/fukuchi/)
Tue, Dec 26th 2006 09:18
Software Development :: Libraries
About: libqrencode is a library for encoding data in a QR Code symbol, a
kind of 2D symbology that can be scanned by devices such as a mobile phone
with a CCD.
Changes: This release adds a "Force 8-bit encoding" mode. The configure
script now finds libpng's header correctly.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/libqrencode/
- % - % - % - % -
[021] - LibTomMath 0.40
by Alejandro Mery (http://freshmeat.net/users/mnemoc/)
Tue, Dec 26th 2006 14:41
Education
Scientific/Engineering :: Mathematics
Security :: Cryptography
About: LibTomMath provides highly optimized and portable routines for a
vast majority of integer-based number theoretic applications (including
public key cryptography).
Changes: This release fixes one overflow and a minor build issue.
Otherwise, the code is stable and unchanged.
License: Public Domain
URL: http://freshmeat.net/projects/libtommath/
- % - % - % - % -
[022] - mlmmj 1.2.13
by Mads Martin Jørgensen (http://freshmeat.net/users/mmj/)
Tue, Dec 26th 2006 06:05
Communications :: Email :: Mailing List Servers
About: mlmmj (Mailing List Managing Made Joyful) is a mail
server-independent reimplementation of the ezmlm mailing list manager.
Changes: Dutch listtexts were added. The "nonomailsub" tunable was added,
which will disable nomail subscriptions. The "nodigestsub" tunable was
added, which will disable subscription to the digest version of a list. A
list FAQ feature was added. Support for a default list text directory was
added. A Bourne Shell issue in mlmmj-make-ml.sh was fixed. hostnamestr()
was fixed for hosts that can't find themselves using gethostbyname(). The
"modnonsubposts" tunable was added, which, when set, will moderate all
posts from non-subscribers. Requeue was fixed for lists with noarchive
enabled.
License: MIT/X Consortium License
URL: http://freshmeat.net/projects/mlmmj/
- % - % - % - % -
[023] - MUltihost SSH Wrapper 0.7 (Stable)
by doughnut (http://freshmeat.net/users/doughnut/)
Tue, Dec 26th 2006 22:29
System :: Systems Administration
About: Mussh is a shell script that allows you to execute a command or
script over SSH on multiple hosts with one command. When possible, it will
use ssh-agent and RSA/DSA keys to minimize the need to enter your password
more than once.
Changes: An error is now avoided when someone hits CTRL-\ and there are no
active files. A man page was added. ssh timeout was added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mussh/
- % - % - % - % -
[024] - MySQL Backup Pro 1.0.8
by Hatem (http://freshmeat.net/users/hatemben/)
Tue, Dec 26th 2006 02:08
Database
Software Development :: Libraries :: PHP Classes
System :: Archiving :: Backup
About: MySQL Backup Pro provides backup and restore services for MySQL
databases. It provides a friendly tab-based user interface that lets
users create backups of given MySQL databases to files, list previously
generated backups, restore a given backup, and delete backup files.
Changes: A small bug with databases including dashes in their names was
fixed.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/phpmysqlbackupro/
- % - % - % - % -
[025] - MySQL High Availability clustering beta-0.6.6
by Fernando Ipar Peñaloza (http://freshmeat.net/users/fipar/)
Tue, Dec 26th 2006 22:53
Database
System :: Clustering/Distributed Networks
About: MySQL High Availability clustering is a set of scripts and
programs that provide a high availability database cluster using MySQL
replication. It is transparent to client applications, as the cluster
uses a shared logical IP to provide the service.
Changes: The releases have been split into two packages. The first is
mysql-ha, which is now beta and includes only the files needed to run the
cluster. Installation and configuration must be done manually, according
to the guide, which is included. The second package is "installer", which
is still alpha, and includes the installer, the configurators, and the
cluster code.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mysql-ha/
- % - % - % - % -
[026] - netInvoicing 2.5BetaXIX (Beta)
by ezCore (http://freshmeat.net/users/ezCore/)
Tue, Dec 26th 2006 10:48
Information Management
Internet
Internet :: WWW/HTTP
About: netInvoicing::Customer Manager, Invoicing & Billing is a
straightforward, powerful, and intuitive billing and invoicing system. It
keeps track of clients and subscriptions. It generates invoices for the
items you want, and automatically emails the invoices to clients.
Changes: There are major improvements in Company Settings (the addition of
AJAX support and Javascript Validations). Validations in the show invoice
file have been improved. A Customer ID field has been added to the Search
Customer results. Invoice Supplier Entry has been renamed to Purchase
Order Entry. Chart of accounts export has been added to Excel and PDF.
This release improves validation for the fields country and state across
the program (Cron, Consolidate, PayPal, License, Company Settings, Invoice
Print, etc.)
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/netinvoicing/
- % - % - % - % -
[027] - Open-RJ 1.6.2
by Dr Proctor (http://freshmeat.net/users/DrProctor/)
Tue, Dec 26th 2006 02:11
Software Development :: Libraries
System :: Installation/Setup
System :: Systems Administration
About: Open-RJ is an library that implements readers for the Record-Jar
structured text file format. Mappings are provided to several languages
and technologies, including C++, COM, D, Java, .NET, Python, Ruby, and
STL. In addition to platform-independence, the library focuses on small
runtime costs - memory and speed - and the classic UNIX attributes of
discoverability and visibility.
License: BSD License (revised)
URL: http://freshmeat.net/projects/openrj/
- % - % - % - % -
[028] - OpenDocument Viewer Beta 1
by Jean Hollis Weber (http://freshmeat.net/users/jeanweber/)
Tue, Dec 26th 2006 22:54
About: OpenDocument Viewer is a cross-platform viewer for OpenDocument
files. It supports text documents, spreadsheets, and presentations.
Support for drawings and spreadsheet charts is planned for a future
release. The viewer supports most of the features that you would expect in
a complete ODF viewer. It supports standard navigation features like
search, standard viewing features like paged view, print preview, and
changing the text size, and document properties like word count.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/odfviewer/
- % - % - % - % -
[029] - p300 119
by Markus Goetz (http://freshmeat.net/users/guruz/)
Tue, Dec 26th 2006 05:36
Communications :: File Sharing
About: p300 provides an integrated Web server that allows you to share
your directories with other computers on a LAN or VPN. Other hosts running
p300 are automatically discovered using IP Multicasting. Bandwidth limiting
is supported, and you can configure which hosts may access the Web server.
Changes: The GUI was improved.
License: Freely Distributable
URL: http://freshmeat.net/projects/p300/
- % - % - % - % -
[030] - Parabuild 3.0.5
by Viewtier Systems (http://freshmeat.net/users/parabuild/)
Tue, Dec 26th 2006 23:15
Software Development
Software Development :: Bug Tracking
Software Development :: Build Tools
About: Parabuild is a software build management server. It helps software
teams and organizations reduce risks of project failures by providing
practically unbreakable daily builds and continuous integration. It
supports Perforce, Subversion, CVS, Surround SCM, ClearCase, Serena
ChangeMan (PVCS), Borland StarTeam, SourceGear Vault, Visual SourceSafe,
and MKS Source Integrity.
Changes: This release fixes minor issues in the security and archive
management subsystems of the server.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/parabuild/
- % - % - % - % -
[031] - pg_collkey 0.2
by Jan Behrens (http://freshmeat.net/users/jbehrens/)
Tue, Dec 26th 2006 14:58
Database
Software Development :: Localization
Text Processing
About: pg_collkey is a wrapper to use the collation functions of the ICU
library with a PostgreSQL database server. Using this wrapper, you can
specify the desired locale for sorting UTF-8 strings directly in the SQL
query, rather than setting it during database installation. Default
Unicode collation (DUCET) is supported. You can select whether punctuation
should be a primary collation attribute or not. The level of comparison can
be limited (in order to ignore accents, for example). Numeric sequences of
strings can be recognized, so that 'test2' sorts before 'test10'. This
library is dependent on ICU.
Changes: This release adds support for PostgreSQL 8.2.
License: BSD License (revised)
URL: http://freshmeat.net/projects/pg_collkey/
- % - % - % - % -
[032] - poMMo PR14.1
by Brice (http://freshmeat.net/users/briceb/)
Tue, Dec 26th 2006 23:36
Communications :: Email
Communications :: Email :: Mailing List Servers
Internet :: WWW/HTTP :: Site Management
About: poMMo is versatile mass mailing software. It can be used to add a
mailing list to your Web site or to organize stand alone mailings. Unique
features such as the ability to mail subsets of your subscribers set it
apart from alternatives.
Changes: BPS as MPS confusion in the throttle controller was fixed. MySQL
5 dependency was removed from the installation of SQL schema. The
SkipSecurity toggle is now disabled by default (mailing processor).
Logging of mailing notices was enhanced. The most recent notices can be
viewed at the mailings history page. An EN-UK translation was added. The
Romanian translation was updated. Theme CSS improvements were made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pommo/
- % - % - % - % -
[033] - Qccrypt 0.2 Realease Candidate 2
by Philippe Beaureilles (http://freshmeat.net/users/qccrypt/)
Tue, Dec 26th 2006 06:12
Security :: Cryptography
About: Qccrypt is a very small graphical frontend for the ccrypt
encryption/decryption commandline program. The file to encrypt/decrypt can
be passed as a parameter on the commandline.
Changes: A new "enter password" dialog was added for the encryption
process: the password must be confirmed. The possibility to encrypt or
decrypt a folder recursively was added. The possibility to keep the
original file to encrypt or decrypt was added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/qccrypt/
- % - % - % - % -
[034] - qSong 0.9.2
by Daniel Hladek (http://freshmeat.net/users/dhladek/)
Tue, Dec 26th 2006 22:32
Artistic Software
Database
Religion
About: qSong is a song database program with multimedia features for
worship musicians and other people working with music. It allows you to
store and manage all song-related information, such as chords, lyrics,
authors, and copyright. It can create songbooks in popular formats such as
PDF, HTML, and ChordPro. All items in the database can be searched and
sorted.
Changes: The user interface was renovated. Database file generation was
improved. Bugs were fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/qsong/
- % - % - % - % -
[035] - Restlet 1.0 RC1
by Jerome (http://freshmeat.net/users/jlouvel/)
Tue, Dec 26th 2006 10:44
Internet
Internet :: WWW/HTTP :: HTTP Servers
Software Development :: Libraries :: Application Frameworks
About: Restlet is a lightweight REST framework for Java. The project is
composed of two parts, the Restlet API (alternative to Servlet API) and a
reference implementation (Noelios Restlet Engine). It supports all REST
concepts (resource, representation, data, connector, components, etc.) and
is suitable for both client and server REST applications. The server
connectors provided are HTTP(S), AJP (via Mortbay's Jetty or an adapter
Servlet) and the client connectors are HTTP(S), File, JDBC, and SMTP(S).
Changes: This release fixes several bugs. Jetty has been updated to
version 6.1 RC2. Support has been added for the IDENT protocol. The URI
routing and formatting have been refactored to support the latest URI
Template RFC. Support for conditional methods has been completed. Support
has been added for attribute validation (presence and format).
License: Common Development and Distribution License (CDDL)
URL: http://freshmeat.net/projects/restlet/
- % - % - % - % -
[036] - Ruport 0.7.0
by anonymouse (http://freshmeat.net/users/anonymouse/)
Tue, Dec 26th 2006 09:19
Office/Business
About: Ruport (Ruby Reports) is a software library that aims to make the
task of reporting less tedious and painful. It provides tools for data
acquisition, database interaction, formatting, and parsing/munging.
Designed to be extensible, it is possible to use Ruport for quick specific
tasks as well as to build robust reporting applications.
Changes: This release features a major overhaul of the formatting system,
as well as general organizational improvements throughout the codebase.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ruport/
- % - % - % - % -
[037] - sarg 2.2.3
by rgordey (http://freshmeat.net/users/rgordey/)
Tue, Dec 26th 2006 22:24
Internet :: WWW/HTTP
About: Sarg (Squid Analysis Report Generator) is a tool that allows you to
view where your users are going to on the Internet. Sarg generates detailed
reports in html.
Changes: The gd graph font was changed from FreeSans.ttf to
DejaVuSans.ttf. Minor bugs which occurred when only denied records in
access.log file were fixed. The ulimit tag was changed, so if you run sarg
with a low privilege user, you can set it to "none" to disable ulimit.
Support for the Russian_UTF-8 language was fixed. The
realtime_unauthenticated_records tag was changed to show by default. The
permission bits were changed to "755" in sarg-php due to errors in
rpmbuild. When the keyword "anonymous" is used in squidGuard.conf, Sarg
does not find the log-files anymore.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sarg/
- % - % - % - % -
[038] - SCCS 0.1
by Jörg Schilling (http://freshmeat.net/users/schily/)
Tue, Dec 26th 2006 22:08
Software Development :: Version Control :: SCCS
About: SCCS is an implementation of the POSIX standard Source Code Control
System.
Changes: This is the first open-source version of SCCS, the POSIX standard
Source Code Control System. It has been tested on SunOS 4, SunOS 5, and
Linux.
License: Common Development and Distribution License (CDDL)
URL: http://freshmeat.net/projects/sccs/
- % - % - % - % -
[039] - Shell SYStem Monitor 0.2.4
by |Source| (http://freshmeat.net/users/andreos/)
Tue, Dec 26th 2006 14:53
System :: Monitoring
About: Shell SYStem Monitor is a basic console ncurses application for
system monitoring. It will show things like CPU load, memory load, uptime,
Ethernet load (bandwidth usage in KB/s), server time, and more.
Changes: Some cleanup of net monitoring. Accumulated RX/TX bytes status
has been added. The leading hanging digit of the system time has been
fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ssysm/
- % - % - % - % -
[040] - Shopping Cart Builder 6.2
by ezCore (http://freshmeat.net/users/ezCore/)
Tue, Dec 26th 2006 10:46
Information Management
Internet
Internet :: WWW/HTTP
About: Shopping Cart Builder is a complete e-commerce suite for simple and
advanced shopping cart needs. It is designed for businesses and developers.
It can run standalone or integrated into any site. Shopping Cart Builder
allows a merchant to setup and operate an online store quickly and easily.
Changes: There are cosmetic (copyright) changes. An
Activation/Registration Wizard has been added. There is a minor fix in the
setup wizard (password field). There is a minor cosmetic fix in General
Settings. Installation detection at login level has been improved. A Users
Section has been added to General Settings.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/shoppingcartbuilder/
- % - % - % - % -
[041] - Squirrel Shell 1.1.2
by Dinosaur (http://freshmeat.net/users/dinosaur2006/)
Tue, Dec 26th 2006 09:19
System :: Shells
About: Squirrel Shell is a cross-platform alternative to system shells
like bash in *nix and command.com (cmd.exe) in MS Windows. It is based on
a powerful scripting language named "Squirrel".
Changes: This release fixes the mkdir() function with an omitted mode
argument and filepath() when a path does not contain directories. It adds
CPU architecture and improved OS detection.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/squirrelsh/
- % - % - % - % -
[042] - SRESI 0.17.9 (Development)
by Priscus (http://freshmeat.net/users/priscus/)
Tue, Dec 26th 2006 05:38
Information Management :: Metadata/Semantic Models
Internet :: WWW/HTTP :: Browsers
Internet :: WWW/HTTP :: Indexing/Search
About: SRESI is a smart bookmark manager. It currently sports both a
command-line and a PHP interface. It works with both the standard
hierarchical trees and the new and fashionable tagged bookmarks. It was
developed as a way to interface both representation systems. SRESI can use
Del.icio.us, Mozilla, Opera, and XBEL bookmarks, and handles a few more
exports besides. Directories and tags are used equivalently, and the final
hierarchies are inferred from actual tag use.
Changes: The tree generation functions were completely rewritten. Besides
being cleaner, hint use has also been changed: in a hint-built branch, all
relevant hint descendants are used visibly, and additional branches are
only built off bookmarks without descendants. This is a release candidate
for the next stable branch: the next changes should only be only
documentation and bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/sresi/
- % - % - % - % -
[043] - TinTin++ 1.96.5
by Scandum (http://freshmeat.net/users/scandum/)
Tue, Dec 26th 2006 10:43
Communications :: BBS
Games/Entertainment :: Multi-User Dungeons (MUD)
Terminals :: Telnet
About: TinTin++ is a feature rich MUD client with an easy to learn
scripting language that runs in console mode.
Changes: This release adds custom readline support instead of relying on
the readline library, increasing portability as well as fixing several
long standing issues.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tintin/
- % - % - % - % -
[044] - TinyMUX 2.6.1.19 (Beta)
by Brazil (http://freshmeat.net/users/brazilofmux/)
Tue, Dec 26th 2006 14:56
Games/Entertainment :: Multi-User Dungeons (MUD)
About: TinyMUX is a text-based game server in the MUSH family. It is a
platform that allows several thousand players to connect to a single
text-driven environment, and interact with each other and with the
environment (which is maintained in a database). The rich programming
environment can be used to build almost anything, limited only by the
developer's imagination.
License: Artistic License
URL: http://freshmeat.net/projects/mux/
- % - % - % - % -
[045] - txt2tags 2.4
by Aurélio Marinho Jargas (http://freshmeat.net/users/verde666/)
Tue, Dec 26th 2006 05:55
Documentation
Internet :: WWW/HTTP :: Site Management
Software Development :: Documentation
About: Txt2tags converts a text file with minimal markup to HTML, XHTML,
SGML, LaTeX, Lout, UNIX man page, MoinMoin, MagicPoint (mgp), and
PageMaker. It is simple and fast and features automatic TOC, macros,
filters, include, tools, GUI, CLI, and Web interfaces, translations, and
extensive documentation.
Changes: Many bugs were fixed. Speed was optimized. The "%%%" mark was
added to comment multiple lines. More than one CSS per HTML file and
user-defined .sty files for LaTeX are supported. Chinese translations were
added. Cleaner minimalist LaTeX headers (preamble) were added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/txt2tags/
- % - % - % - % -
[046] - utf8proc 1.0.2
by Jan Behrens (http://freshmeat.net/users/jbehrens/)
Tue, Dec 26th 2006 07:53
Database
Software Development :: Libraries
Software Development :: Libraries :: Ruby Modules
About: utf8proc is a library for processing UTF-8 encoded Unicode strings.
Some features are Unicode normalization, stripping of default ignorable
characters, case folding, and detection of grapheme cluster boundaries.
The library can be used in C programs, but most of the functionality is
also available as a ruby library. For PostgreSQL, there is an extension
providing a function for preparing strings in case insensitive indices.
The currently supported Unicode version is 5.0.0.
Changes: The ruby method Integer#utf8 now rejects invalid code points.
PostgreSQL 8.2 is now supported.
License: BSD License (revised)
URL: http://freshmeat.net/projects/utf8proc/
- % - % - % - % -
[047] - Viking 0.1.1.20061226 (Test)
by Guilhem BONNEFILLE (http://freshmeat.net/users/guyou/)
Tue, Dec 26th 2006 14:50
Scientific/Engineering :: Geographical
About: Viking is a GTK2-based GPS data editor and viewer. It can download
and show Terraserver maps, import and draw tracks and waypoints over them,
add coordinate lines, make new tracks and waypoints, hide different
things, and more. It uses a hierarchical layering system to organize GPS
data, maps, and other layer types with spatial data (such as coordinate
lines).
Changes: This is a testing release only. It is based on the 0.1.1 version,
and improved with modifications made up to 2006-12-26. Google Maps support
has been improved. A dialog box has been added in order to be GNU
compliant. Some bugs have benn fixed (track, Windows dependencies, etc.).
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/viking/
- % - % - % - % -
[048] - xSite 0.3
by Andras Horvath (http://freshmeat.net/users/raas123/)
Tue, Dec 26th 2006 07:51
Internet :: WWW/HTTP
About: xSite generates static XHTML and CSS Web albums from image
directories, making use of JPEG/EXIF comments in the images instead of
external databases. It is not a photo management tool by itself, so must
use something else for tagging, editing, and organizing your images. The
project's goals are simplicity, ease of use, and standards compliance in
the output.
Changes: Configuration file support in the output directory was added for
easier setting of album name and similar things. "IMG width=" and
"height=" attributes are now generated, allowing faster rendering.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/xsite/
-.. -- -----------..-----.---.--- -.. ----- ----- - --.--- ----.
--===============1851324198==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to freshmeat-news-request
lists.freshmeat.net
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news
--===============1851324198==--
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]