|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: The freshmeat daily newsletter (freshmeat-news
lists.freshmeat.net)
Date: Thu Jan 03 2008 - 02:10:06 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
::: L I N K S F O R T H E D A Y :::
Today's news on the web: http://freshmeat.net/daily/2008/01/02/
freshmeat.net newsgroup: news://news.freshmeat.net/fm.announce
- --.- --- -.------ ---. .-- . -. -..----. -. ---------..----.
::: A D V E R T I S I N G :::
Track & Manage Your Source Code and Digital Assets for FREE with Perforce
Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com, Mac, Solairs,FreeBSD and Windows. Learn more and get a free
two user download at
http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
- - - .- --------- --. --...-.-- - -. -.- - - --.-- - - - ---
::: R E L E A S E H E A D L I N E S (60) :::
[001] - AgileWiki 0.8.11 (CowDb)
[002] - AIPS 31DEC07
[003] - Apache SQL analyser 0.7
[004] - Arachnida 1.1.01
[005] - AsmXml 0.7
[006] - Bandwidth Management Tools 0.3.0 (Stable)
[007] - check_mysql_perf 1.0
[008] - clapf 0.3.30-rc2 (Development)
[009] - Clipboard Modifier 0.2.0
[010] - Concursive Suite 5.0.2 (Stable)
[011] - Covered 20080103 (Development)
[012] - CSCall++ 0.33
[013] - dlib C++ Library 16.1
[014] - Endian Firewall 2.2 Beta 2 (Development)
[015] - Floola 2.4
[016] - Gambas 2.0 (Development)
[017] - Gateway Anti-Virus 4.0
[018] - Geo::METAR 1.15
[019] - GNU FreeIPMI 0.5.3
[020] - IRC Services 5.1.11 (Stable)
[021] - JOrtho 0.2 RC
[022] - kexec-loader 1.0
[023] - Kite 1.0a1
[024] - LedgerSMB 1.2.11
[025] - Logtalk 2.31.1
[026] - lpc-ntpd 0.0.4
[027] - Magic Garden 0.3
[028] - moin2rst 0.1.0
[029] - NOAH Document Management System 3.2.1
[030] - Opale 0.8.3
[031] - OpenStego 0.3.0
[032] - Pantheios 1.0.1 beta 75
[033] - phlyMail Lite 3.09.56 (4.0 Beta 2)
[034] - phlyMail Personal Edition 3.09.56 (4.0 Beta 2)
[035] - phlyMail MessageCenter 3.09.56 (4.0 Beta 2)
[036] - PHP MIME Mail decoder class 2008.01.03
[037] - pulse 1.2.44
[038] - pws 0.2.0rc1
[039] - Python Rope 0.7.4
[040] - Range Software 1.2
[041] - RepliWeb 2.3 (RMFT)
[042] - RepliWeb 4.0 (R-1)
[043] - Reverspring CoI 0.2.1
[044] - rmachine 0.12
[045] - ropemacs 0.5c1
[046] - rsyslog 2.0.0 (Stable)
[047] - Ruport 1.4.0
[048] - schily 2008-01-02
[049] - Search::Xapian 1.0.5.0
[050] - Secure FTP Factory 7.4
[051] - Secure FTP Wrapper 3.0
[052] - SvxLink 080102
[053] - SysCP 1.2.18
[054] - UMLet 8.01
[055] - Undisposable Clients 0.4
[056] - vDEC 20080102
[057] - white_dune 0.29beta795 (Development)
[058] - WikyBlog 1.5.7.3
[059] - yeaGTD 9
[060] - ZZEE DHTML Menu 2.1.0
-- .- -.----..-..---..-----.------- -- .. ---- --. -. -
::: R E L E A S E D E T A I L S :::
[001] - AgileWiki 0.8.11 (CowDb)
by Bill la Forge (http://freshmeat.net/users/laforge49/)
Wed, Jan 2nd 2008 23:29
Database
Documentation
Information Management
About: AgileWiki is a program that explores new knowledge representation.
It is an attempt to implement, at least in part, Norm Kashdan's Rolonic
Theory, a profoundly different approach to time and knowledge
representation. CowDb is a high-speed object store over which the next
generation of AgileWiki will be written.
Changes: Symbolic links are now integrated with the changeKey operation.
Links which reference an object are now updated when the object's pathname
is changed. This is the last major feature to be implemented in cowdb.
License: Common Public License
URL: http://freshmeat.net/projects/agilewiki/
- % - % - % - % -
[002] - AIPS 31DEC07
by imipak (http://freshmeat.net/users/imipak/)
Wed, Jan 2nd 2008 13:13
Scientific/Engineering :: Astronomy
About: AIPS (Astronomical Information Processing System) handles the
processing and display of data from radio interferometers. Data can be
collected from any radio telescope array. Images can be exported in FITS
format.
Changes: Developers have developed new tasks, including TAPPE to append
one version of a table to another version, TYSMO to edit and smooth system
temperature tables, TYAPL to remove and/or apply system temperature
corrections to uv data, FLOPM to reverse the spectral order of a data set
with or without special axes for a VLA issue, and HAFIX to determine if
there is a time error in the (u; v;w) values in a data set. A stand-alone
program REBYTE was created to convert the byte order of whole AIPS
directories.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/aips/
- % - % - % - % -
[003] - Apache SQL analyser 0.7
by Steve Kemp (http://freshmeat.net/users/skx/)
Wed, Jan 2nd 2008 10:30
Internet :: Log Analysis
About: asql allows you to run SQL queries against log files formatted in
the Apache common log file format. You may load multiple log files into a
session, then run queries using a full SQL implementation, to find things
such as the most common referers to your site, the greediest downloaders,
and much more. Internally, each log file is parsed and imported into a
temporary SQLite database, so performance is very good.
Changes: This release correctly parses the date and times of requests from
Apache common log files. To aid scripting, an initialization file is now
loaded at present, to load any commonly requested log files or run queries
automatically at startup.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/asql/
- % - % - % - % -
[004] - Arachnida 1.1.01
by Ronald Landheer-Cieslak (http://freshmeat.net/users/blytkerchan/)
Wed, Jan 2nd 2008 13:16
Communications
Internet :: WWW/HTTP :: HTTP Servers
Software Development
About: Arachnida is an embeddable Web server. It uses the OpenSSL library
and consists of a small framework for networking that allows you to
asynchronously accept and handle connections using a "new connection
handler" to handle new connections and a "data handler" to handle incoming
data. This makes it possible to add support for any TCP/IP based protocol
by just adding a handler. A test suite is included.
Changes: This version has been ported to Linux and removes two typedefs
that were put in for compatibility with version 1.0.00, because they were
not portable. This means that users of version 1.0.00 may have to change
their code (a bit) to use this version. This version adds a Response
structure, which allows an application to easily send HTTP responses over
a connection. It also adds a facility to send anything serializable over a
connection easily.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/arachnida/
- % - % - % - % -
[005] - AsmXml 0.7
by Marc Kerbiquet (http://freshmeat.net/users/mkerbiquet/)
Wed, Jan 2nd 2008 13:36
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: The non-strict mode now ignores unknown elements (as well as
unknown attributes). A bug with CDATA between elements has also been
fixed.
License: BSD License (revised)
URL: http://freshmeat.net/projects/asm-xml/
- % - % - % - % -
[006] - Bandwidth Management Tools 0.3.0 (Stable)
by Nigel Kukard (http://freshmeat.net/users/nkukard/)
Wed, Jan 2nd 2008 13:29
Internet
Internet :: WWW/HTTP :: Site Management
System :: Logging
About: Bandwidth Management Tools is a total bandwidth management solution
for Linux and can be used for firewalling, traffic graphing, and shaping.
It is not based on any currently-available bandwidth management software
and supports packet queues, bursting, complex traffic flow hierarchies,
flow groups, traffic logging, and a simple real-time monitoring front-end.
Changes: More sane error handling in ipq.c. The buffer size has been fixed
to handle larger MTUs. The ipq interface has been updated. There are
various code cleanups. This release adds parameters, report-format,
report-filename, and flow-mode. It installs RRD Tool when installing BWM
Tools. It fixes the log directory. It has better error handling while
generating graphs and RRD data. It fixes a bug preventing graphing from
working.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/bwmtools/
- % - % - % - % -
[007] - check_mysql_perf 1.0
by lausser (http://freshmeat.net/users/lausser/)
Wed, Jan 2nd 2008 10:42
System :: Monitoring
System :: Systems Administration
About: check_mysql_perf is a plugin for Nagios that allows you to monitor
various performance-related characteristics of a MySQL database.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/check-mysql-perf/
- % - % - % - % -
[008] - clapf 0.3.30-rc2 (Development)
by SJ (http://freshmeat.net/users/hcoder/)
Wed, Jan 2nd 2008 07:15
Communications :: Email
Communications :: Email :: Filters
About: clapf is an email content filter application. It includes a
statistical (inverse chi-square) anti-spam module, interfaces to several
anti-virus products, a minefield (blackhole), spam quarantine, support for
various RBL lists, training utilities, and much more. It can be used as an
after queue content filter with Postfix (including as an appliance) or via
a local delivery agent (LDA), preferably maildrop.
Changes: Logging was polished. qcache was improved. Some bugs regarding
blackhole training were fixed. XFORWARD support was added. The configure
and make files were improved. An sqlite3 pragma was added. Some bugs
related to the spam quarantine were fixed.
License: zlib/libpng License
URL: http://freshmeat.net/projects/clapf/
- % - % - % - % -
[009] - Clipboard Modifier 0.2.0
by Scott Kirkwood (http://freshmeat.net/users/scott_kirkwood/)
Wed, Jan 2nd 2008 04:48
Text Processing
Utilities
About: Clipboard Modifier is a flexible system to modify the text in a
clipboard in a variety of ways. It can copy a spreadsheet and change the
clipboard so that it can be pasted into a wiki, with vertical bars (|)
instead of tabs. It can modify multi-line clipboard text so that it can be
pasted into Java or Python as strings. An URL in the clipboard pointing to
Amazon can be modified so that it has your Associate ID in it. It can pipe
the clipboard to a shell command and retrieve the output from it. A
clibpboard can be forced to text, removing things like formatting. A
complicated URL can be converted into its Python equivalent, using
urlencode.
Changes: Plugins can now add their own controls. The following plugins
were updated: Amazon link, runapp, url2python, and show_python_var.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/clipboardmodifier/
- % - % - % - % -
[010] - Concursive Suite 5.0.2 (Stable)
by Dark Horse (http://freshmeat.net/users/tfsm/)
Wed, Jan 2nd 2008 13:06
About: Concursive Suite (formerly Centric CRM) is a mature, fully
featured, Java-based, Web-delivered CRM with graphical dashboards, leads
management, contacts, pipeline, accounts, quotes, campaign management,
project management, document management, help desk, reports, employee, and
admin modules.
Changes: Too many major new features to enumerate, but including a Web
content management module, and major improvements to Leads, Contacts,
Marketing, and Help Desk modules. New custom dashboards, an Outlook
plugin, and e-Commerce features.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/concursive/
- % - % - % - % -
[011] - Covered 20080103 (Development)
by phase1geo (http://freshmeat.net/users/phase1geo/)
Wed, Jan 2nd 2008 23:29
Scientific/Engineering :: Electronic Design Automation (EDA)
About: Covered is a Verilog code coverage utility that reads in a Verilog
design and a generated VCD/LXT dumpfile from that design and generates a
coverage file that can be merged with other coverage files or used to
create a coverage report. Covered also contains the GUI coverage report
utility that reads in a coverage file to allow interactive coverage
discovery. Areas of coverage measured by Covered are: line, toggle,
memory, combinational logic, FSM state/state-transition and assertion
coverage.
Changes: Bugfixes and score command optimizations.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/covered/
- % - % - % - % -
[012] - CSCall++ 0.33
by ijw (http://freshmeat.net/users/ijw/)
Wed, Jan 2nd 2008 08:17
Software Development :: Libraries
About: CSCall++ is a C++ library that converts common uses of syscalls and
C library functions into forms that are more appropriate for use in a C++
context. The library wraps functions for dealing with threads, files,
FIFOs, serial I/O, sockets, and directories.
License: GNU Lesser General Public License (LGPL)
URL: http://freshmeat.net/projects/cscall/
- % - % - % - % -
[013] - dlib C++ Library 16.1
by Davis King (http://freshmeat.net/users/davis685/)
Wed, Jan 2nd 2008 08:18
Internet
Internet :: WWW/HTTP :: HTTP Servers
Software Development :: Libraries
About: dlib C++ library is a modern general C++ library with a focus on
portability and program correctness. It comes with extensive documentation
and thorough debugging modes. The library provides a platform abstraction
layer for common tasks such as interfacing with network services, handling
threads, and creating graphical user interfaces. Additionally, the library
implements many useful algorithms such as data compression routines,
linked lists, binary search trees, linear algebra and matrix utilities,
machine learning algorithms, XML and general text parsing, and many other
general utilities.
Changes: Only minor bugfixes and additions were done in this release. The
support vector machine documentation has also been improved and an example
program was added.
License: Freely Distributable
URL: http://freshmeat.net/projects/dclib/
- % - % - % - % -
[014] - Endian Firewall 2.2 Beta 2 (Development)
by endian (http://freshmeat.net/users/endian/)
Wed, Jan 2nd 2008 07:39
Security
System :: Networking :: Firewalls
System :: Networking :: Monitoring
About: Endian Firewall is an all-in-on Linux security distribution that
turns any system into a full-featured security appliance. It features a
stateful packet inspection firewall, application-level proxies for various
protocols (HTTP, POP3, SMTP), anti-virus support, virus and spam filtering
for email traffic (POP and SMTP), content filtering of Web traffic, and a
"hassle free" VPN system based on OpenVPN.
Changes: The kernel was updated to version 2.6.22.15, which features a lot
more drivers and better SATA, SCSI, and NIC support. ClamAV was updated to
version 0.92. Openswan was updated to version 2.4.11. Snort was updated to
2.8.0.1. Over 55 bugfixes and minor feature enhancements were made.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/efw/
- % - % - % - % -
[015] - Floola 2.4
by floola (http://freshmeat.net/users/floola/)
Wed, Jan 2nd 2008 16:29
Multimedia :: Sound/Audio
Multimedia :: Video
About: Floola is an application to efficiently manage your iPod or your
Motorola mobile phone (any model supporting iTunes) under Linux, Mac OS X,
and Windows. It can be run directly from your iPod and needs no
installation. It supports all commonly used iPod features including
artwork, podcasts, and smart playlists. It is also able to convert audio
or video incompatible with the iPod so that you can copy almost any file
to it. It even allows adding YouTube and Myspace videos by entering the
page URL.
Changes: This release fixes artwork issues introduced in 2.3. It has
improved support for newer iPods. Minor cosmetic issues and problems when
using with older iPod generations have been fixed.
License: Freeware
URL: http://freshmeat.net/projects/floola/
- % - % - % - % -
[016] - Gambas 2.0 (Development)
by gambas (http://freshmeat.net/users/gambas/)
Wed, Jan 2nd 2008 08:03
Software Development :: Interpreters
About: Gambas is a graphical development environment based on a Basic
interpreter, like Visual Basic. It uses the Qt toolkit, but is able to use
any other toolkit that a module is written for.
Changes: The IDE find list was redesigned. A 3D PDF presentation example
and a 3D webcam example were added. The offline help was updated to the
last online version. The Session class now correctly deals with Long
values. The GlArea control was fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/gambas/
- % - % - % - % -
[017] - Gateway Anti-Virus 4.0
by Thomas Cort (http://freshmeat.net/users/tcort/)
Wed, Jan 2nd 2008 08:16
Security
About: Gateway Anti-Virus allows applications across the enterprise to
check files for viruses by providing a SOAP-based virus scanning Web
service. Client application attach files to SOAP messages and submit them
to the Gateway Anti-Virus Web service. The Web service uses clamav to scan
the attachments for viruses and it returns the results to the client.
Changes: This release features a new user authentication system. This
allows administrators to restrict who can access the service. Access logs,
error logs, and a summary page are also new in this release. Additional
information, such as the number of virus signatures loaded, is now
available to client applications. Because of recent schema changes, any
3.0 clients will need to be updated to work with this release.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/gatewayav/
- % - % - % - % -
[018] - Geo::METAR 1.15
by Koos van den Hout (http://freshmeat.net/users/kh/)
Wed, Jan 2nd 2008 10:43
Software Development :: Libraries :: Perl Modules
About: Geo::METAR is a Perl module for parsing METAR data (aviation
weather reports). You can retrieve weather data from airports around the
world. and get the current temperature, cloud coverage, and so on.
Included in the distribution is a sample Perl script that uses LWP to
fetch current data from the airport of your choice and spits out the
current temperature.
Changes: The METAR parser has been changed to a finite state machine.
Several other bugs have been fixed, mostly dealing with METARs from
outside the U.S.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/geometar/
- % - % - % - % -
[019] - GNU FreeIPMI 0.5.3
by Albert Chu (http://freshmeat.net/users/chu11/)
Wed, Jan 2nd 2008 22:59
Software Development :: Libraries
System :: Clustering/Distributed Networks
System :: Diagnostics
About: GNU FreeIPMI is a suite of packages for controlling hardware that
provides an interface compliant with the Intelligent Platform Management
Interface (IPMI) specification.
Changes: Minor ipmimonitoring command line option combination bugs were
fixed along with several minor corner cases in ipmi-sel, ipmi-sensors, and
ipmimonitoring. A corner case was fixed in all tools by recognizing
127.0.0.1 as the same as localhost. Text and typos were fixed in the
documentation and man pages.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/freeipmi/
- % - % - % - % -
[020] - IRC Services 5.1.11 (Stable)
by Andrew Church (http://freshmeat.net/users/achurch_/)
Wed, Jan 2nd 2008 23:02
Communications :: Chat :: Internet Relay Chat
About: Services for IRC Networks (or just Services for short) provides for
definitive nickname and channel ownership, automatic channel mode setting,
memo (short message) storage and retrieval, and greater IRC operator
control over the network.
Changes: This release corrects a ChanServ-related bug that allowed any
user to cause Services to crash.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ircservices/
- % - % - % - % -
[021] - JOrtho 0.2 RC
by i-net software (http://freshmeat.net/users/vberlin/)
Wed, Jan 2nd 2008 08:00
Text Processing
Text Processing :: Linguistic
About: JOrtho is a spell checker for Java. The library works with any
JTextComponent from the Swing framework and checks as you type. The
dictionary is based on the free Wiktionary.org, and is applicable for
multiple languages. You can select the spell checking language via a
context menu. The Features of JOrtho are the highlighting of potentially
wrongly spelled words, a context menu with suggestions for correct forms
of the word, and a context menu with option to change the checking
language.
Changes: The API is more open for specific calls. A new reference
implementation was added for UserDictionaryProvider. Every feature can be
enabled or disabled separately. Some bugs heve been fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/jortho/
- % - % - % - % -
[022] - kexec-loader 1.0
by solemnwarning (http://freshmeat.net/users/solemnwarning/)
Wed, Jan 2nd 2008 04:55
System :: Boot
About: kexec-loader is a Linux-based bootloader that aims to fit on a
floppy and have a grub-like interface and configuration system. It loads
kernels using the kexec system calls.
Changes: The kexec-loader program was finished off and a set of disk
images was built.
License: BSD License (revised)
URL: http://freshmeat.net/projects/kexecloader/
- % - % - % - % -
[023] - Kite 1.0a1
by Mooneer Salem (http://freshmeat.net/users/mind2198/)
Wed, Jan 2nd 2008 23:03
Software Development :: Interpreters
About: Kite is a programming language designed to minimize as much of the
programmer experience as possible. It aims to allow quick development and
running time and low CPU and memory usage.
Changes: The code was fully rewritten in standard C for portability and
efficiency. There were minor changes to syntax for ease of use.
License: BSD License (revised)
URL: http://freshmeat.net/projects/kite/
- % - % - % - % -
[024] - LedgerSMB 1.2.11
by Chris Travers (http://freshmeat.net/users/einhverfr/)
Wed, Jan 2nd 2008 23:00
Office/Business :: Financial
Office/Business :: Financial :: Accounting
Office/Business :: Financial :: Point-Of-Sale
About: LedgerSMB is a fork of SQL-Ledger that seeks to provide better
security and data integrity controls, better community support, open
documentation, and more.
Changes: This release corrects a few bugs relating to tax selection after
rate changes (a major issue for Canadian users, moderate for others).
Other bugfixes include a display issues for tax rates on ar/ap screens,
dataset creation fixes, and a few other issues.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ledger-smb/
- % - % - % - % -
[025] - Logtalk 2.31.1
by Paulo Moura (http://freshmeat.net/users/pmoura/)
Wed, Jan 2nd 2008 23:00
Software Development :: Pre-processors
About: Logtalk is an object-oriented logic programming language that can
use most Prolog implementations as a back-end compiler. As a
multi-paradigm language, it includes support for both prototypes and
classes, protocols, component-based programming through category-based
composition, event-driven programming, and multi-threading programming.
Changes: This release updates some of the multi-threading examples,
improves support for the TextMate text editor, and updates support for YAP
and SWI-Prolog.
License: Artistic License
URL: http://freshmeat.net/projects/logtalk/
- % - % - % - % -
[026] - lpc-ntpd 0.0.4
by Folkert van Heusden (http://freshmeat.net/users/fvh/)
Wed, Jan 2nd 2008 06:03
System :: Networking :: Time Synchronization
About: lpc-ntpd is a driver for the "lindy precision clock" MSF radio
receiver. It connects your MSF atomic clock radio (MSF Rugby, UK) to the
reference NTP daemon of ntp.org.
Changes: A bug in offset calculation was fixed. A "write measurements to
disk" option ("-S") was added. A read-only mode ("-n") was added. One can
now set a user to run as. The pid can be written to a file.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/lpc-ntpd/
- % - % - % - % -
[027] - Magic Garden 0.3
by Jacek Popławski (http://freshmeat.net/users/Blacky_/)
Wed, Jan 2nd 2008 16:35
Games/Entertainment
Scientific/Engineering :: Artificial Intelligence
Scientific/Engineering :: Bioinformatics
About: Currently Magic Garden allows you to create simple fractal plants
with a GUI or command line interpreter. There are plans to add OpenGL
support, animations, and some kind of garden editor.
Changes: Initial GUI version.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/magicgarden/
- % - % - % - % -
[028] - moin2rst 0.1.0
by Stefan Merten (http://freshmeat.net/users/smerten/)
Wed, Jan 2nd 2008 04:53
Internet :: WWW/HTTP :: Dynamic Content :: Wiki
About: moin2rst is a MoinMoin formatter plugin for rendering a MoinMoin
Wiki page in reStructuredText syntax.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/moin2rst/
- % - % - % - % -
[029] - NOAH Document Management System 3.2.1
by Nordicwind Inc. (http://freshmeat.net/users/nordicwind/)
Wed, Jan 2nd 2008 10:31
Documentation
Information Management :: Document Repositories
About: NOAH is a Web-based document management system that is
feature-rich, easy to use, and simple to install. Through a browser
interface, users can easily create, update, lock, search, and manage
document revisions for access by multiple users across many geographical
sites. NOAH includes many powerful features such as client scripting,
hierarchical document access control, and email notification.
Administrators can manage users and archives and monitor database activity
through an extensive suite of tools.
Changes: A user can now create a document or directory link (short-cut) in
NOAH and make version and meta-data transparent through the link. Two more
meta-data fields (Category and Status) have been added to NOAH, along with
a Status state-machine that can be programmed to control who in the
organization is allowed to move a document from one Status state to
another. Font size buttons have also been added, along with improvements
to NOAH's page layouts and colours.
License: Free To Use But Restricted
URL: http://freshmeat.net/projects/noah/
- % - % - % - % -
[030] - Opale 0.8.3
by Thomas Capricelli (http://freshmeat.net/users/orzel/)
Wed, Jan 2nd 2008 10:36
Office/Business :: Financial :: Accounting
About: Opale is a simple personal finance manager and planning tool. It
uses KDE and works on most unix systems. It provides graphs, pie charts.
The file format is xml based.
Changes: This release fixes several minor display bugs. It has some menu
reorganisation and updated translations.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/opale/
- % - % - % - % -
[031] - OpenStego 0.3.0
by Samir Vaidya (http://freshmeat.net/users/syvaidya/)
Wed, Jan 2nd 2008 08:11
Multimedia :: Graphics
Security
About: OpenStego is a tool for image based steganography. It also supports
optional encryption of data before embedding in the image. Currently, only
24 bpp images are supported.
Changes: Support for password based encryption of data was added.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/openstego/
- % - % - % - % -
[032] - Pantheios 1.0.1 beta 75
by Dr Proctor (http://freshmeat.net/users/DrProctor/)
Wed, Jan 2nd 2008 16:34
Software Development :: Libraries
System :: Logging
About: Pantheios is a C/C++ logging API library. It offers an optimal
combination of complete type-safety, very high efficiency, genericity, and
extensibility. It is simple to use and extend, highly portable (platform
and compiler independent), and it upholds the C tradition of only paying
for what you use. Pantheios supports logging of message statements of
arbitrary complexity, consisting of heterogenous types. Pantheios supports
filtering of log messages based on severity level.
Changes: This release includes a unit/component testing framework in the
public distribution. It bundles the shwild library for use in unit test
pattern matching. It bundles the xTests library for unit/component
testing. The error code strings in the Core have been updated to reflect
recent additions. The pantheios::pointer inserter is enhanced. A benign
(but annoying) bug in time routines has been fixed. The functionality of
be.COMErrorObject has been fixed. All makefiles have been adjusted to
build and execute new Unit and Component tests. A compilation error in
example 10 is fixed. 4 unit tests and 8 component tests have been
added/adjusted.
License: BSD License (revised)
URL: http://freshmeat.net/projects/pantheios/
- % - % - % - % -
[033] - phlyMail Lite 3.09.56 (4.0 Beta 2)
by Matthias Sommerfeld (http://freshmeat.net/users/flyingbit/)
Wed, Jan 2nd 2008 13:35
Communications :: Email
Communications :: Email :: Email Clients (MUA)
Communications :: Email :: Post-Office :: IMAP
About: phlyMail is a Webmail and data hosting application. It features
folders, unlimited POP3/IMAP profiles, quotas, an integrated address book,
SMS support, themes, and multilingual support. It uses either sendmail or
SMTP to send email, and can handle MIME. Support for IDN
(Internationalized Domain Names) is included. Through its modular design,
various new functions (like RSS, personal file storage, a bookmark
manager, etc.) are easily included.
Changes: There were still problems when converting an old 3 installation
into the new beta. A bug that destroyed all settings files written by
phlyMail itself has been fixed.
License: Mozilla Public License (MPL)
URL: http://freshmeat.net/projects/phlymail/
- % - % - % - % -
[034] - phlyMail Personal Edition 3.09.56 (4.0 Beta 2)
by Matthias Sommerfeld (http://freshmeat.net/users/flyingbit/)
Wed, Jan 2nd 2008 13:33
Communications :: Email
Communications :: Email :: Email Clients (MUA)
Communications :: Email :: Post-Office :: IMAP
About: phlyMail is a Webmail and data hosting application. It features
folders, unlimited POP3/IMAP profiles, quotas, an integrated address book,
SMS support, themes, and multilingual support. It uses either sendmail or
SMTP to send email, and can handle MIME. Support for IDN
(Internationalized Domain Names) is included. Through its modular design,
various new functions (like RSS, personal file storage, a bookmark
manager, etc.) are easily included.
Changes: There were still problems when converting an old 3 installation
into the new beta. A bug that destroyed all settings files written by
phlyMail itself has been fixed.
License: Other/Proprietary License with Source
URL: http://freshmeat.net/projects/phlymail/
- % - % - % - % -
[035] - phlyMail MessageCenter 3.09.56 (4.0 Beta 2)
by Matthias Sommerfeld (http://freshmeat.net/users/flyingbit/)
Wed, Jan 2nd 2008 13:32
Communications :: Email
Communications :: Email :: Email Clients (MUA)
Communications :: Email :: Post-Office :: IMAP
About: phlyMail is a Webmail and data hosting application. It features
folders, unlimited POP3/IMAP profiles, quotas, an integrated address book,
SMS support, themes, and multilingual support. It uses either sendmail or
SMTP to send email, and can handle MIME. Support for IDN
(Internationalized Domain Names) is included. Through its modular design,
various new functions (like RSS, personal file storage, a bookmark
manager, etc.) are easily included.
Changes: There were still problems when converting an old 3 installation
into the new beta. A bug that destroyed all settings files written by
phlyMail itself has been fixed.
License: Other/Proprietary License with Source
URL: http://freshmeat.net/projects/phlymail/
- % - % - % - % -
[036] - PHP MIME Mail decoder class 2008.01.03
by Manuel Lemos (http://freshmeat.net/users/mlemos/)
Wed, Jan 2nd 2008 23:29
Communications :: Email :: Filters
Software Development :: Libraries :: PHP Classes
About: PHP MIME Mail decoder class is a PHP class to parse and decode MIME
email messages. It supports decoding single RFC 2822 MIME messages or
archives that aggregate multiple messages in the mbox format. It can
decode messages read from files or data strings. The bodies of multipart
messages can be decoded into distinct sub-messages. Optionally, the
message body data can be saved to separate files, so the class can handle
messages larger than the available memory. The parser can tolerate some
syntax errors in malformed messages that are not compliant with RFC 2822.
Changes: This release includes an auxiliary class that can parse and
extract e-mail addresses from message headers that usually contain
addresses like From:, To:, Cc:, and Bcc: .
License: BSD License (revised)
URL: http://freshmeat.net/projects/phpmimemaildecoder/
- % - % - % - % -
[037] - pulse 1.2.44
by Jason Sankey (http://freshmeat.net/users/jsankey/)
Wed, Jan 2nd 2008 08:22
Software Development
Software Development :: Build Tools
Software Development :: Quality Assurance
About: Pulse is an automated build (or continuous integration) server
designed to work with you to ensure the integrity of your code. Pulse
regularly checks your source code out from your SCM, builds your projects,
and notifies you of the results. Key features include simple setup and
administration using a full-featured Web UI, adapability to existing
environments, distributed building, personal builds (test using Pulse
before committing), and individual developer dashboards and notification
preferences.
Changes: This is a stable build in the 1.2 series. This build includes
minor bugfixes to the upgrade UI, group management, and cascaded build
triggers.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/pulse/
- % - % - % - % -
[038] - pws 0.2.0rc1
by Timo Benk (http://freshmeat.net/users/tbenk/)
Wed, Jan 2nd 2008 04:44
About: pws aims to be a fully compatible passwordsafe implementation. The
heart of the project is libpws, a general library for reading and writing
passwordsafe compatible files. Currently, passwordsafe files format v2 and
passwordsafe files format v3.2 are supported. The other part of the project
is pws, a Qt-based GUI built around libpws which aims to be an easy-to-use
but powerful passwordsafe implementation.
Changes: Two bugs were fixed. The first bug prevented the password history
from working if there were more than one history entry with a timestamp of
zero. The second bug caused pws to crash after adding new entries to the
root item when creating a new database. pws now automagically detects the
database format, and drag and drop is enabled.
License: GNU General Public License v2
URL: http://freshmeat.net/projects/p-w-s/
- % - % - % - % -
[039] - Python Rope 0.7.4
by Ali Gholami Rudi (http://freshmeat.net/users/aligrudi/)
Wed, Jan 2nd 2008 23:30
Software Development :: Libraries :: Python Modules
Software Development :: Refactoring
About: Python Rope is a Python refactoring library. It can be used in
other IDEs to provide features like refactoring and coding assistance.
Changes: This released adds compress_history and compress_objectdb project
configs. objectdb_type project config and sqlite and shelve objectdb types
were removed. Fixed bugs include removing history items when
max_history_items is decreased, creating the objectdb file if it is
missing, renaming imported names that are aliased, some importing
problems, and string literal patterns.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/pyrope/
- % - % - % - % -
[040] - Range Software 1.2
by tomass (http://freshmeat.net/users/tomass/)
Wed, Jan 2nd 2008 07:56
Multimedia :: Graphics :: 3D Modeling
Other/Nonlisted Topic
Scientific/Engineering
About: Range Software is software for finite element analysis in
engineering simulations. Its main features are support for heat transfer
and radiation, linear stress-strain, ground water flow, 3D mesh
generation, an intuitive GUI, and import and export functionality. The
Range Software package contains several tools which helps the user to
setup, solve, and analyze the engineering problem.
Changes: Every time an Element is started, a check for a newer version is
performed. If there is a new version, a dialog will be displayed and the
user will be given the option to automatically download and install the
latest version. An on-screen display of boundary and initial conditions
was added. When this is activated, a list of BCs and ICs will be displayed
in the display area and applied conditions will be shown on the displayed
model. Lots of small enhancements and bugfixes were made. Registered users
can use the Range Software package for free.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/range/
- % - % - % - % -
[041] - RepliWeb 2.3 (RMFT)
by RFish (http://freshmeat.net/users/RFish/)
Wed, Jan 2nd 2008 08:27
Desktop Environment :: File Managers
Information Management
Information Management :: Workflow Frameworks
About: RepliWeb is a platform for file replication and content deployment.
It provides secured, automated, scalable file replication for multiple
platforms and for any network type and condition.
Changes: RepliWeb Managed File Transfer (RMFT) provides fully featured
file transfer automation. It is automated, recoverable, secured,
efficient, simple to operate, and can be completely audited.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/repliweb/
- % - % - % - % -
[042] - RepliWeb 4.0 (R-1)
by RFish (http://freshmeat.net/users/RFish/)
Wed, Jan 2nd 2008 07:57
Desktop Environment :: File Managers
Information Management
Information Management :: Workflow Frameworks
About: RepliWeb is a platform for file replication and content deployment.
It provides secured, automated, scalable file replication for multiple
platforms and for any network type and condition.
Changes: The R-1 deployment platform now also supports IIS 6 Metabase
replication, including COM+, .NET, ISAPI filters, and more. Backup and
restore were enhanced. Transactional updates and large file acceleration
were added. Reporting and auditing were enhanced. There is a complete SDK
with an API, CLI, and Web UI.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/repliweb/
- % - % - % - % -
[043] - Reverspring CoI 0.2.1
by Luigi Dell'Aquila (http://freshmeat.net/users/luigidellaquila/)
Wed, Jan 2nd 2008 08:04
Software Development :: Libraries
Software Development :: Libraries :: Application Frameworks
Software Development :: Libraries :: Java Libraries
About: Reverspring is a Java library that allows you to create Spring IoC
XML files from POJO at runtime. CoI stands for Control of Inversion:
Reverspring just inverts the inversion of control mechanism of Spring
Framework, allowing you to (re)write Spring descriptors starting from your
Java objects. With Reverspring, you can write process descriptors on XML
files without reinventing a new DTD or XML schema, but just using the well
known Spring IoC syntax.
License: The Apache License 2.0
URL: http://freshmeat.net/projects/reverspring/
- % - % - % - % -
[044] - rmachine 0.12
by vcover (http://freshmeat.net/users/vcover/)
Wed, Jan 2nd 2008 08:25
Education
About: rmachine is a simulator for register machines (in the context of
complexity theory), complete with a GUI and a Python module to be used in
your programs. The machine ("RAM") is equal to Turing machines in its
computional power. It has theoretically unlimited memory (but is limited
in practice by your computer's memory).
License: GNU General Public License v3
URL: http://freshmeat.net/projects/rmachine/
- % - % - % - % -
[045] - ropemacs 0.5c1
by Ali Gholami Rudi (http://freshmeat.net/users/aligrudi/)
Wed, Jan 2nd 2008 23:31
Software Development :: Refactoring
Text Editors :: Emacs
About: Ropemacs uses the rope refactoring library to provide features like
Python refactoring and code-assists in emacs.
Changes: This release adds support for commands inside narrowed regions
and adds ropemacs-local-prefix and ropemacs-global-prefix variables.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ropemacs/
- % - % - % - % -
[046] - rsyslog 2.0.0 (Stable)
by Rainer Gerhards (http://freshmeat.net/users/rgerhards/)
Wed, Jan 2nd 2008 08:20
System :: Logging
About: Rsyslog is an enhanced multi-threaded syslogd. Among other
features, it offers support for reliable syslog over TCP and RFC 3195,
writing to MySQL and PostgreSQL databases, fully configurable output
formats (including great timestamps), the ability to filter on any part of
the syslog message, and on-the-wire message compression. It is designed as
a drop-in replacement for stock syslogd and thus is able to work with the
same configuration file syntax. Of course, some enhanced features require
changing the configuration file, but in general, this should be fairly
easy.
Changes: This version brings all features of 1.21.2 to the stable branch
of rsyslog. As such, it offers a myriad of new features to users of the
previous stable version (1.0.5). Examples are loadable output plugins and
PostgreSQL support. Stable 2.0.0 is a recommended update for all stable
branch users. Version 1.0.5 will no longer be supported.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/rsyslog/
- % - % - % - % -
[047] - Ruport 1.4.0
by anonymouse (http://freshmeat.net/users/anonymouse/)
Wed, Jan 2nd 2008 08:02
Office/Business
About: Ruport (Ruby Reports) is a software library that aims to make the
task of reporting less tedious and painful. It provides tools for data
acquisition, database interaction, formatting, and parsing/munging.
Designed to be extensible, it is possible to use Ruport for quick specific
tasks as well as to build robust reporting applications.
Changes: This release modularizes the core, moving ActiveRecord support
out into its own gem, acts_as_reportable. It also moves DBI support into
the ruport-util package. In addition to general code reorganization, many
improvements were made to the formatting system, including even easier
file output and dynamic detection of proper formatters via
Renderer::Hooks#save_as.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/ruport/
- % - % - % - % -
[048] - schily 2008-01-02
by Jörg Schilling (http://freshmeat.net/users/schily/)
Wed, Jan 2nd 2008 13:30
Software Development :: Build Tools
Utilities
About: The "Schily" Tool Box is a set of tools written or managed by Jörg
Schilling. It includes programs like: cdrecord, cdda2wav, readcd, mkisofs,
smake, btcflash, calc, calltree, change, compare, count, devdump, hdump,
isodebug, isodump, isoinfo, isovfy, label, mt, p, scgcheck, scpio, sdd,
sfind, sformat, smake, star, star_sym, suntar, gnutar, tartest, and ved.
Changes: The function getperm (POSIX chmod parser) has been added to
libschily. cdrecord now implements a "blank" emulation for DVD-RAM and
DVD+RW. This release avoids a core dump from star -ctv. There are some
fixes for Max OS X Leopard.
License: Common Development and Distribution License (CDDL)
URL: http://freshmeat.net/projects/schily/
- % - % - % - % -
[049] - Search::Xapian 1.0.5.0
by Olly Betts (http://freshmeat.net/users/OllyBetts/)
Wed, Jan 2nd 2008 08:13
Information Management
Internet :: WWW/HTTP :: Indexing/Search
Software Development :: Libraries :: Perl Modules
About: Search::Xapian is a Perl XS frontend to the Xapian C++ search
library. It is a fairly complete wrapper: most features of the Xapian
library are made available for use from Perl. Xapian is a highly adaptable
toolkit that allows developers to easily add advanced indexing and search
facilities to their own applications. It supports the Probabilistic
Information Retrieval model as well as a rich set of boolean query
operators. It's fast and scalable to hundreds of millions of documents.
Changes: Various recently added C++ features are now wrapped for Perl. The
ValueRangeProcessor subclasses should now work with Perl 5.6 too.
License: Perl License
URL: http://freshmeat.net/projects/searchxapian/
- % - % - % - % -
[050] - Secure FTP Factory 7.4
by JScape (http://freshmeat.net/users/jscape/)
Wed, Jan 2nd 2008 10:28
Internet :: File Transfer Protocol (FTP)
Software Development :: Libraries :: Java Libraries
About: Secure FTP Factory is a set of Java classes for communicating with
FTP servers using the FTP, SFTP (FTP over SSH), and FTPS (FTP over SSL)
protocols. The components offer complete FTP functionality, including the
ability to transfer files, rename files, delete files, create directories,
transfer directories recursively, and more.
Changes: Improved timeout support in all classes that support connection
timeouts. setSendBufferSize and setReceiveBufferSize methods have been
added to the FTP, SFTP, and SCP classes. Support for MFMT and MFCT
commands has been added to the FTP and FTPS classes.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/secureftpfactory/
- % - % - % - % -
[051] - Secure FTP Wrapper 3.0
by glub (http://freshmeat.net/users/glub/)
Wed, Jan 2nd 2008 13:10
Internet :: File Transfer Protocol (FTP)
Security
Security :: Cryptography
About: Secure FTP Wrapper is a server based package that enables an
existing FTP server to become a Secure FTP server. In this release the
wrapper allows a Secure Sockets Layer (SSL) connection to be made to your
FTP server.
Changes: Support for multiple interfaces within one configuration.
Introduction of a configuration manager. The ability to disable implicit
SSL handling. IP-based ACL control. Support for Mode Z (compressed
transfers). Support for CCC (clear command channel). Limited support for
EPSV. Support for 256-bit AES encryption keys. Support for PEM, DER,
PKCS#8, and PKCS#12 certificates/keys.
License: Other/Proprietary License with Free Trial
URL: http://freshmeat.net/projects/ftpswrap/
- % - % - % - % -
[052] - SvxLink 080102
by Tobias Blomberg (SM0SVX) (http://freshmeat.net/users/sm0svx/)
Wed, Jan 2nd 2008 08:22
Communications :: Ham Radio
About: SvxLink is a flexible general purpose voice services system for ham
radio use. It can act as a repeater controller or operate on a simplex
channel. The server consists of a core that handles the connection to the
transceiver. The transceiver audio is connected to the PC through the
sound card, and the PTT is controlled by a pin in the serial port. The
voice services are loaded into the core as modules. Examples of existing
voice services are a help system, a module that plays back everything you
say, a module to connect to other EchoLink stations, and a voice mail
module. The project also includes an EchoLink client GUI application
(Qtel).
Changes: The biggest change in this release is that a third-party DTMF
decoder is now used in the SvxLink server software. This is a much better
implementation than the one used previsously. Other than that, it's mostly
bugfixes and compatibility changes.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/svxlink/
- % - % - % - % -
[053] - SysCP 1.2.18
by adlerweb (http://freshmeat.net/users/adlerweb/)
Wed, Jan 2nd 2008 10:37
Internet :: WWW/HTTP :: Site Management
System :: Systems Administration
About: SysCP (System Control Panel) is an ISP server management tool for
Web-based administration of a Web server (Apache), mail server (Postfix,
Courier), FTP server (ProFTPd), database (MySQL), and nameserver (Bind).
Changes: Safe mode will be added to vhosts again. formtoken is correctly
inserted. The installer sets mysql-access-hosts correctly.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/syscp/
- % - % - % - % -
[054] - UMLet 8.01
by Martin (http://freshmeat.net/users/auer_martin/)
Wed, Jan 2nd 2008 08:04
Education
Software Development
Software Development :: Documentation
About: UMLet is a lightweight tool for rapidly drawing UML diagrams, with
a sound and pop-up-free user interface. UMLet lets you draw diagram
sketches quickly, teach UML with a simple user interface, and export
diagrams to SVG, JPG, PDF, and LaTeX-friendly EPS. It features a fast,
text-based way of editing UML elements.
Changes: Changes include small bugfixes when saving certain element types
and a startup screen to explain how the palette works to first-time users.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/umlet/
- % - % - % - % -
[055] - Undisposable Clients 0.4
by emreTURK (http://freshmeat.net/users/esokullu/)
Wed, Jan 2nd 2008 13:03
Communications :: Email
Security
About: Undisposable Clients provides easy-to-use API kits for using
Undisposable.net in various programming languages. Undisposable.net is a
collaborative protection system against disposable email accounts like
jetable, pookmail, 10minutemail. This is a language independent Web
service. It currently supports REST and XML-RPC protocols and PHP
serialization. It is meant to prevent userbase contamination by fake
accounts. It requires no registration.
Changes: undisposable.org has been lost; this release has migrated to
undisposable.net.
License: MIT/X Consortium License
URL: http://freshmeat.net/projects/undisposable/
- % - % - % - % -
[056] - vDEC 20080102
by Victor Liu (http://freshmeat.net/users/victorliu/)
Wed, Jan 2nd 2008 08:12
Multimedia :: Graphics :: 3D Modeling
Scientific/Engineering :: Mathematics
About: vDEC is a discrete exterior calculus and geometry processing
library. It provides simulation and geometric operations on simplicial
complexes (triangle and tetrahedral meshes).
Changes: The UI framework was reworked so all OpenGL-based tests compile
on Linux. A bug in fairing code was fixed. The sources for several
dependencies are no longer bundled.
License: GNU General Public License v3
URL: http://freshmeat.net/projects/vdec/
- % - % - % - % -
[057] - white_dune 0.29beta795 (Development)
by MUFTI (http://freshmeat.net/users/mufti22/)
Wed, Jan 2nd 2008 08:05
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 buffer overflow security problem and a format string security
problem reported by Luigi Auriemma were fixed. A format string security
problem in the Motif version of swDebugf was fixed. Rendering of all ISO
19775:2004 Geometry2D component nodes was completed. Wrong initalization
of empty MFFloat, MFVec2f, and MFVec3f values was fixed.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/whitedune/
- % - % - % - % -
[058] - WikyBlog 1.5.7.3
by Josh Schmidt (http://freshmeat.net/users/oyejorge/)
Wed, Jan 2nd 2008 23:02
Information Management
Internet :: WWW/HTTP :: Dynamic Content
Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
About: WikyBlog is a Wiki/Blog CMS/groupware application with an AJAX
enhanced tabbed interface that enables users to view and edit multiple
files within the same page. UTF-8 support for multi-language abilities,
integrated custom template editing, file upload, a flexible user privilege
system, and Google Maps integration number among its many features.
Changes: This version fixes a few bugs to improve compatibility with
Firefox users on Linux systems and to correctly output custom data types
in abbreviated form.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/wikyblog/
- % - % - % - % -
[059] - yeaGTD 9
by Dan Graham (http://freshmeat.net/users/dgraham/)
Wed, Jan 2nd 2008 08:19
Information Management
Office/Business :: Scheduling
About: yeaGTD is an acronym for "yaml encoded approach to getting things
done". It is a script which extracts information from simple text files,
one for each project, and then produces nicely formatted summary reports.
Flexible rules can be used to specify repeated projects. Context, project,
and date views are supported and output can be filtered in a variety of
ways. Output can optionally be printed or sent to standard output in
several formats. Commands are provided for marking tasks complete, opening
files for editing, and backing up project files.
Changes: Packaging errors were fixed. Minor tweaks were made in sizers and
colors.
License: GNU General Public License (GPL)
URL: http://freshmeat.net/projects/yeagtd/
- % - % - % - % -
[060] - ZZEE DHTML Menu 2.1.0
by ZZEE (http://freshmeat.net/users/zzee/)
Wed, Jan 2nd 2008 13:44
Internet :: WWW/HTTP :: Dynamic Content
Software Development :: Libraries :: PHP Classes
Software Development :: User Interfaces
About: ZZEE DHTML Menu is an easy to install library for Javascript and
PHP that you can use to create drop-down menus like in desktop
applications. It comes with many options, including checkboxes, radio
buttons, keyboard navigation, shortcuts, the ability to add or delete
items on the fly, etc. It has a simple API. It is search engine friendly
(PHP only). It ships with four different styles.
License: Free for non-commercial use
URL: http://freshmeat.net/projects/zzeedhtmlmenu/
- --- - ----------- - --.. ----- -- .----- ----- -.- -- -.. .
--===============1675333576==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
The freshmeat daily newsletter
To unsubscribe, send email to freshmeat-news-request
lists.freshmeat.net
or visit http://lists.freshmeat.net/mailman/listinfo/freshmeat-news
--===============1675333576==--
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]