Newsletter for Monday, October 22nd 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/10/22/
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 nine 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.tmp

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

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

[001] - AsmXml 0.4 
[002] - Bika 1.2 (Interlab)
[003] - Bitgate Server Software Environment 0.6.0 
[004] - C++ Sockets 2.2.2 
[005] - Centre 2.13.1 
[006] - Coadunation 1.0.RC1 
[007] - Ctpp 1.0.19 
[008] - CWBot 0.8.3 
[009] - daloRADIUS 0.9-4 
[010] - DBsight 1.4.8 (Upgrade)
[011] - Diogenes 3.1.6 
[012] - envbot 0.0.1-rc1 
[013] - Eyes Of Lynx 0.1.5 
[014] - GiNaC 1.4.0 
[015] - Groupy 0.62 
[016] - HtmlParser 1.0 
[017] - InstallJammer 1.2 
[018] - JAMWiki 0.6.1 
[019] - Java SOS 5.55 
[020] - JChart2D 2.2.1 
[021] - Jess 7.0p2 (Stable)
[022] - JSBlend 0.8.2 
[023] - k8temp 0.1.1 
[024] - KiCad EDA 20070709-r351 
[025] - Kiwi Manager 3.2 
[026] - KonaKart 2.2.0.7 
[027] - libdvbpsi 0.1.6 
[028] - LiteSpeed Web Server 3.2.4 (Standard)
[029] - MeTA1 1.0.PreAlpha21.0 
[030] - MIME Email message class 2007.10.21 
[031] - mod_spin 1.1.6 (Development)
[032] - Noor 0.2 
[033] - Octave 2.9.15 (Development)
[034] - Open Cubic Player 0.1.14 
[035] - OpenIPMI 2.0.13 (Development)
[036] - OpenLayers 2.5 
[037] - Ortro 1.2.0-beta 
[038] - OSSIM 1.7.0 
[039] - PatientOS 0.15 
[040] - Pauker 1.8RC2 (Development)
[041] - PBooks 0.03 
[042] - PHP BookIn 0.6 
[043] - pymfvu 0.0.8 
[044] - Python Audio Tools 2.5 
[045] - Python Monkey 0.1.0 
[046] - RESTORE 4.0b5-1 
[047] - RoundCube Webmail 0.1-RC2 
[048] - rpmrebuild 2.2.0-1 
[049] - shntool 3.0.5 
[050] - Shoreline Firewall 4.0.5 
[051] - smb4php 0.7 
[052] - SNAKES 0.8.7 (Main)
[053] - Splunk 3.1 
[054] - Supybot 0.83.3 
[055] - syslog-async 0.2 
[056] - t2t 5.3 
[057] - tijmp 0.4 
[058] - Tiny Tiny RSS 1.2.16 
[059] - TuxCap Games Framework 1.3_04 
[060] - Viking 0.9.3 
[061] - Votorola 0.0.2 
[062] - vsdviewer 0.0.6 
[063] - WANPIPE 3.2.1 (Beta)
[064] - white_dune 0.29beta730 (Development)
[065] - YFKlog 0.3.2 


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

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

