::: L I N K S F O R T H E D A Y :::
Today's news on the web: http://freshmeat.net/daily/2005/05/20/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce
-- -.- --- -.----- ..--- - -- -. -- -.-- - - -- .- -.- --..
::: A D V E R T I S I N G :::
Want to be the first software developer in space?
Register now for the Oracle Space Sweepstakes for a chance to win a free
ride on a Space Adventures suborbital space flight
http://ads.osdn.com/?ad_id=7413&alloc_id=16345&op=click
-.-.-.- --..--- .--- --- .--. --- - --- --- -..--- - .-. ----. -
::: R E L E A S E H E A D L I N E S (75) :::
[001] - Anatomic P2P 0.1 (GUI Planter)
[002] - BitTorrent 4.1.0
[003] - Cgiapp.class.php 1.7.0
[004] - Classic Forum 3.3.8
[005] - Cluster SSH 3.13.1 (Series 3)
[006] - Cobertura 1.3
[007] - Copper 2005 2.6 (Corporate)
[008] - CVS 1.11.20
[009] - dbacl 1.10
[010] - dietsniff 0.1
[011] - Echo2 Web Framework 2.0.alpha11
[012] - Flumotion 0.1.8
[013] - fpwdman 1.0.2
[014] - GalaxyHack 1.35
[015] - General Package/Module Interface 0.5.1
[016] - GeSHi 1.1.0alpha2 (Development)
[017] - gfeed 2.3.0
[018] - gquilt 0.01
[019] - Gregarius 0.4.2
[020] - GXPARSE 1.7
[021] - HighLine 0.6.0
[022] - Humano2 5.0.beta2
[023] - JGui 1.35
[024] - Karrigell 2.1.5
[025] - KSubtitleRipper 0.3.1
[026] - LAN Management System 1.6.0rc1
[027] - lcdtest 1.01
[028] - libaiml 0.3
[029] - Libquicktime 0.9.6
[030] - LinuxStok 0.0.9
[031] - Manitou-Mail 0.9.6
[032] - MerlinWork 1.0.5
[033] - Metallah 0.12a
[034] - MHonArc 2.6.11
[035] - miau 0.5.4
[036] - Miredo 0.5.0
[037] - msort 7.1
[038] - MUSCLE 2.65
[039] - Nennius 1.7
[040] - Nonpareil 0.63
[041] - OpenHPI 2.0.4 (Stable)
[042] - OpenHPI SNMP Subagent 2.0.0
[043] - OpenOffice.org 1.9.104 (Development)
[044] - OpenPSA 1.12.0 (Stable)
[045] - Partition Logic 0.55
[046] - pfqueue 0.3.8
[047] - Pie 0.1.2
[048] - publish-ftpd 0.78
[049] - pyNetConv 0.8.1
[050] - pysqlite 2.0.2 (Development)
[051] - PyTest 0.5.0
[052] - PyWeather 0.5.0
[053] - Real Estate Management Software 1.25a
[054] - Rebbin 0.7
[055] - ReleaseForge 0.7.1
[056] - rpmrebuild 2.0.3-1
[057] - Schism Tracker 0.2a
[058] - Scmbug 0.8.0
[059] - Siege 2.63b3 (Beta)
[060] - slacktrack 1.25_build1
[061] - std_utils 0.7.3
[062] - Stopmotion 0.3
[063] - Syntext Serna 2.2.0-rc2 (Serna2)
[064] - The Feedisto 0.1
[065] - trackSpiders.cgi 1.0
[066] - Tripoli 0.3
[067] - UDIG 1.0 RC5
[068] - Ufficio Zero 0.4.1
[069] - Universal System Monitor 0.2.2
[070] - Web-Analiser PRO 2.62
[071] - white_dune 0.29beta120 (Development)
[072] - WIKINDX 3.0.4
[073] - wp_flickr_sidebar 0.1
[074] - xffm 4.2.2 (Stable)
[075] - XIST 2.10
--..-.--------.-- .-- --.-------.-- -..-.--..---- .-- ---.------
::: R E L E A S E D E T A I L S :::
[001] - Anatomic P2P 0.1 (GUI Planter)
by kunkie (http://freshmeat.net/users/kunkie/)
Fri, May 20th 2005 16:38
Communications :: File Sharing
About: Anatomic P2P is an implementation of a protocol designed to
decentralize BitTorrent. It is based on a network of "supertrackers" or
"supernodes" that users query and which route users to the correct
tracker(s). A modified tracker and client are used, and "old" clients can
still use the network. The technology is based on the Gnutella GWebCache
system.
License: MIT/X Consortium License
URL: http://freshmeat.net/projects/anatomic/
- % - % - % - % -
[002] - BitTorrent 4.1.0
by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
Fri, May 20th 2005 09:06
Communications :: File Sharing
Internet :: File Transfer Protocol (FTP)
System :: Software Distribution
About: BitTorrent is a tool for copying files from one machine to another.
FTP punishes sites for being popular. Since all uploading is done from one
place, a popular site needs big iron and big bandwidth. With BitTorrent,
clients automatically mirror files they download, making the publisher's
burden almost nothing.
Changes: This release adds support for trackerless operation. Torrents can
now be created from the UI. I18n support has been integrated. Several small
fixes have been made.
License: OSI Approved
URL: http://freshmeat.net/projects/bittorrent/
- % - % - % - % -
[003] - Cgiapp.class.php 1.7.0
by Matthew Weier O'Phinney (http://freshmeat.net/users/weierophinney/)
Fri, May 20th 2005 22:49
Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Software Development :: Libraries :: PHP Classes
About: Cgiapp.class.php is a port of CGI::Application to PHP. It utilizes
Smarty as its default templating engine, much as CGI::Application uses
HTML::Template, due to its prevalence and acceptance in the PHP community.
Due to PHP's built-in session support, it also adds two methods, s_param()
and s_delete(), to handle session parameters. A number of static methods
have also been included to facilitate error handling and array/hash
conversion.
Changes: This release added a plugin architecture. Reusable plugins can
now be written to speed development and provide standard libraries for
applications. A sample plugin, Cgiapp_Plugin_HTML_QuickForm, provides a
convenience library for quickly and seamlessly adding HTML_QuickForm to a
Cgiapp-based application. A sample MailForm application utlizing this
plugin was also provided. A PHP5 compatibility that makes use of PHP5
exceptions and native overloading was also included.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cgiapp/
- % - % - % - % -
[004] - Classic Forum 3.3.8
by Christian Kruse (http://freshmeat.net/users/ckruse/)
Fri, May 20th 2005 04:38
Communications
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content
About: The Classic Forum is a classical threaded forum that consists of a
daemon that holds all data in RAM and client programs that query the
daemon or use shared memory to retrieve the data. It's designed to be very
fast and flexible and has a very well designed plugin interface. The user
interface features 72 configuration options and includes very nifty
filtering options.
Changes: This release fixes the length validation of the posting fields.
Due to two small bugs it was nearly useless.
License: Artistic License
URL: http://freshmeat.net/projects/cforum/
- % - % - % - % -
[005] - Cluster SSH 3.13.1 (Series 3)
by Duncs (http://freshmeat.net/users/djferguson/)
Fri, May 20th 2005 16:54
System :: Clustering/Distributed Networks
System :: Systems Administration
Utilities
About: Cluster SSH opens terminal windows with connections to specified
hosts and an administration console. Any text typed into the
administration console is replicated to all other connected and active
windows. This tool is intended for, but not limited to, cluster
administration where the same configuration or commands must be run on
each node within the cluster. Performing these commands all at once via
this tool ensures all nodes are kept in sync.
Changes: This is a total rewrite from scratch, with no code being carried
over from the previous versions, and with major improvements in
functionality. Series 2 will still be maintained.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/clusterssh/
- % - % - % - % -
[006] - Cobertura 1.3
by Mark Doliner (http://freshmeat.net/users/thekingant/)
Fri, May 20th 2005 04:09
Software Development :: Quality Assurance
Software Development :: Testing
About: Cobertura is a Java tool that calculates the percentage of code
accessed by tests. It can be used to identify which parts of your Java
program are lacking test coverage. It is based on jcoverage.
Changes: This release improves the structure of the XML reports and
creates a DTD, adds the ability to specify the location of the coverage
data files from the Ant tasks and the command line, and increases the
speed of HTML reports by filtering the files read in to determine
cyclomatic complexity numbers on.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cobertura/
- % - % - % - % -
[007] - Copper 2005 2.6 (Corporate)
by Element Digital (http://freshmeat.net/users/elementdigital/)
Fri, May 20th 2005 09:08
Communications
Desktop Environment :: File Managers
Documentation
About: Copper 2005 is a Web-based project management and collaboration
tool that allows teams to share information and files more effectively. It
features CRM, issues management, iCal/Mozilla Calendar syncing, and a
dynamic flash gantt.
Changes: This release adds a refined interface (reduced clicks, better
usability), a Springboard view (overview of tasks, issues, recent
activity), issues management, CRM-style contact reports, Dynamic Flash/PHP
Gantt, refined permissions, results paging, iCal synchronization, email
notification settings, customizable project-related settings, and more.
License: Other/Proprietary License with Source
URL: http://freshmeat.net/projects/copper2005projectmanagementsoftware/
- % - % - % - % -
[008] - CVS 1.11.20
by Moritz Barsnick (http://freshmeat.net/users/barsnick/)
Fri, May 20th 2005 09:05
Software Development :: Version Control
Software Development :: Version Control :: CVS
About: CVS is a version control system, which allows you to keep old
versions of files (usually source code), keep a log of who, when, and why
changes occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS
does not just operate on one file at a time or one directory at a time,
but operates on hierarchical collections of directories consisting of
version controlled files. CVS helps to manage releases and to control the
concurrent editing of source files among multiple authors. CVS allows
triggers to enable/log/control various operations and works well over a
wide area network.
Changes: This release fixes several minor security issues, including
CAN-2005-0753, several minor potential vulnerabilities in the contributed
Perl scripts, and compilation on IRIX 5.3.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/cvs/
- % - % - % - % -
[009] - dbacl 1.10
by Laird Breyer (http://freshmeat.net/users/garch1/)
Fri, May 20th 2005 04:16
Communications :: Email :: Filters
Scientific/Engineering :: Artificial Intelligence
Text Processing :: Filters
About: dbacl is a digramic Bayesian text classifier. Given some text, it
calculates the posterior probabilities that the input resembles one of any
number of previously learned document collections. It can be used to sort
incoming email into arbitrary categories such as spam, work, and play, or
simply to distinguish an English text from a French text. It fully
supports international character sets, and uses sophisticated statistical
models based on the Maximum Entropy Principle.
Changes: This release includes various bugfixes and small usability
improvements in the documentation and default switch handling. The major
addition is support for the TREC spamjig and improved memory mapping for
faster online learning.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/dbacl/
- % - % - % - % -
[010] - dietsniff 0.1
by Hynek Schlawack (http://freshmeat.net/users/hynek/)
Fri, May 20th 2005 16:28
Internet
Security
System :: Diagnostics
About: dietsniff is a tiny tool for analyzing traffic on a network. It's
not intended to replace well-known tools like tcpdump or ethereal. It's
intended for the case when a small and especially static sniffer is
required. Accordingly, it's also by far not that powerful, and is also
bound to Linux as a platform.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/dietsniff/
- % - % - % - % -
[011] - Echo2 Web Framework 2.0.alpha11
by NextApp (http://freshmeat.net/users/nextapp/)
Fri, May 20th 2005 09:17
Internet :: WWW/HTTP :: Dynamic Content
Software Development :: User Interfaces
About: Echo2 is a reinvention of the Echo Web Framework built around an
AJAX (Asynchronous JavaScript and XML) rendering engine. It aims to
provide a component-oriented/event-driven toolkit for developing Web
applications that approach the capabilities of rich clients.
Changes: This release adds SelectField and ListBox components, fixes a bug
in Alpha10 which caused client-side event listeners not to be unregistered
(which had a substantial negative performance impact on Internet Explorer
6 clients), and makes buttons render rollover icons and pressed-state
icons.
License: Mozilla Public License (MPL)
URL: http://freshmeat.net/projects/echo2/
- % - % - % - % -
[012] - Flumotion 0.1.8
by Uraeus (http://freshmeat.net/users/uraeus/)
Fri, May 20th 2005 10:50
Internet :: WWW/HTTP :: HTTP Servers
Multimedia
About: Flumotion Streaming Server is a streaming server that supports
streaming in free formats. It uses a distributed architecture, and sports
an easy-to-use configuration GUI.
Changes: A new status docklet for instant problem feedback and a few
important bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/flumotion/
- % - % - % - % -
[013] - fpwdman 1.0.2
by bwise837 (http://freshmeat.net/users/bwise837/)
Fri, May 20th 2005 16:12
Desktop Environment :: Tools
Information Management :: Records Management
Security :: Cryptography
About: fpwdman manages a file of passwords that is accessed by one master
passphrase. It can import and export password files and makes it possible
for encrypted password files to easily be transferred across operating
systems. It supports multiple password files, which could be used when a
number set of system administrators share a site-wide file of passwords
for common tasks, while each maintaining a file of personal passwords. It
also exports and imports password files to and from plain text and
optionally uses user-generated random entropy. The source includes two
command lines tools to encrypt and decrypt: ensbc and desbc.
Changes: This release allows you to double-click to quickly view sites.
The About and Usage dialogs have been cleaned up. The documentation has
been clarified and updated to reflect the above changes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/fpwdman/
- % - % - % - % -
[014] - GalaxyHack 1.35
by James Gregory (http://freshmeat.net/users/jamesgregory/)
Fri, May 20th 2005 23:12
Games/Entertainment
Games/Entertainment :: Real Time Strategy
Games/Entertainment :: Simulation
About: GalaxyHack allows you to design a fleet of spaceships which can
then be tested in AI script based battles against fleets designed by other
players. Though battles take place in real time, the strategy comes
beforehand, both in writing short AI scripts in an easy-to-use proprietary
scripting language, and also in the set up and selection of your forces.
Changes: Various gameplay changes were made. A much larger battle arena
was implemented, ships now have momentum, capital ships can move, and it
is harder for bombers to outrun fighters. A large number of improvements
were made to aid tournaments. Various minor feature enhancements were made
and a few minor problems and bugs were fixed. AI error messages are now
dealt with more effectively.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/galaxyhack/
- % - % - % - % -
[015] - General Package/Module Interface 0.5.1
by igor2 (http://freshmeat.net/users/igor2/)
Fri, May 20th 2005 23:26
Software Development :: Libraries
About: General Package/Module Interface (GPMI) is a lightweight library
that assists with modularizing applications. It includes prewritten script
interpreter modules in addition to timers, events, and package
dependencies.
Changes: This release fixed multiple calls to package init, bad handling
of uint, and many small bugs with PHP support. Applications no longer need
to be compiled with -ltcl. Regression tests were added for PHP.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/gpmi/
- % - % - % - % -
[016] - GeSHi 1.1.0alpha2 (Development)
by Nigel McNie (http://freshmeat.net/users/oracleshinoda/)
Fri, May 20th 2005 04:14
Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Libraries :: PHP Classes
Text Processing :: Markup :: HTML/XHTML
About: GeSHi is a generic syntax highlighter for PHP that takes any source
code and highlights it in XHTML and CSS. It features case-sensitive or
insensitive highlighting, auto-caps/non-caps of any keyword, an unlimited
scope for styling, the use of CSS in which almost any aspect of the source
can be highlighted, the use of CSS classes to massively reduce the amount
of output code, function-to-URL capabilities, line numbering, and much
more. Over 30 languages are supported, including Java, C, PHP, HTML, CSS,
SQL, Pascal, C++, XML, ASP, and ASM.
Changes: Due to a couple of minor bugfixes, CSS support has been greatly
improved. Now all attributes are highlighted, more attribute values and
symbols are supported, class and ID selectors are highlighted, and
support for inline media has been added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/geshi/
- % - % - % - % -
[017] - gfeed 2.3.0
by thisnukes4u (http://freshmeat.net/users/thisnukes4u/)
Fri, May 20th 2005 22:52
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
About: gfeed is an RSS feed reader for Linux and Gtk+ 2.0. It is designed
to be a simple yet highly customizable reader, not an aggregator, which
means it is designed for easy integration into a desktop. Its features
include: customizable "feed" files that describe a feed; full support for
transparency (native to the app) under X.org 6.8 and higher; and automatic
updating of feeds based on an interval defined in the feed file.
Changes: Console output was fixed, a new quote was added, and many other
changes were made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gfeed/
- % - % - % - % -
[018] - gquilt 0.01
by Peter Williams (http://freshmeat.net/users/peterwilliams/)
Fri, May 20th 2005 11:19
Desktop Environment :: Tools
Software Development :: Version Control
About: quilt is a tool for managing a series of patches by keeping track
of the changes each patch makes. Patches can be applied, un-applied,
refreshed, etc. gquilt is a PyGTK GUI wrapper for quilt.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gquilt/
- % - % - % - % -
[019] - Gregarius 0.4.2
by Marco Bonetti (http://freshmeat.net/users/mbi/)
Fri, May 20th 2005 04:39
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
About: Gregarius is a Web-based RSS/RDF/ATOM news aggregator featuring
OPML import/export, XHTML/CSS output, and an AJAX-based item tagging
system.
Changes: This release adds support for a new AJAX-based item state
editor, a theme switcher, and a plugin engine. The installation and
upgrade processes have been greatly improved and are now completely
automatic.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gregarius/
- % - % - % - % -
[020] - GXPARSE 1.7
by Ian E. Gorman (http://freshmeat.net/users/iegorman/)
Fri, May 20th 2005 04:10
Text Processing :: Markup :: XML
About: GXPARSE is not a new XML parser, but is an additional processing
layer that makes it much easier to use event-based parsers like the SAX
parser. It supports both direct sequential output and random access output
(via the Resequencer interface). The random access mode delays output until
all input has been processed, but makes it much easier to handle ID/IDREF
attributes. GXPARSE maintains most advantages of the event-based parser.
Application development and maintenance is considerably easier, but
processing is a little slower.
Changes: This release implements pattern matching tools using the Java
regular expression package. The tools can be used like the pattern-action
rules of awk and Perl, and can also be used for recursive pattern
matching. Recursive pattern matching can recognize nested sets of
parentheses, and can be used to implement recursive-descent parsers.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/gxparse/
- % - % - % - % -
[021] - HighLine 0.6.0
by Greg Brown (http://freshmeat.net/users/greg7224/)
Fri, May 20th 2005 16:57
Software Development :: Libraries :: Ruby Modules
About: HighLine was designed to ease the tedious tasks of doing console
input and output with low-level methods like gets() and puts(). It
provides a robust system for requesting data from a user, without needing
to code all the error checking and validation rules and without needing to
convert the typed Strings into what your program really needs.
License: Freely Distributable
URL: http://freshmeat.net/projects/highline/
- % - % - % - % -
[022] - Humano2 5.0.beta2
by Marijn Vriens (http://freshmeat.net/users/marijn/)
Fri, May 20th 2005 23:11
Database :: Front-Ends
Information Management
Internet :: WWW/HTTP :: Dynamic Content
About: The Humano2 platform makes it possible to create business
applications ranging from CRM, Help Desk, and ERP to Collaboration with a
visual modelling environment. The platform is built using a metadata
architecture and is designed to support multiple databases.
Changes: This release featured the addition of a basic interface for
reports and folders, various interface inhancements, changes to the date
selection software, and many bugfixes in the user interface code.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/humano2/
- % - % - % - % -
[023] - JGui 1.35
by ak (http://freshmeat.net/users/imagero/)
Fri, May 20th 2005 10:55
Software Development :: Libraries :: Java Libraries
About: JGui is a collection of useful Java GUI components and utilities.
JGui includes a docking windows framework for Swing and AWT; a dynamic
tree framework; ThreadManager, which helps to distribute tasks to a number
of threads; TLToolTipManager, which shows hidden parts of JTree's and
JLabel's cells; JShape, a non-rectangular translucent Swing component; and
many more.
Changes: A new layout manager (RainLayout) that supports horizontal and
vertical orientation, sorting of children Components, and more.
JGuiTabbedPane (a TabbedPane implementation) is added. You can sort and
filter tabs, change tab placement with dnd, perform vertical tab
orientation for left and right tab placement, auto mnemonics, and full
keyboard navigation. You can rotate (90 or 270 degrees) JButtons and
JLabels. ButtonPanel/FoldableButtonPanel and IconifyBar/TaskBar have been
added. ImmediateToolTipManager can show tooltips with no delay.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/jgui/
- % - % - % - % -
[024] - Karrigell 2.1.5
by Pierre Quentel (http://freshmeat.net/users/quentel/)
Fri, May 20th 2005 04:13
Internet :: WWW/HTTP :: Dynamic Content
About: Karrigell is a Web framework written in Python, including a Web
server and an SQL database (gadfly). It can also work with Apache and
Xitami, and any database with a Python interface. It allows execution of
Python scripts and of pages mixing Python and HTML, easy handling of
authentication and sessions, building pages from components, and
internationalization features. It comes with a complete documentation and
several demos, including a wiki server, a forum, and a portal with
personalization and news editing.
Changes: In this release, a bug where the server could crash if a form
had several fields with the same name was fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/karrigell/
- % - % - % - % -
[025] - KSubtitleRipper 0.3.1
by Runico (http://freshmeat.net/users/Runico/)
Fri, May 20th 2005 10:49
Multimedia :: Video :: Conversion
About: KSubtitleRipper is a GUI for KDE to rip DVD subtitles. It uses
subtitleripper to extract subtitles from .vob files and to create the .srt
file, and gocr to convert subtitle images to text.
Changes: This release will send the correct string to gocr on UTF-8
systems. Minimum sizes have been added to some dialogs. Subtitle language
can be chosen. Spell checking can be disabled. Scrollbars have been added
to subtitle and autocenter it. The project file format has changed to XML.
There are some bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ksubtitleripper/
- % - % - % - % -
[026] - LAN Management System 1.6.0rc1
by Lexx (http://freshmeat.net/users/Lexx/)
Fri, May 20th 2005 04:39
Database :: Front-Ends
Software Development :: Libraries :: PHP Classes
System :: Networking
About: LAN Management System is a set of PHP, C, and Perl applications for
management of local area networks and ISPs.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lms/
- % - % - % - % -
[027] - lcdtest 1.01
by Eric Smith (http://freshmeat.net/users/brouhaha/)
Fri, May 20th 2005 04:34
System :: Diagnostics
Utilities
About: lcdtest is a utility to display monitor test patterns. It was
originally written for use with LCD monitors, and may be useful in finding
pixels that are stuck on or off as well as for adjustment (automatic or
manual). However, it can be useful for CRT monitors as well. lcdtest uses
the SDL library, and has been used on Linux with X and on Windows, but may
work on other platforms supported by SDL.
Changes: A new "dots" test pattern has been added. There is now an
on-screen help message.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/lcdtest/
- % - % - % - % -
[028] - libaiml 0.3
by V01D (http://freshmeat.net/users/phreakuencies/)
Fri, May 20th 2005 04:16
Scientific/Engineering :: Artificial Intelligence
Software Development :: Libraries
About: libaiml is a C++ AIML intepretor in the form of a static library
written from scratch. It will give users the ability to add an AIML
interpreting engine to their programs.
Changes: This release features a lot of internal changes and some
bugfixes. It implements some missing features as well.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/libaiml/
- % - % - % - % -
[029] - Libquicktime 0.9.6
by Burkhard Plaum (http://freshmeat.net/users/gmerlin/)
Fri, May 20th 2005 16:21
Multimedia :: Video
Multimedia :: Video :: Conversion
Multimedia :: Video :: Display
About: Libquicktime is based on the great quicktime4linux library with
several enhancements. All 3rd-party libraries were removed from the
sourcetree. Instead, the systemwide installed libraries are detected by
the configure script. All original codecs were moved into dynamically
loadable modules, and new codecs are in development. Libquicktime is
source-compatible with quicktime4linux (i.e., all quicktime4linux apps can
be linked with libquicktime). Special API extensions allow access to the
codec registry and more convenient processing of Audio and Video data.
Libquicktime comes with all original utility programs, and additional
tools, like a commandline player and a GTK configuration utility which can
configure the parameters of all installed codecs. The configuration is
stored in the home directory and is be used by all libquicktime
applications.
Changes: This release includes some fixes for NetBSD 2.0. Compilation now
works with newer ffmpeg versions and happens without a single gcc warning.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/libquicktime/
- % - % - % - % -
[030] - LinuxStok 0.0.9
by Eduardo RBS (http://freshmeat.net/users/edurbs/)
Fri, May 20th 2005 16:08
Office/Business :: Financial :: Point-Of-Sale
About: LinuxStok is software for managing the life of a commercial store.
It is developed especially for the Brazilian market.
Changes: A front-end and a Validation is provided for "Inscricao
Estadual", PIS and "Titulo Eleitoral". There are several new icons, and
new support for MySQL and PostgreSQL.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/linuxstok/
- % - % - % - % -
[031] - Manitou-Mail 0.9.6
by Daniel Vérité (http://freshmeat.net/users/dgv/)
Fri, May 20th 2005 09:00
Communications :: Email
About: Manitou-Mail is a 3-part database-driven email system: a PostgreSQL
database for the storage engine, a Perl daemon that does send/receive and
customizable analysis/indexing of the mail, and a mailer-like user
interface (C++/Qt) connected to the database. The general goal is to
provide a database-style architecture to handle email, not just for
storage but at the application level too. Fast and shared access,
fine-tuned security, robust storage, consistent backups, auditing,
statistics, and customized add-ons are possible.
Changes: This release adds a dozen bugfixes, a French translation for the
user interface, a bayesian auto-classifier plugin, an automated FTP
uploader for large attachments, the ability to run Perl plugins on
outgoing mail, and various usability enhancements.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/manitou/
- % - % - % - % -
[032] - MerlinWork 1.0.5
by Fabrizio Balliano (http://freshmeat.net/users/balliano/)
Fri, May 20th 2005 09:00
Database :: Front-Ends
Software Development :: Libraries :: PHP Classes
About: MerlinWork (the Merlin Web Application Framework) is a framework
for Web-based, event driven stateful applications written in PHP. It
allows easy integration with databases, or other data sources such as text
files. It is fully object-oriented so the code is very re-usable and
extendable.
Changes: This release substitutes MerlinWork in favor of P4A (PHP For
Applications) and fixes a BUTTON::get_as_string() bug.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/merlinwork/
- % - % - % - % -
[033] - Metallah 0.12a
by Alex'a X Spirit (http://freshmeat.net/users/axspirit/)
Fri, May 20th 2005 11:41
System
About: Metallah ia a Web-based man page viewer. It has a thought out user
interface, visual options tuning, and the ability to properly display
localized manual pages.
License: MIT/X Consortium License
URL: http://freshmeat.net/projects/metallah/
- % - % - % - % -
[034] - MHonArc 2.6.11
by ehood (http://freshmeat.net/users/ehood/)
Fri, May 20th 2005 11:00
Communications :: Email
Communications :: Email :: Filters
System :: Archiving
About: MHonArc is a Perl program for converting mail or news messages into
HTML archives. It can also be used to convert individual messages into HTML
documents. Other capabilities include robust MIME support and powerful user
customization features.
Changes: Several bugfixes, including a regex abortion error under Windows,
a UTF-8 parsing error, a text flow conversion error, and an XSS
vulnerability for IE users.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/mhonarc/
- % - % - % - % -
[035] - miau 0.5.4
by tsaviran (http://freshmeat.net/users/tsaviran/)
Fri, May 20th 2005 16:14
Communications :: Chat :: Internet Relay Chat
About: miau is a small, fully featured IRC bouncer. Features include
so-called quicklogging, logging, auto-opping, and dcc-bouncing. Most
features can be enabled/disabled with a configure script.
Changes: Channelkeys defined in miaurc now work. The channel mode parser
has been fixed. The RC file parser has been fixed to cope with CR-LF
(editing rc files under Windows should finally work). There is a
workaround for Chatzilla. Crash-prone strlen, a possible double-free(),
and prototypes for signal handlers have been fixed. Options to tweak flood
protection and an option for channel rejoin tries have been added.
Non-required CTCP-replies have been removed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/miau/
- % - % - % - % -
[036] - Miredo 0.5.0
by Rémi Denis-Courmont (http://freshmeat.net/users/rdenisc/)
Fri, May 20th 2005 16:19
Internet
System :: Networking
About: Miredo is a Unix daemon program which implements the "Teredo:
Tunneling IPv6 over UDP through NATs" Internet draft specification. It can
serve either as a Teredo client, a stand-alone Teredo relay, or a Teredo
server. The purpose of Teredo IPv6 tunneling is to provide IPv6
connectivity to users behind NAT devices, most of which do not support
IPv6, and not even Proto-41 forwarding.
Changes: Maintenance and connectivity loss detection were rewritten and
now work fine. The authentication token is renewed every hour. A
work-around to reach peers rejecting pings was added. The server component
is in a separate program. Some bugs were fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/miredo/
- % - % - % - % -
[037] - msort 7.1
by Bill Poser (http://freshmeat.net/users/billposer/)
Fri, May 20th 2005 16:20
Text Processing
Text Processing :: Linguistic
Utilities
About: msort is a program for sorting files in sophisticated ways. It
differs from typical sort utilities in providing greater flexibility in
parsing the input into records and identifying key fields and greater
control over the sort order. Records need not be single lines of text but
may be delimited in a number of ways. Key fields may be selected either by
position or by tag. For each key an arbitrary sort order may be specified.
The sort order may contain multigraphs. In addition to the usual
lexicographic and numerical orderings, msort supports sorting by date,
time, and string length. Any or all keys may be optional. For optional
keys, the user may specify how records missing the key field should
compare to records in which the key field is present. The basic program
has a somewhat complex command line interface, but it may be driven by an
optional GUI.
Changes: Keys can now be re-ordered in the GUI by dragging and dropping.
Miscellaneous small improvements were made in the GUI's handling of errors
in the daughter process, and in preventing such errors.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/msort/
- % - % - % - % -
[038] - MUSCLE 2.65
by Jeremy Friesner (http://freshmeat.net/users/jaf/)
Fri, May 20th 2005 22:46
Communications
Database :: Database Engines/Servers
Software Development :: Libraries
About: MUSCLE (Multi User Server Client Linking Environment) is an N-way
messaging server and networking API. It is portable to any OS with a POSIX
TCP sockets API and a modern C++ compiler. The archive also contains
client-side networking APIs for various languages, including C, C++, Java,
C#, and Python. MUSCLE lets programs communicate over a network via streams
of serialized Message objects (which are similar to BeOS's BMessages). The
included server program ("muscled") lets its clients message each other
and store information in its server-side hierarchical database. The
database supports flexible queries via hierarchical wildcarding, and
"live" updates via a subscription mechanism. It may also be customized via
subclassing if application-specific server-side logic is needed.
Changes: The String class was optimized to avoid creation of temporaries.
A few minor Windows-specific problems were fixed.
License: BSD License (revised)
URL: http://freshmeat.net/projects/muscle/
- % - % - % - % -
[039] - Nennius 1.7
by brian vaughn (http://freshmeat.net/users/bvaughn/)
Fri, May 20th 2005 09:52
About: Nennius is an object-oriented application engine. Although
initially intended to be a time and expense tracking tool, it has since
been improved upon to support a wide array of data types and
relationships. It offers the ability to run multiple, concurrent Web
applications from a single Nennius engine. Each Web application is fully
customizable and can easily be modified to fit almost any existing
business model.
License: The Apache License 2.0
URL: http://freshmeat.net/projects/nennius/
- % - % - % - % -
[040] - Nonpareil 0.63
by Eric Smith (http://freshmeat.net/users/brouhaha/)
Fri, May 20th 2005 04:35
Scientific/Engineering
Software Development :: Assemblers
Software Development :: Debuggers
About: Nonpareil is a microcode-level simulator for HP calculators
introduced between 1972 and 1982, including the HP-35, HP-45, HP-55,
HP-25, HP-34C, HP-38C, HP-41CV, HP-11C, HP-12C, HP-15C, HP-16C, and other
models. The necessary microcode is included, as is a microcode assembler.
The GTK+ toolkit is used for the user interface.
Changes: The HP-11C, HP-12C, and HP-15C calculators are now simulated.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/nonpareil/
- % - % - % - % -
[041] - OpenHPI 2.0.4 (Stable)
by Renier (http://freshmeat.net/users/renier/)
Fri, May 20th 2005 10:51
System :: Diagnostics
System :: Hardware
System :: Monitoring
About: Open HPI is an open source project created with the intent of
providing an implementation of the SA Forum's Hardware Platform Interface
(HPI). It provides a universal interface for Platform Management,
including hardware sensor monitoring and control.
Changes: A quick 2.0.4 release was made to fix some installation issues in
the utilities library. Applications using the installed utils library
should compile without issues now.
License: BSD License (original)
URL: http://freshmeat.net/projects/openhpi/
- % - % - % - % -
[042] - OpenHPI SNMP Subagent 2.0.0
by Renier (http://freshmeat.net/users/renier/)
Fri, May 20th 2005 16:19
System :: Clustering/Distributed Networks
System :: Hardware
System :: Monitoring
About: Open HPI SNMP Subagent is a Net-SNMP based subagent which exposes
the HPI Interface via SNMP. It includes full support for Resources,
Events, Hardware Sensors and Controls, and all other elements of the HPI
specification. It will work with any HPI 1.0-compliant implementation.
Changes: Many bugs have been fixed, but the major feature of this release
is that it supports the HPI B.01.01 specification created by the SA Forum.
You can do discovery, write rows, create rows, and delete rows where
applicable. In addition, 29 out of 56 tables have been completed.
License: BSD License (original)
URL: http://freshmeat.net/projects/openhpisubagent/
- % - % - % - % -
[043] - OpenOffice.org 1.9.104 (Development)
by Martin Hollmichel (http://freshmeat.net/users/oooRatte/)
Fri, May 20th 2005 04:37
Office/Business
Office/Business :: Office Suites
About: OpenOffice.org is the Open Source project through which Sun
Microsystems is releasing the technology for the popular StarOffice
productivity suite.
Changes: This release updates support for Linux/PPC, and Linux/SPARC has
been added.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/openoffice/
- % - % - % - % -
[044] - OpenPSA 1.12.0 (Stable)
by Eero af Heurlin (http://freshmeat.net/users/mashiara/)
Fri, May 20th 2005 16:09
Information Management :: Document Repositories
Information Management :: Issue Tracking
Office/Business
About: OpenPSA is a Web-based Professional Services Automation suite
including project management, time tracking, document management, sales
force automation, direct marketing, help desk, and a group calendar. It
runs on the Midgard application server.
Changes: This is probably the last release before 2.0 (which is a major
rewrite). Calendar has WebDAV and SyncML support. Projects has performance
enhancements. CRM has many smaller changes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/openpsa/
- % - % - % - % -
[045] - Partition Logic 0.55
by Andy McLaughlin (http://freshmeat.net/users/andymcl/)
Fri, May 20th 2005 04:37
System :: Archiving :: Mirroring
System :: Installation/Setup
System :: Systems Administration
About: Partition Logic is a partitioning and data management tool for
PC-compatible computers. It includes its own standalone operating system
and GUI, and can fit on a single boot floppy (or CD). It creates,
modifies, deletes, formats, and moves partitions, and copies hard disks.
It is based on the Visopsys operating system.
Changes: This is a maintenance release, with some additional capabilities
including installation support for all FAT filesystems, primitive PCI
driver support, parallel I/O for disk copy operations, and better
multitasking and interrupt handling performance. In addition, GUI window
layout and resizing has been reimplemented and generally fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/partlogic/
- % - % - % - % -
[046] - pfqueue 0.3.8
by Stefano Rivoir (http://freshmeat.net/users/steunix/)
Fri, May 20th 2005 09:16
System :: Monitoring
About: pfqueue is an ncurses console-based tool for managing Postfix
queued messages.
Changes: This release adds a "-" key to suspend/resume queue scanning,
makes PageUp/Down work in the main window, improves search capabilities
with the ability to specify where to search, print startup error messages
on stderr, and reworks the help screen.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pfqueue/
- % - % - % - % -
[047] - Pie 0.1.2
by pm (http://freshmeat.net/users/ekkaia/)
Fri, May 20th 2005 23:11
Communications :: File Sharing
Documentation
Information Management
About: Pie is a lightweight content management system for Web-sharing
documents, files, and arbitrary pieces of information. Making use of a
Wiki's meta language and page-linking abilities, it lets authors create
and maintain content via HTTP on a corporate basis. It features an
emphasis on fast content delivery to its recipients rather than
sophisticated add-ons, therefore conveying compiled output instead of
performing time consuming run-time processing.
Changes: A page search mechanism and a sandbox mode were added.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pie/
- % - % - % - % -
[048] - publish-ftpd 0.78
by John Cowan (http://freshmeat.net/users/johnwcowan/)
Fri, May 20th 2005 16:34
Internet :: File Transfer Protocol (FTP)
Internet :: WWW/HTTP :: HTTP Servers
About: publish-ftpd is a non-anonymous read-only FTP and HTTP server. It
requires no external programs other than a few standard Perl modules
loaded at startup, and no configuration files other than the binary
password and MIME-types files created by publish-ftpd-maint, its companion
maintenance program. It provides neither high performance nor high
security, and should not generally be used for serving files to the
Internet.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/publish-ftpd/
- % - % - % - % -
[049] - pyNetConv 0.8.1
by mrsva (http://freshmeat.net/users/mrsva/)
Fri, May 20th 2005 04:38
Scientific/Engineering :: Bioinformatics
About: pyNetConv is a Python library created to help the conversion of
some network file formats. It can read/write (and convert from/to) the
following file formats: Pajek network files (.net), Pajek cluster files
(.clu), Cytoscape network files (.sif), Cytoscape node attributes files,
and GML files.
Changes: This release features lots of small bugfixes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pynetconv/
- % - % - % - % -
[050] - pysqlite 2.0.2 (Development)
by Gerhard Häring (http://freshmeat.net/users/haering/)
Fri, May 20th 2005 22:46
Database :: Front-Ends
Software Development :: Libraries :: Python Modules
About: SQLite is a powerful embedded relational database engine. PySQLite
makes it available to Python developers via the Database API 2.0.
Changes: This release is the first one that can be compiled on MacOS X
Tiger. It also fixes a few compilation warnings under GCC 4.0. Statements
are now closed earlier, so it's now possible to COMMIT after SELECT
without getting errors. The superfluous type objects in the DB-API
interface were removed.
License: zlib/libpng License
URL: http://freshmeat.net/projects/pysqlite/
- % - % - % - % -
[051] - PyTest 0.5.0
by SurfTheWorld (http://freshmeat.net/users/blunck2/)
Fri, May 20th 2005 23:24
Software Development :: Testing
About: PyTest is a small package that facilitates the unit testing process
by aggregating PyUnit tests and making them easier to call from the command
line and from within other unit tests. Typical tests are written with a 1-1
relationship with the module they test. In packages with multiple modules,
it can become cumbersome to run all of the unit tests from the command
line. PyTest can run all of the unit tests in a directory by locating all
modules that begin with "test_". Reflection is then used to extract the
TestCase class, and a suite is constructed, reflecting all test cases. It
can also be used programmatically in a test_all.py.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pytest/
- % - % - % - % -
[052] - PyWeather 0.5.0
by SurfTheWorld (http://freshmeat.net/users/blunck2/)
Fri, May 20th 2005 23:11
Scientific/Engineering :: Mathematics
Software Development :: Libraries :: Python Modules
About: PyWeather is a collection of weather related modules that are
capable of performing conversion calculations for many common
meteorological units.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pyweather/
- % - % - % - % -
[053] - Real Estate Management Software 1.25a
by web-tool (http://freshmeat.net/users/mvander/)
Fri, May 20th 2005 04:38
Information Management :: Records Management
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
About: Real Estate Management Software is a real estate management
solution for real estate professionals or a for-sale-by-owner Web site.
You can easily place all your listings on the Web, create areas, school
districts, and property types, and upload images. Search functionality is
included.
Changes: The documentation has been updated to include some contributed
workarounds for problems that may arise on some systems.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/real-estate-management-software/
- % - % - % - % -
[054] - Rebbin 0.7
by Lawrence Oluyede (http://freshmeat.net/users/rhymes/)
Fri, May 20th 2005 17:01
Communications :: Chat
Communications :: File Sharing
Internet :: WWW/HTTP :: Dynamic Content
About: Rebbin is a pastebin which uses the Ruby on Rails framework.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/rebbin/
- % - % - % - % -
[055] - ReleaseForge 0.7.1
by Phil Schwartz (http://freshmeat.net/users/phil_schwartz/)
Fri, May 20th 2005 10:57
About: ReleaseForge is a GUI application designed for project
administrators and release engineers of projects that are hosted at
SourceForge. It is intended to make it easier and faster to create a new
release and edit existing releases rather than using the SourceForge Web
interface. It streamlines the release effort by prompting you for
information regarding your new release (version info, change log, release
notes, files to include, etc). It then seamlessly negotiates with the
SourceForge Web server, creating your release, posting your release
notes/change log, uploading your files to the SourceForge FTP server,
selecting the files for inclusion in your release on the SourceForge Web
server, updating the file attributes of each of the files and then, if
appropriate, notifying monitoring users of the new release.
Changes: This version includes a fix for the formatting of SourceForge
project news submissions (previously, newlines were lost). The
auto-generated UI files have been re-generated with an updated pyuic
program, which fixes an incompatibility issue with PyQt 3.14.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/releaseforge/
- % - % - % - % -
[056] - rpmrebuild 2.0.3-1
by Gerbier Eric (http://freshmeat.net/users/gerbier/)
Fri, May 20th 2005 09:01
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: A new plugin (nodoc) has been added to remove a package's
documentation. Two new options (--release, --notest_install) have been
added to improve batch use.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/rpmrebuild/
- % - % - % - % -
[057] - Schism Tracker 0.2a
by storlek (http://freshmeat.net/users/storlek/)
Fri, May 20th 2005 04:12
Multimedia :: Sound/Audio :: Editors
Multimedia :: Sound/Audio :: Mixers
Multimedia :: Sound/Audio :: Players
About: Schism Tracker is a tracked music editor that aims to match the
look and feel of Impulse Tracker as closely as possible. The player code
is based on the Modplug library, so it supports a wide variety of module
formats.
Changes: This version adds numerous features, including AIFF sample
support, in-module sample browsing, implementation of several more keys
(such as Ctrl-F7 on the orderlist to queue a specific order to play
next), improved character drawing, and a completely rewritten directory
scanning code for better portability to other platforms. Additionally,
this fixes a number of bugs, including a segmentation fault when resizing
patterns and a long-standing bug with the event loop that occasionally
prevented the display from updating.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/schism/
- % - % - % - % -
[058] - Scmbug 0.8.0
by Kristis Makris (http://freshmeat.net/users/mkgnu/)
Fri, May 20th 2005 22:48
Software Development :: Bug Tracking
Software Development :: Version Control
Software Development :: Version Control :: CVS
About: Scmbug is a system that integrates software configuration
management (SCM) with bug-tracking. It aims to be a universal tool that
will glue any source code version control system (such as CVS, Subversion,
and Arch) with any bug-tracking system (such as Bugzilla and Mantis).
Changes: An updated protocol with VDD support and some restructuring to
make the system work with Windows.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/scmbug/
- % - % - % - % -
[059] - Siege 2.63b3 (Beta)
by Jeffrey Fulmer (http://freshmeat.net/users/jdfulmer/)
Fri, May 20th 2005 10:49
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Site Management
System :: Benchmark
About: Siege is a regression test and benchmark utility. It can stress
test a single URL with a user defined number of simulated users, or it can
read many URLs into memory and stress them simultaneously. The program
reports the total number of hits recorded, bytes transferred, response
time, concurrency, and return status. Siege supports HTTP/1.0 and 1.1
protocols, GET and POST directives, cookies, transaction logging, and
basic authentication. Its features are configurable on a per user basis.
Changes: This release includes a fix to properly handle Ctrl-C.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/siege/
- % - % - % - % -
[060] - slacktrack 1.25_build1
by Stuart Winter (http://freshmeat.net/users/mozes/)
Fri, May 20th 2005 09:01
Software Development :: Build Tools
About: slacktrack is a package creation tool which allows you to build
replica Slackware .tgz packages using the "program.build" scripts supplied
within the Slackware source tree.
Changes: This release adds a couple of fixes for Linux 2.6.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/slacktrack/
- % - % - % - % -
[061] - std_utils 0.7.3
by V01D (http://freshmeat.net/users/phreakuencies/)
Fri, May 20th 2005 04:14
Software Development :: Libraries
Text Processing
About: std_utils is a small library of utility functions and classes. It
supports string handling with a string tokenizer, a configuration file
parser, and a file logger that removes the risk of losing data on program
crashes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/std_utils/
- % - % - % - % -
[062] - Stopmotion 0.3
by Fredrik Berg Kjølstad (http://freshmeat.net/users/fredrikbk/)
Fri, May 20th 2005 09:02
About: Stopmotion is an application for creating stop motion animations by
combining images imported from a v4l (or similar) device with sound. The
animations can be saved as .sto files and exported as video files or
cinelerra projects.
Changes: This release adds many minor and major bugfixes and some tweaked
functionality. It is now in the Debian Unstable repository.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/stopmotion/
- % - % - % - % -
[063] - Syntext Serna 2.2.0-rc2 (Serna2)
by Syntext Team (http://freshmeat.net/users/syntext/)
Fri, May 20th 2005 10:51
Text Processing :: Markup :: XML
Text Processing :: Markup :: XSL/XSLT
About: Syntext Serna is an XSL-on-the-fly WYSIWYG XML document editor.
During the editing process, it renders XML documents according to XSL
stylesheets (e.g., a Docbook XSL stylesheet similar to the Norman Walsh
one). As a result, authors constantly see rendered and transformed content
which looks similar to the final presentation. It also provides on-the-fly
XML schema validation and extensive entity support.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/serna/
- % - % - % - % -
[064] - The Feedisto 0.1
by beza1e1 (http://freshmeat.net/users/beza1e1/)
Fri, May 20th 2005 11:23
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
About: Feedisto is your personal newspaper. Your newspaper is collected
from RSS feeds, parsed by a Bayesian filter to rate its relevance, and
served as a static HTML page or on a Web server to train the filter.
Writing plugins is very easy.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/feedisto/
- % - % - % - % -
[065] - trackSpiders.cgi 1.0
by ApogeeWebLLC (http://freshmeat.net/users/ApogeeWebLLC/)
Fri, May 20th 2005 16:37
Internet :: Log Analysis
Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Internet :: WWW/HTTP :: Indexing/Search
About: You can use trackSpiders.cgi to track spiders from major search
engines (Google, Yahoo!, and MSN). This Bourne shell CGI script works on
Apache Web servers. It outputs details of each spider visit plus a bar
chart comparing the number of hits from each search engine spider.
License: MIT/X Consortium License
URL: http://freshmeat.net/projects/trackspiders/
- % - % - % - % -
[066] - Tripoli 0.3
by Dominic Fox (http://freshmeat.net/users/domfox/)
Fri, May 20th 2005 11:19
Information Management :: Metadata/Semantic Models
Software Development :: Libraries :: Python Modules
About: Tripoli is a Python implementation of a "triple space": that is, a
triple store with tuple space semantics. It supports the synchronization
of concurrent processes via a shared data structure. Processes can add
triples to the store, and read or take triples from the store using
pattern matching. If a triple matching a pattern is not yet in the store,
a query will block until a suitable triple is added by some other process.
Many synchronization patterns can be expressed using these primitives.
Tripoli extends the semantics of tuple spaces with two additional
operations, copy_graph and copy_collect_graph. These copy or move the
graph of all triples that are connected to a given subject to a new triple
space, and can be used together with the other pattern matching operations
to express procedural queries over triple data.
Changes: Initial release, with a TripleSpace data structure and a simple
XML-RPC server and client.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/tripoli/
- % - % - % - % -
[067] - UDIG 1.0 RC5
by Mark Leslie (http://freshmeat.net/users/mleslie/)
Fri, May 20th 2005 22:52
Multimedia :: Graphics :: Editors
Multimedia :: Graphics :: Editors :: Raster-Based
Multimedia :: Graphics :: Editors :: Vector-Based
About: UDIG (User-friendly Desktop Internet GIS) is a spatial data viewer
and editor with emphasis on the OpenGIS standards for Internet GIS, the
Web Map Server and Web Feature Server standards. It provides a common
platform for building spatial applications with open source components.
Changes: Major shapefile performance improvements.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/udig/
- % - % - % - % -
[068] - Ufficio Zero 0.4.1
by Fabrizio Balliano (http://freshmeat.net/users/balliano/)
Fri, May 20th 2005 04:34
System :: Operating System :: Linux Distributions
System :: Operating System :: Linux Distributions :: CD-Based
About: Ufficio Zero is an Italian live Linux distribution for the office
environment. It has been created for newbies, with simplicity in mind, and
has automatic hardware detection/configuration, automount for external
devices, and the GNOME desktop with Evolution and the OpenOffice suite. It
is based on Arch Linux and is built with archie-scripts.
Changes: This is a last minute bugfix release, for a problem where the
network interface was not automatically started.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ufficiozero/
- % - % - % - % -
[069] - Universal System Monitor 0.2.2
by cruxnor (http://freshmeat.net/users/cruxnor/)
Fri, May 20th 2005 16:34
System :: Networking :: Monitoring
About: UniSysMon monitors your system for changes in load, memory,
processes, and so on. It generates graphics using rrdtool. Its primary
goal is to be as easy to use as possible and secure, with the best
functions. Accordingly, there is only one file. This tool only generates
the image files, which you can include in your own HTML pages.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/unisysmon/
- % - % - % - % -
[070] - Web-Analiser PRO 2.62
by tolik (http://freshmeat.net/users/toliktim/)
Fri, May 20th 2005 09:02
Internet :: Log Analysis
Internet :: WWW/HTTP :: Dynamic Content :: Page Counters
Internet :: WWW/HTTP :: Site Management
About: Web-Analiser is a script to gather and analyze statistics of
Website traffic. It provides the whole gamut of every possible statistics
and reports, which analyze visitors, pages, and Website traffic. It is
designed to operate both one and several domains (Websites) at once. The
statistics are maintained, in which each Website dealt with separately and
together. It includes a great number of statistical reports, making it
possible to have a complete idea of your audience.
Changes: This release adds filters for visitor parameters.
License: Other/Proprietary License
URL: http://freshmeat.net/projects/web-analiser/
- % - % - % - % -
[071] - white_dune 0.29beta120 (Development)
by MUFTI (http://freshmeat.net/users/mufti22/)
Fri, May 20th 2005 22:51
Internet :: WWW/HTTP
Multimedia :: Graphics :: 3D Modeling
Multimedia :: Graphics :: 3D Rendering
About: white_dune is a graphical VRML97 editor, simple NURBS/Superformula
3D modeller and animation tool. VRML97 (Virtual Reality Modeling Language)
is the ISO standard for displaying 3D data over the Web via browser plugins
("HTML for realtime 3D"). It has support for animation, real-time
interaction, and multimedia (images, movies, and sounds). white_dune can
read, create and display VRML97 files and let the user change the
scenegraph/fields. It also has support for stereoscopic view via
"quadbuffer"-capable stereo visuals, and support for 3D input devices like
a joystick, spaceball, or magnetic tracker.
Changes: A bug with parsing files using carrage returns as line
terminators was fixed along with a crash that occurred when Node classes
were deleted instead of NodeData. A build problem with incorrectly placed
link options in src/Makefile.in was fixed. An issue with sending eventIns
to any node of the same PROTO, a crash when using Array::remove for all
array elements, and a crash when clicking to a node inside a PROTO were
fixed. Files are now written in bigger portions.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/whitedune/
- % - % - % - % -
[072] - WIKINDX 3.0.4
by Sir Fragalot (http://freshmeat.net/users/sirfragalot/)
Fri, May 20th 2005 04:34
Education
Information Management
Scientific/Engineering
About: WIKINDX is a multi-user, Internet-based bibliographic management
system that allows users to search and share quotes, notes, and
bibliographies. Bibliographies can be formatted for a variety of style
guides (MLA, Harvard, APA, etc.). The program can export to Endnote, RIS,
RTF, and BibTeX and import BibTeX and Endnote XML files.
Changes: This release features some minor bugfixes, improvements to
Endnote 8 imports and bibTeX @inproceedings import, and the addition of a
'delete resource' icon for admins when in single resource view.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/wikindx/
- % - % - % - % -
[073] - wp_flickr_sidebar 0.1
by Benjamin Schweizer (http://freshmeat.net/users/besh/)
Fri, May 20th 2005 23:11
Artistic Software
Internet :: WWW/HTTP
Internet :: WWW/HTTP :: Dynamic Content
About: wp_flickr_sidebar is a plugin that shows a moblog in a WordPress
sidebar. It can be configured to display any Flickr feed and for a
specified width and number of pictures. The plugin supports caching and
resolution-dependent fetching.
License: Freeware
URL: http://freshmeat.net/projects/wp_flickr_sidebar/
- % - % - % - % -
[074] - xffm 4.2.2 (Stable)
by edscott (http://freshmeat.net/users/edscott/)
Fri, May 20th 2005 16:36
Desktop Environment :: File Managers
About: Xffm is a modular filemanager with a tree view and icon view. It
supports multiple plugins such as a Windows network plugin (xfsamba 4.3),
a bookmarks plugin, fstab plugin, and others. It is used in the Xfce
desktop environment, and despite being full-featured, it is small and fast
thanks to the plugin design.
Changes: This is the initial stable branch release.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/xffm/
- % - % - % - % -
[075] - XIST 2.10
by Walter Dörwald (http://freshmeat.net/users/doerwalter/)
Fri, May 20th 2005 09:10
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Site Management
Text Processing :: Markup :: XML
About: XIST is an XML-based extensible HTML generator written in Python.
XIST is also a DOM parser (built on top of SAX2) with a very simple and
Pythonesque tree API. Every XML element type corresponds to a Python
class, and these Python classes provide a conversion method to transform
the XML tree (e.g. into HTML). XIST can be considered "object oriented
XSL".
Changes: Publishing has been changed from using a stream API to using an
iterator API. Element.__getitem__, Frag.__getitem__, and the walk method
have been enhanced. mapped() has been enhanced. The test suite uses
py.test now. Embedding Python code in XML has been updated to use
converter contexts.
License: Python License
URL: http://freshmeat.net/projects/xist/
--.---- .-..----.-.--.---.- -- --- ..-- --------- - .- ..-. --.
_______________________________________________
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.