[001] - AsmXml 0.4 
  by Marc Kerbiquet (http://freshmeat.net/users/mkerbiquet/)
  Mon, Oct 22nd 2007 10:34

Software Development :: Libraries
Text Processing :: Markup :: XML

About: AsmXml is a very fast XML parser and decoder for x86 platforms. It
is written in pure assembler and supports only a subset of the XML 1.0
specification. 

Changes: This version adds an option to ignore attributes or text elements
in order to speed up parsing and to save memory. The schema has also been
extended: it is now possible to put attributes in groups.

License: BSD License (revised)

URL: http://freshmeat.net/projects/asm-xml/

                        - %  - %  - % - % -

[002] - Bika 1.2 (Interlab)
  by Joris Goudriaan (http://freshmeat.net/users/jorisgoud/)
  Mon, Oct 22nd 2007 06:40

Scientific/Engineering

About: Bika is a combined LIMS (laboratory information management system),
workflow, and Web content management system. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[003] - Bitgate Server Software Environment 0.6.0 
  by Ken Hollis (http://freshmeat.net/users/Tsuichi1/)
  Mon, Oct 22nd 2007 20:01

Internet

About: Bitgate Server Software Environment aims to build a multi-protocol
application environment in which server protocol handlers can be
eventually loaded and unloaded on the fly using a center console or
controller Web page. It aims to have 99.9% uptime, and have
high-availability compliance. It is written in Java 6, and relies
completely on Java's I/O functionality to provide non-blocking support for
both SSL and non-SSL sockets (without having to know how to use SSLEngine).
All configuration is done via XML files, as this is easier to maintain. It
includes a minimal demonstration HTTP server.

Changes: This release includes an HTTP render hook interface that allows
pages to be rendered using an external library for dynamically generated
web pages. Included is a Freemarker implementation of said interface. Test
Freemarker pages have been added, and the code has been updated to use
caching/expiry headers in HTTP. There are more miscellaneous bugfixes as
well as tidying up the code base, and correcting output headers on
correctly generated pages.

License: Common Public License

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

                        - %  - %  - % - % -

[004] - C++ Sockets 2.2.2 
  by Grymse (http://freshmeat.net/users/ah7207/)
  Mon, Oct 22nd 2007 05:30

Communications
System :: Networking

About: C++ Sockets is a cross-platform C++ wrapper for BSD-style sockets.
It implements the TCP, UDP, ICMP, and SCTP transport layer protocols.
Implemented application layer protocols are HTTP/HTTPS (using OpenSSL),
SMTP (server), and Ajp/1.3 (server). Features include transparent SOCKS4
client support and asynchronous DNS. Included in the library are a number
of HTTP client functions such as GET/PUT/POST, and also Web server
framework components. 

Changes: The file descriptor is closed in the File class destructor.
HttpClientSocket has a new access method called "Filename", and a few
access methods were added to HttpdSocket. A check is done to determine if
gethostbyname_r failed. A problem with the async resolver was fixed. A
Win32 build problem and the VS .NET project file were fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[005] - Centre 2.13.1 
  by JG Miller (http://freshmeat.net/users/jgmilleriii/)
  Mon, Oct 22nd 2007 19:59

Education
Information Management

About: Centre is a Web-based student information system. Centre has been
designed to address the most important needs of administrators, teachers,
support staff, parents, students, and clerical personnel. It also adds
many components not typically found in student information systems. Centre
boasts an intuitive interface to manage student demographic information,
perform complex scheduling, and manage student attendance, grades, and
eligibility. Centre greatly cuts down the time it takes to report to state
agencies and distribute student information to teachers, support staff, and
parents. 

Changes: This is a recommended upgrade for all users that includes
enhancements such as hidden field underlines, gradebook configuration, a
parents' view, better support for contacts without addresses, more items
in advanced reports, additional criteria for addresses and contacts, and
additional configuration options in grades.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[006] - Coadunation 1.0.RC1 
  by coadunation (http://freshmeat.net/users/coadunation/)
  Mon, Oct 22nd 2007 13:32

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, a distributed
environment, CosNaming, data sources, Web application support, and much
more. 

Changes: This release fixes some Java security alerts, removes unnecessary
log lines from the command line tools, fixes an RMI chunk encoding problem,
and updates the MySQL JDBC driver.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[007] - Ctpp 1.0.19 
  by thx1132 (http://freshmeat.net/users/kiesling3/)
  Mon, Oct 22nd 2007 10:19



About: Ctpp is the C99-compatible C preprocessor of the ctalk language,
which provides object oriented extensions for C. You can download the
preprocessor separately while ctalk is between versions for development.

Changes: This release provides a simpler and more reliable way to locate
GNU compiler include files. The path of the compiler's include directory
can be set using an environment variable, configured when the preprocessor
is built, or determined by the compiler configuration. This release also
provides configuration options to build the preprocessor without adding
GNU C paths to its run-time configuration.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[008] - CWBot 0.8.3 
  by Pierre-Philippe Coupard
(http://freshmeat.net/users/pierrephilippecoupar/)
  Mon, Oct 22nd 2007 13:34

Communications :: Chat :: Internet Relay Chat
Communications :: Ham Radio

About: CWBot is an IRC bot to provide online services in Morse usable with
the CWirc client. It can broadcast world news in Morse and Hellschreiber,
RAC ham news, act as a MorseMail to CWirc repeater, be a CW tutor, or send
fortune cookies in Morse, over an IRC channel or through DCC chat, with
adjustable keying speed and Farnsworth spacing. It is easily extendable
with scripts or external programs to provide additional services in Morse.

Changes: The IRC server receive buffer is now emptied when reconnecting,
and the buffer is processed if it ever becomes full. This removes a bug
that occasionally prevented cwbot from reconnecting after being kicked out
of a busy channel.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[009] - daloRADIUS 0.9-4 
  by liran (http://freshmeat.net/users/liran/)
  Mon, Oct 22nd 2007 13:48

Database :: Front-Ends

About: daloRADIUS is an advanced RADIUS web management application aimed
at managing hotspots and general-purpose ISP deployments. It features user
management, graphical reporting, accounting, and a billing engine, and
integrates with GoogleMaps for geo-locating.

Changes: This release fixes language file support. It fixes a bug where
the password showed encrypted on the new user page. It adds automatic
calculations for attributes like max-all-session and others, support for
tabbing layout and the Hotspots GIS popup window, support for a Test User
Connectivity page, a new table userinfo for general user information, a
new logging facility for debugging SQL queries, and new reports pages.
Pre-configured NAS types drop-down options have been added to the NAS
page.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[010] - DBsight 1.4.8 (Upgrade)
  by Chris (http://freshmeat.net/users/chrislusf/)
  Mon, Oct 22nd 2007 03:01

Database
Internet :: WWW/HTTP :: Indexing/Search

About: DBSight is a J2EE search platform for instant scalable full-text
search on any relational database, for both beginners and experts. It
features a built-in database crawler following user-defined SQL,
incremental indexing, user-controllable result ranking, the ability to
return results with highlights (like Google), and categorized result
counts (like Amazon). It can easily integrate with other languages with
XML/JSON/HTML. There is a UI for all operations, so no Java coding is
necessary. Deleted or updated records in database can be synchronized
also. 

Changes: The capability to customize Similarity class for different
ranking algorithms was added. Tooltips are shown for SQL queries having
double quotes inside. 

License: Freely Distributable

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

                        - %  - %  - % - % -

[011] - Diogenes 3.1.6 
  by Peter Heslin (http://freshmeat.net/users/pjheslin/)
  Mon, Oct 22nd 2007 06:46

Education :: Computer Aided Instruction (CAI)
Text Processing :: Linguistic

About: Diogenes is a tool for searching and browsing the Latin and ancient
Greek texts published on CD-ROM by the Packard Humanities Institute and the
Thesaurus Linguae Graecae. It comes as an easy-to-install stand-alone
application for GNU/Linux, Mac OS X, and Windows, based on the Firefox
browser (i.e. Xulrunner). Alternatively, it can be installed by a network
administrator as a server on a local network, and users then access it via
an ordinary Web browser. There is also a command-line tool which can
optionally format output as LaTeX instead of HTML. 

Changes: Perseus pop-ups were fixed. A bug that prevented morphological
search from working in combination with TLG subsets was fixed. A parse
option was added from the web menu. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[012] - envbot 0.0.1-rc1 
  by AnMaster (http://freshmeat.net/users/AnTux/)
  Mon, Oct 22nd 2007 05:43

Communications :: Chat :: Internet Relay Chat

About: envbot is an advanced modular IRC bot coded in bash. Features
include SSL, IPv6, modularity (with several good modules already),
transport modules (including OpenSSL, GnuTLS, netcat, etc.),
loading/unloading/reloading of modules at runtime, rehashing configuration
at runtime, advanced access control, and much more.

Changes: Fixes were backported to remove eval from various places. Bugs
were fixed in modules/m_kick_ban.sh and modules/m_join.sh. A Gentoo ebuild
was added. The program now works correctly on FreeBSD. A bug in which
channels were not rejoined after a ping timeout was fixed. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[013] - Eyes Of Lynx 0.1.5 
  by Valéry Febvre (http://freshmeat.net/users/valos/)
  Mon, Oct 22nd 2007 17:48

Internet :: WWW/HTTP :: Dynamic Content
Multimedia :: Graphics :: Viewers

About: Eyes Of Lynx is an application for examining your images on the
Web. It's designed to be fast, intuitive, and very powerful. Its key
features include an original and innovative interface, zoom and rotation
tools, auto-rotation of photos when an orientation is provided in EXIF
data (information stored by digital cameras), a cache of images in a
smaller/intermediate size to increase display and loading speeds,
thumbnail image navigation, and more.

Changes: Many cleanups and improvements in the code. A bug in carousel has
been fixed: the size of images is now correctly adjusted to the thumbnail's
width defined in user's settings. A new option has been added to the user's
preferences to allow opening the last visited album on startup.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[014] - GiNaC 1.4.0 
  by Witharr (http://freshmeat.net/users/witharr/)
  Mon, Oct 22nd 2007 13:30

Scientific/Engineering :: Mathematics
Software Development :: Libraries

About: GiNaC (GiNaC is Not a CAS (Computer Algebra System)) is a C++
library for symbolic calculations. It is designed to allow the creation of
integrated systems that embed symbolic manipulations together with more
established areas of computer science (like computation-intense numeric
applications, graphical interfaces, etc.). Contrary to other CASes it does
not try to provide extensive algebraic capabilities and a simple
programming language but instead accepts a given language (C++) and
extends it by a set of algebraic capabilities.

Changes: New tinfo mechanism. Removed rtt from class symbol. Faster
archiving by adding a map from strings to indices in the atoms vector.
Improved unarchiving: algorithms order N instead of order N^2. Added
compile function, excompiler class. Added exset type. Added step function
to GiNaCs built-in functions. Added is_polynomial(), real_part(),
imag_part(), matrix::is_zero_matrix(), pseries::evalm() methods. Improved
dummy index renaming. Many improvements for class clifford. New flag for
positive symbols/numbers, added possymbol class. Added programming
examples in doc/examples.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[015] - Groupy 0.62 
  by wundbread (http://freshmeat.net/users/wundbread/)
  Mon, Oct 22nd 2007 05:26

Internet :: WWW/HTTP :: Dynamic Content

About: Groupy is a content management system that allows groups within an
organization to share multi-lingual content. It provides a unique tool for
organizing diverse content types (Articles, News, Files, Images, Events,
etc.) in a rich editing environment similar to a wiki.

Changes: A more powerful and intuitive publishing and draft system was
implemented. Content types can be added or overwritten by placing files in
plugins/content_types/. The skin system and default skin were improved.
Users can customize their profiles and upload a user photo. Users can send
email to each other through groupy. Users may view the history of any piece
of content. The Page system was improved with a prepare method. An event
calendar page was added. Many bugs were fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[016] - HtmlParser 1.0 
  by Yuriy (http://freshmeat.net/users/jurasik/)
  Mon, Oct 22nd 2007 06:41

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

About: HtmlParser is an HTML parser for Qt4. The C++ classes are designed
to be very fast and efficient. The parser does its best to preserve text
formatting, to convert text using the correct encoding, and to parse any
HTML correctly. 

License: BSD License (revised)

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

                        - %  - %  - % - % -

[017] - InstallJammer 1.2 
  by Damon Courtney (http://freshmeat.net/users/damonc/)
  Mon, Oct 22nd 2007 03:00

Software Development :: Build Tools
System :: Installation/Setup
System :: Software Distribution

About: InstallJammer is a multi-platform GUI installer and builder
designed to be completely cross-platform and function on Windows and most
versions of Unix, with eventual support for Mac OS X. InstallJammer is
renamed from the original InstallBase project.

Changes: Support was added for a zip platform to build zip files. Large
installs and installs on CD media are a lot faster to load. Several bugs
related to slow project loading and saving were fixed. The ability to
specify languages for an installer was added. The ability to
copy-and-paste panes, actions, and conditions was added. Actions to create
and delete environment variables on *NIX platforms were added. Lots of bugs
were fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[018] - JAMWiki 0.6.1 
  by Ryan (http://freshmeat.net/users/wrh2/)
  Mon, Oct 22nd 2007 03:37

Internet :: WWW/HTTP :: Dynamic Content :: Wiki

About: JAMWiki is a Java-based Wiki engine. It features Java servlet 2.3
and JDK 1.4 compatibility, offers many of the features of MediaWiki,
provides quick and easy setup, and supports running either with or without
an external database.

Changes: This is a minor release that includes bugfixes and minor
enhancements. Changes in this release include updates to the CSS and HTML
to improve flexibility, bugfixes to longstanding table of contents issues,
significantly more help text on wiki pages, and numerous other fixes and
enhancements. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[019] - Java SOS 5.55 
  by Coldbeans (http://freshmeat.net/users/coldjava/)
  Mon, Oct 22nd 2007 05:24

Communications :: Chat
Communications :: Email
Communications :: File Sharing

About: Java SOS is a set of configurable Java servlets for fast site
building, including Forums, Chat, and Calendar servlets, etc.

Changes: New components were added. Codebase updates were made for the
service components (filters). 

License: Free for non-commercial use

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

                        - %  - %  - % - % -

[020] - JChart2D 2.2.1 
  by Achim Westermann (http://freshmeat.net/users/achimwestermann/)
  Mon, Oct 22nd 2007 19:00

Multimedia :: Graphics :: Presentation
Scientific/Engineering :: Visualization
Software Development :: Libraries

About: JChart2D is a Swing widget for precise runtime visualization of
numerical tuples in an x-y plot. It is easy to use and is designed for
runtime display. Unlike other charting tools that cover all kinds of views
(pie, bar, etc.), it just creates precise x-y plots. It is thread-safe, in
that many different threads in an application may each add data to plot. A
single chart may contain multiple different traces. It also features
automatic scaling, choice of unit, viewports (zooming), output to images
(png, jpeg), logarithmic axis, and custom rendering of datapoints (lines,
dots, discs, filled polygons). 

Changes: This release fixes various special bugs related to UI response.
Error bars are now compatible with zoomed charts and transformed axes.
Additionally, transformed axes are now compatible with zoomed charts. UI
support for setting titles and fonts for axes has been added too. Modal
dialogs now work after minimizing and maximizing the main application
window.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[021] - Jess 7.0p2 (Stable)
  by Ernest Friedman-Hill (http://freshmeat.net/users/ejfried/)
  Mon, Oct 22nd 2007 13:17

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

About: Jess is a fast, light rule engine and scripting environment written
entirely in Java. You can build Java software that has the capacity to
"reason" using knowledge you supply in the form of declarative rules. It
is supplied as a programmer's library, making it ideal for embedding in
larger applications. Jess includes development tools built on the Eclipse
platform. It is free for academic use and can be licensed for commercial
use.  

Changes: This release fixes a bug related to the handling of canceled
activations.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[022] - JSBlend 0.8.2 
  by Nimish (http://freshmeat.net/users/pnimish/)
  Mon, Oct 22nd 2007 18:58



About: JSBlend is a cross-platform, Web-based file comparison and merge
tool written mostly in Javascript. It can display differences in two files
and allow the user to selectively merge them by editing one of the files.
While JSBlend is a general purpose diff/merge tool, it is especially
suitable for managing conflicts in configuration files on servers after an
update. Many server machines do not have any GUI framework installed, and
are often run in headless mode on remote sites. Using desktop-based GUI
tools for merging the conflicts is not always possible. JSBlend can be a
very useful tool when either used standalone or embedded inside an
existing administration console.

Changes: This release allows you to edit both files simultaneously. A new
menu on the top gives access to commonly used functions like saving files,
reloading diffs, etc.

License: Open Software License

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

                        - %  - %  - % - % -

[023] - k8temp 0.1.1 
  by Thomas Hurst (http://freshmeat.net/users/freeky/)
  Mon, Oct 22nd 2007 10:22

System :: Hardware
System :: Monitoring

About: k8temp is a FreeBSD utility to read the on-die temperature sensors
provided by AMD K8 processors, including most Athlon 64s and Opterons.

Changes: This release fixes a major bug resulting in writes to entirely
the wrong PCI register location.

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[024] - KiCad EDA 20070709-r351 
  by CGrier (http://freshmeat.net/users/ckgrier2/)
  Mon, Oct 22nd 2007 17:47

Scientific/Engineering :: Electronic Design Automation (EDA)

About: Kicad is software for the creation of electronic schematic diagrams
and printed circuit board artwork. It is a set of four programs and a
project manager: Eeschema (schematic entry), Pcbnew (a board editor),
Gerbview (a Gerber viewer (photoplotter documents)), and Cvpcb (a
footprint selector for components used in the circuit design). Kicad is
the project manager.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[025] - Kiwi Manager 3.2 
  by Burak (http://freshmeat.net/users/buraks78/)
  Mon, Oct 22nd 2007 05:23

Information Management :: Document Repositories
Information Management :: Issue Tracking
Office/Business :: CRM

About: Kiwi Manager is an online project management application. Its
features include an AJAX interface, Gantt and PERT charts, progress and
financial reports, earned value analysis of project performance, resource
calendars, role based user access control, RSS syndication of project
activities, project based file repositories with integrated approval and
versioning systems, image thumbnail generation, video, Flash, and PDF
previews, time tracking, project based forums and help desks, task
calendars, and more. 

Changes: Kiwi Manager now supports both recurring and non-recurring
events. Currently supported recursion modes include daily, weekly,
monthly, and yearly. Additional parameters, such as an until date and an
interval, can also be supplied to control the recursive behavior of an
event. Other module features include exceptions and instance deletions. 

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[026] - KonaKart 2.2.0.7 
  by konakart (http://freshmeat.net/users/konakart/)
  Mon, Oct 22nd 2007 10:21

Internet

About: KonaKart is an eCommerce and shopping cart application that
provides everything that store owners need to sell their products over the
Internet. KonaKart includes an extensive set of online shopping cart
features to satisfy the needs of both online shoppers and store owners
alike. It is an affordable enterprise quality eCommerce solution designed
with technologies that will perform and scale. KonaKart is
database-compatible with osCommerce, providing a seamless upgrade path.
KonaKart has an easy-to-use Java API and a SOAP Web Service interface. 

Changes: Various feature enhancements including a new role-based security
system, configurable auditing, and support for digital downloads.

License: Freeware

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

                        - %  - %  - % - % -

[027] - libdvbpsi 0.1.6 
  by Jean-Baptiste Kempf (http://freshmeat.net/users/kempfjb/)
  Mon, Oct 22nd 2007 13:15

Multimedia :: Video
Software Development :: Libraries

About: libdvbpsi is a very simple and fully portable library designed for
MPEG TS and DVB PSI table decoding and generation. 

Changes: This version fixes a parsing bug due to an outdated spec in the
ISO 639 language descriptor, the use of uninitialized data when
section_syntax_indicator=0, a parsing bug in the EBU teletext descriptor
decoder, and the declaration of dvbpsi_DecodeTeletextDr. It also has a new
example tool for checking an MPEG-2 TS file, some fixed EIT
discontinuities, a new CAT support, and a new PDC support descriptor 0x69.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[028] - LiteSpeed Web Server 3.2.4 (Standard)
  by LiteSpeed Technologies (http://freshmeat.net/users/litespeedtech/)
  Mon, Oct 22nd 2007 13:21

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: A security flaw that may have exposed PHP source code has been
fixed.

License: Freeware

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

                        - %  - %  - % - % -

[029] - MeTA1 1.0.PreAlpha21.0 
  by Claus Assmann (http://freshmeat.net/users/casmx/)
  Mon, Oct 22nd 2007 10:19



About: MeTA1 is a modularized message transfer agent (MTA) consisting of
five (or more) persistent processes, four of which are multi-threaded. A
queue manager controls SMTP servers and SMTP clients to receive and send
email messages, an address resolver provides lookups in various maps
(including DNS) for mail routing, and a main control program starts the
other processes and watches over their execution. The queue manager
organizes the flow of messages through the system and provides measures to
avoid overloading the local or remote systems by implementing a central
control instance. It is simple to configure using a C-like syntax and is
secure and efficient.

Changes: This release fixes a bug in smtps that prevented the correct
transmission of transaction data to qmgr if there were a large number of
recipients, and it enhances the shutdown code for smtps by enforcing a
timeout.

License: Other/Proprietary License with Source

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

                        - %  - %  - % - % -

[030] - MIME Email message class 2007.10.21 
  by Manuel Lemos (http://freshmeat.net/users/mlemos/)
  Mon, Oct 22nd 2007 03:37

Communications :: Email :: Email Clients (MUA)
Software Development :: Libraries :: PHP Classes

About: The MIME Email message class composes and sends MIME encoded email
messages. It features user-definable headers and body parts, support for
plain text and HTML body, headers with non-ASCII text, HTML messages with
embedded images, file attachments with content type detection, forwarding
of messages as attachments, setting the error delivery address with the
Return-Path header, and sub-classes for different delivery methods: mail,
SMTP, Qmail, Sendmail, and Microsoft IIS or Exchange pickup folder. It
also supports sending personalized bulk mail by replacing the message
parts that differ for each recipient.

Changes: A bug that could cause an infinite loop when quoting text with
lines longer than the line length limit was fixed. The generation of
message-id header was also fixed to make it RFC compliant. 

License: BSD License (original)

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

                        - %  - %  - % - % -

[031] - mod_spin 1.1.6 (Development)
  by bojan (http://freshmeat.net/users/bojans/)
  Mon, Oct 22nd 2007 19:58

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 is under the GNU LGPL 2.1. XML processing now uses
the xmlreader/xmlwriter API. Filter functionality has been added. Several
configuration directives have been dropped (SpinSendfile, SpinCacheAll,
SpinCache, and SpinCacheCount), as the template engine was reworked to use
a finite amount of memory even for very large files. Pooled connections are
now expired after one minute of inactivity.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[032] - Noor 0.2 
  by Ali Gholami Rudi (http://freshmeat.net/users/aligrudi/)
  Mon, Oct 22nd 2007 05:22

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: The fonts used in the CGI and GTK interfaces were changed. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[033] - Octave 2.9.15 (Development)
  by imipak (http://freshmeat.net/users/imipak/)
  Mon, Oct 22nd 2007 03:38

Software Development :: Compilers

About: Octave is a high-level language, primarily intended for numerical
computations. It provides a convenient command line interface for solving
linear and nonlinear problems numerically, and for performing other
numerical experiments. It may also be used as a batch-oriented language.

Changes: Compatibility with Matlab graphics is much better. Numerous bugs
were fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[034] - Open Cubic Player 0.1.14 
  by mw| (http://freshmeat.net/users/mywave/)
  Mon, Oct 22nd 2007 10:21

Multimedia :: Sound/Audio

About: Open Cubic Player is a music player which can play a wide variety
of music formats. Currently it can play so called modules (MOD, XM, S3M,
IT), MIDI, MP1-3, SID tunes, and CD audio. It supports many soundcards
(SB, GUS, EWS, WSS, PAS, and many more). It features many different
display modes for "looking" (text and graphics) at the music.

Changes: FLAC support. MP3 ID3v2 tag support, Alt-K for key help, and
bugfixes.

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[035] - OpenIPMI 2.0.13 (Development)
  by imipak (http://freshmeat.net/users/imipak/)
  Mon, Oct 22nd 2007 04:14

System :: Hardware
System :: Operating System Kernels :: Linux

About: OpenIPMI is an effort to create a full-function IPMI system to
allow full access to all IPMI information on a server and to abstract it
to a level that will make it easy to use. 

Changes: Many minor bugs were fixed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[036] - OpenLayers 2.5 
  by imipak (http://freshmeat.net/users/imipak/)
  Mon, Oct 22nd 2007 04:52

Internet :: WWW/HTTP :: Dynamic Content
Scientific/Engineering :: Geographical

About: OpenLayers is a pure JavaScript library for displaying map data in
most modern Web browsers, with no server-side dependencies. It can display
map tiles and markers loaded from any source. It implements a
(still-developing) JavaScript API for building rich Web-based geographic
applications. 

License: BSD License (revised)

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

                        - %  - %  - % - % -

[037] - Ortro 1.2.0-beta 
  by Luca Corbo (http://freshmeat.net/users/lucor/)
  Mon, Oct 22nd 2007 05:41

System :: Monitoring
System :: Systems Administration

About: Ortro is a Web-based system for scheduling and application
monitoring. It allows you to run existing scripts on remote hosts in a
secure way using ssh, create simple reports using queries from databases
(in HTML, text, CSV, or XLS) and email them, and send notifications of job
results using email, SMS, Tibco Rvd, Tivoli postemsg, or Jabber. 

Changes: The task feature was improved, so now you can easily assemble
jobs to perform tasks. Sharing of identities across systems is independent
of the modification of identity properties. The ability to upload files was
added. More plugins were added, such read_file, ftp_upload, and
spreadsheet_to_db. The ability to use an HTTP proxy for testing in the
testgen4web_simpletest plugin was added. The Pear libs were updated. There
are bugfixes and improvements for the core, GUI, and plugins. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[038] - OSSIM 1.7.0 
  by imipak (http://freshmeat.net/users/imipak/)
  Mon, Oct 22nd 2007 04:53

Scientific/Engineering :: Geographical
Scientific/Engineering :: Image Recognition

About: OSSIM is a high performance software system for remote sensing,
image processing, geographical information systems, and photogrammetry. 

Changes: Collada Models and BigTIFF support were added. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[039] - PatientOS 0.15 
  by Greg Caulton (http://freshmeat.net/users/caultonpos/)
  Mon, Oct 22nd 2007 03:13

Office/Business
Other/Nonlisted Topic
Scientific/Engineering :: Medical Science Apps.

About: PatientOS is a free healthcare information management system
designed for hospitals and healthcare practitioners. This software is for
physicians, nurses, pharmacist, the laboratory, and eventually all
hospital departments and clinicians. 

Changes: This version adds core scheduling functionality. A user can
search for a patient and schedule appointments on the day and week views.
Multiple user or resource calendars can be viewed side by side. The
software can now be installed and running in minutes with a broadband
Internet connection. Running the software without installing and
configuring a database will work, but it will be very slow unless a local
PostgreSQL database is installed. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[040] - Pauker 1.8RC2 (Development)
  by Ronny Standtke (http://freshmeat.net/users/rost/)
  Mon, Oct 22nd 2007 06:43

Education
Games/Entertainment

About: Pauker is a generic flashcard program written in  Java. It uses a
combination of ultra-shortterm, shortterm, and longterm memory. You can
use it to learn all the things you never want to forget, like vocabulary,
capitals, important dates, etc. 

Changes: Many translation updates, speed improvements, and bugfixes were
made. 

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[041] - PBooks 0.03 
  by infobankr (http://freshmeat.net/users/infobankr/)
  Mon, Oct 22nd 2007 10:24

Information Management
Office/Business :: Financial

About: Pbooks is a PHP-based accounting and bookkeeping system. It is
designed for use by small business, and uses the double-entry accounting
model.

Changes: This version includes some important additions to the PBooks
software, including invoices, account groups, and command line admin.
These are all new features and have not been tested extensively, and the
command line tool requires the php5-readline and html2text debian
packages.

License: Affero General Public License

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

                        - %  - %  - % - % -

[042] - PHP BookIn 0.6 
  by Armage (http://freshmeat.net/users/Armage/)
  Mon, Oct 22nd 2007 06:43

Information Management

About: PHP BookIn is an online bookmark manager that you can use as a Web
application to share your bookmarks across the Internet. 

Changes: A description field was added in the link information. There is a
new statistics page. The publish process allows you to give your friends
access to some of your links. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[043] - pymfvu 0.0.8 
  by Valek Filippov (http://freshmeat.net/users/frob/)
  Mon, Oct 22nd 2007 10:25

Multimedia :: Graphics
Multimedia :: Graphics :: Viewers

About: pymfvu is a WMF/EMF file viewer. It was started to prepare new
Windows Metafile and Enchanced Metafile filters for sK1 and Uniconvertor.
Most of the Metafile features are covered, but EMF+ isn't implemented yet.


Changes: Batch mode was added.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[044] - Python Audio Tools 2.5 
  by Brian Langenberger (http://freshmeat.net/users/tuffy/)
  Mon, Oct 22nd 2007 06:48

Documentation
Multimedia :: Sound/Audio :: CD Audio :: CD Ripping
Multimedia :: Sound/Audio :: CD Audio :: CD Writing

About: Python Audio Tools is a collection of audio handling programs that
work from the command line. These include programs for CD extraction,
track conversion from one audio format to another, track renaming and
retagging, track identification, CD burning from tracks, and more. It
supports internationalized track filenames and metadata using Unicode. It
works with high-definition, multi-channel audio as well as CD-quality.
Track conversion uses multiple CPUs or CPU cores if available to greatly
speed the transcoding process. Track metadata can be retrieved from FreeDB
or FreeDB-compatible servers. Audio formats supported are WAV, FLAC,
WavPack, MP3, Ogg Vorbis, M4A, and more. 

Changes: Support for non-CD quality audio was improved through automatic
resampling, dithering, and channel reduction when necessary. This allows
24-bit audio to be played through OSS-compatible sound devices,
non-44.1kHz audio tracks to be burnt to CD, 5.1 channel tracks to be
transcoded to MP3, and so forth. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[045] - Python Monkey 0.1.0 
  by José Fonseca (http://freshmeat.net/users/jrfonseca/)
  Mon, Oct 22nd 2007 06:41

Software Development

About: Python Monkey is an Eclipse plugin that adds support for the Python
scripting language to the Eclipse Monkey plugin, allowing you to quickly
automate and extend Eclipse using Python. 

License: Eclipse Public License

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

                        - %  - %  - % - % -

[046] - RESTORE 4.0b5-1 
  by Garret (http://freshmeat.net/users/Gacott/)
  Mon, Oct 22nd 2007 05:44

System :: Archiving :: Backup
System :: Networking

About: RESTORE is an enterprise network backup and recovery solution for
Windows, Novell, Mac OS X (data fork), Unix, and Linux systems. It is
scalable to a complete backup solution for multiple workstations, servers,
and data centers. It operates over local area networks, wide area networks,
and the Internet. 

License: GNU General Public License v2

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

                        - %  - %  - % - % -

[047] - RoundCube Webmail 0.1-RC2 
  by roundcube (http://freshmeat.net/users/roundcube/)
  Mon, Oct 22nd 2007 10:29

Communications :: Email :: Email Clients (MUA)
Internet :: WWW/HTTP :: Dynamic Content

About: RoundCube Webmail is a browser-based, multilingual IMAP client with
an application-like user interface. It provides the full functionality you
expect from an email client, including MIME support, address book, folder
manipulation, and message filters. The user interface is fully skinnable
using XHTML and CSS 2. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[048] - rpmrebuild 2.2.0-1 
  by Gerbier Eric (http://freshmeat.net/users/gerbier/)
  Mon, Oct 22nd 2007 06:47

System :: Installation/Setup

About: rpmrebuild is a tool to build an RPM file from a package that has
already been installed. It can be used to easily build modified packages,
and works on any Linux distribution that uses RPM.

Changes: rpmrebuild now support message localization. Two translations are
currently available: English and French. The man pages were also
translated. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[049] - shntool 3.0.5 
  by Jason Jordan (http://freshmeat.net/users/jjd/)
  Mon, Oct 22nd 2007 05:28

Multimedia :: Sound/Audio
Multimedia :: Sound/Audio :: Analysis
Multimedia :: Sound/Audio :: CD Audio

About: shntool is a multi-purpose WAVE data processing and reporting
utility that supports various lossless audio formats. These include SHN
(shorten), FLAC, AIFF (sox), APE (mac), OFR (OptimFROG), LPAC, WV
(WavPack), ALAC, LA, TTA, MKW, MPEG-4 ALS, Bonk, and KXS (Kexis).

Changes: This release adds progress indicators to hash mode and allows the
user to specify the size of the byte-shift comparison buffer in cmp mode. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[050] - Shoreline Firewall 4.0.5 
  by el cubano (http://freshmeat.net/users/el_cubano/)
  Mon, Oct 22nd 2007 20:00

System :: Networking
System :: Networking :: Firewalls
System :: Systems Administration

About: Shorewall is an iptables-based firewall for Linux Systems. Its
configuration is very flexible, allowing it to be used in a wide range of
firewall/gateway/router and VPN environments. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[051] - smb4php 0.7 
  by Victor M. Varela (http://freshmeat.net/users/varel/)
  Mon, Oct 22nd 2007 05:31

Software Development :: Libraries :: PHP Classes
System :: Networking

About: smb4php is a Samba stream wrapper for PHP to access files and
folders shared by an SMB server in a transparent way. You will be able to
use fopen, fclose, fwrite, fgets, opendir, readdir, unlink, etc. using an
URL beginning with "smb://".

Changes: Security was increased with a new authentication mode that uses
an environment variable. Perfomance was increased with optimal smbclient
options. 

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[052] - SNAKES 0.8.7 (Main)
  by Franck Pommereau (http://freshmeat.net/users/fpatalterndotorg/)
  Mon, Oct 22nd 2007 10:32

Scientific/Engineering
Software Development :: Libraries :: Python Modules

About: SNAKES is the Net Algebra Kit for Editors and Simulators. It is a
Python library that provides all that is necessary to define and execute
many sorts of Petri nets, in particular those of the PBC and M-nets
family. Its main aims are to be a general Petri net library, being able to
cope with most Petri nets models, and providing the researcher with a tool
to quickly prototype new ideas.

Changes: A bug when computing transition modes in the presence of empty
places has been fixed.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[053] - Splunk 3.1 
  by BSplunk (http://freshmeat.net/users/BSplunk/)
  Mon, Oct 22nd 2007 18:59

Information Management :: Records Management
Internet :: Log Analysis
Internet :: WWW/HTTP :: Indexing/Search

About: Splunk is a search engine that indexes and lets you search,
navigate, alert, and report on data from any application, server, or
network device. It lets you securely access logs, configurations, scripts
and code, messages, traps and alerts, activity reports, stack traces, and
metrics across thousands of components from one place in real time. This
data can include Apache logs, Sendmail logs, J2EE events, custom
application logs, configuration files, or any other type of file that a
sysadmin or developer will need to examine on a regular basis. 

Changes: Search strings can now contain variables that will be rendered as
form elements in the SplunkWeb interface. Search language simplification:
as part of a general effort to simplify the search language, equal signs
can now be used where double colons were required. With the introduction
of enhanced archiving and export, customers now have the capability to
flexibly archive their Splunk data based on time and size, which is
critical for large and long-term data storage issues common with
compliance mandates.

License: Other/Proprietary License with Free Trial

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

                        - %  - %  - % - % -

[054] - Supybot 0.83.3 
  by jamessan (http://freshmeat.net/users/jamessan/)
  Mon, Oct 22nd 2007 13:25

Communications :: Chat :: Internet Relay Chat

About: Supybot is a clearly-written Python IRC framework and bot, intended
to be both easily extensible and very flexible. Several modules are
included by default. Numerous plugins are already written, including
Google, Factoids, RSS, Quotes, and Relay. Plugins and their commands
achieve greater utility via command nesting, something that no other IRC
bot does. The user database is based on "capabilities" rather than obscure
flags or arbitrary numeric "userlevels", giving the bot flexibility and
fine-grained control (think ACLs vs. standard *nix permissions).
Developing your own additions to the bot is simple with the base classes
provided; writing a new command for the bot is as simple as writing a
function. Unlike many other IRC frameworks, this simplicity is achieved at
no cost to generality, which lets new programmers and old programmers alike
feel at home in the framework.

Changes: This release updates the bot to work properly with Python 2.5. It
fixes a few of the more prominent bugs discovered since the last release.

License: BSD License (revised)

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

                        - %  - %  - % - % -

[055] - syslog-async 0.2 
  by Simon Kelley (http://freshmeat.net/users/simonkelley/)
  Mon, Oct 22nd 2007 13:25

Software Development :: Libraries
System :: Logging

About: syslog-async provides a version of syslog() which never blocks. It
should be generally useful for any daemon for which it's more important
that the daemon continue to function than that it continue to log. 

Changes: The project is now under a dual license: GPLv2 and GPLv3.

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/syslog-async/

                        - %  - %  - % - % -

[056] - t2t 5.3 
  by Steve Scholnick (http://freshmeat.net/users/scholnicks/)
  Mon, Oct 22nd 2007 10:22

Text Processing :: Markup :: HTML/XHTML

About: t2t can convert any delimited text file to an HTML table. It
supports all attributes for the various table-related tags. It can read
its input either from stdin, a file, or a whole directory. when t2t is
passed in a directory, it will process all the files (except those with
either .html or .htm extension), and all the files in all the
sub-directories. It works on any system with Perl.

Changes: This release adds --verbose and --overwrite command line options.
--overwrite controls whether t2t will overwrite existing .html files.
Several warnings have been fixed. ~ is now supported in paths that are
specified in the .t2trc file.

License: GNU Lesser General Public License (LGPL)

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

                        - %  - %  - % - % -

[057] - tijmp 0.4 
  by Ernimril (http://freshmeat.net/users/ernimril/)
  Mon, Oct 22nd 2007 04:52

Software Development
Software Development :: Debuggers
System :: Benchmark

About: Tijmp is a small and fast memory profiler for Java 6 and later. It
can be used to find out what objects exist on the Java heap. It can show
why objects are not garbage collected. 

Changes: A memory graph was added. A few fixes were made to make it work
on Windows. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[058] - Tiny Tiny RSS 1.2.16 
  by Andrew Dolgov (http://freshmeat.net/users/gothfox/)
  Mon, Oct 22nd 2007 05:51

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

About: Tiny Tiny RSS is a Web-based news (RSS, RDF, or Atom) feed
aggregator designed to allow you to read news from any location, while
feeling as close to a real desktop application as possible. 

Changes: This release fixes several issues reported since 1.2.15. 

License: GNU General Public License (GPL)

URL: http://freshmeat.net/projects/tt-rss/

                        - %  - %  - % - % -

[059] - TuxCap Games Framework 1.3_04 
  by W.P. van Paassen (http://freshmeat.net/users/peterpaassen/)
  Mon, Oct 22nd 2007 13:33

Software Development :: Libraries :: Application Frameworks

About: The TuxCap games framework is a GNU/Linux port of PopCap's games
framework, which is a very commonly used framework for professional casual
2D game development on Windows. 

Changes: Minor bugfixes and improvements.

License: Other/Proprietary License with Source

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

                        - %  - %  - % - % -

[060] - Viking 0.9.3 
  by Guilhem BONNEFILLE (http://freshmeat.net/users/guyou/)
  Mon, Oct 22nd 2007 05:51

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 version contains a really long list of improvments and
bugfixes. One of the major enhancements is the ability to connect viking
to a GPS and obtain data in real time. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[061] - Votorola 0.0.2 
  by Michael Allan (http://freshmeat.net/users/mcallan/)
  Mon, Oct 22nd 2007 05:27



About: Votorola is software for open elections. It implements an electoral
system in which voters can advance their own candidates for public office.
Its voter rolls are backed by a trust network that is rooted in community
neighborhoods. Its elections are applicable to any office, at any level of
government, from local to global. 

Changes: Voter authentication was implemented. A demo server was set up. 

License: MIT/X Consortium License

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

                        - %  - %  - % - % -

[062] - vsdviewer 0.0.6 
  by Valek Filippov (http://freshmeat.net/users/frob/)
  Mon, Oct 22nd 2007 10:33

Multimedia :: Graphics
Multimedia :: Graphics :: Editors :: Vector-Based
Multimedia :: Graphics :: Graphics Conversion

About: vsdviewer is a MS Visio Drawing and Stencil (VSD/VSS) import filter
for the sK1 vector editor and UniConvertor. It can also be used as a
standalone viewer.

Changes: Shape to Stencil Item matching logic was improved. Merging of
Fill,Geom, cmds, and Text was implemented. More informational chunks were
named.

License: GNU General Public License v3

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

                        - %  - %  - % - % -

[063] - WANPIPE 3.2.1 (Beta)
  by imipak (http://freshmeat.net/users/imipak/)
  Mon, Oct 22nd 2007 04:57

Communications
System :: Networking
System :: Operating System

About: WANPIPE S-series is a family of intelligent multi-protocol WAN and
ADSL adapters that support data transfer rates up to 8Mbps. All WAN
protocols supported by WANPIPE are implemented in firmware and run on the
card. An advantage of an intelligent adapter is that it offloads the
system CPU and improves stability. By adding a Sangoma WAN/ADSL component
to the Linux kernel, one can create a powerful multi-T1/ADSL
router/firewall with proven reliability of Linux. Sangoma S-series cards
support an optional on board T1/E1 CSU/DSU that eliminates all external
components of a traditional routing solution: i.e. T1/E1 line can be
directly connected to the card. WANPIPE supports the following protocols,
ATM, ADSL, Frame Relay, PPP, MULTILINK PPP, CHDLC, X25(API), BitStreaming
(API), BiSync(API), and SDLC(API). Furthermore, WANPIPE supports custom
API development such as: Credit card verification, Voice-over IP,
Satellite Comm. All device drivers are part of the standard Linux Kernel
distribution. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[064] - white_dune 0.29beta730 (Development)
  by MUFTI (http://freshmeat.net/users/mufti22/)
  Mon, Oct 22nd 2007 05: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: The "options" menupoints were added to change the language and
GUI variant at the next startup. A problem with SceneTree drag'n drop on
CollisionSensor node was fixed. Rendering of initial RigidBody position
was fixed. A workaround was added for a problem in the display of
scenegraph after a node delete operation. 

License: GNU General Public License (GPL)

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

                        - %  - %  - % - % -

[065] - YFKlog 0.3.2 
  by Fabian Kurz (http://freshmeat.net/users/dj1yfk/)
  Mon, Oct 22nd 2007 10:30

Communications :: Ham Radio

About: YFKlog is a general purpose ham radio logbook for Unix operating
systems. It runs in text mode, which means it can easily be used on a
remote server, even from Windows computers with PuTTY. It features a
simple console-based user interface, a MySQL or SQLite database backend,
the ability to manage an unlimited number of logs, ADIF import and export,
easy log backup, high quality QSL (cards and labels) printing with LaTeX,
award tracking/statistics functions, and ARRL LOTW support.

Changes: A makefile has been added. This release installs to DESTDIR and
keeps the user-specific files in ~/.yfklog/. Tab order in the main log
form can now be defined by the user. There are improved sanity checks in
ADIF import. A 0-distance bug (division by zero) has been fixed.

License: GNU General Public License v2

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



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

_______________________________________________
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.