XML::Dumper dumps Perl data to XML format. XML::Dumper can also read XML
data that was previously dumped by the module and convert it back to
Perl. You can use the module read the XML from a file and write the XML
to a file.
from Srebrenko Sehic <ssehic at gmail.com>
The HTML::Clean module encapsulates a number of common techniques for
minimizing the size of HTML files. You can typically save between 10%
and 50% of the size of a HTML file using these methods. It provides the
following features:
- Remove unneeded whitespace (begining of line, etc)
- Remove unneeded META elements.
- Remove HTML comments (except for styles, javascript and SSI)
- Replace tags with equivilant shorter tags (<strong> --> <b>)
- etc.
The entire proces is configurable, so you can pick and choose what you want
to clean.
Fixes an infinite loop error within the handling of GIF images.
Detailed information: http://secunia.com/advisories/20500/
Fix from Xavier Roche via Ubuntu via NetBSD
ok naddy@
This perl library allows you to manipulate patches programmatically
by chaining together a variety of objects that read, manipulate, and
output patch information.
NB. the distrubtion lacks an explicit license in all files, but the
author has clarified that it is dual-Artistic/MPL.
feedback bernd@, steven@; ok bernd@
GtkGLExt is an OpenGL extension to GTK+ 2.0 or later. It provides
additional GDK objects which support OpenGL rendering in GTK+, and
GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
This software is a 100% Python interface to the memcached memory cache
daemon. It is the client side software which allows storing values in one
or more, possibly remote, memcached servers.
From Ben Lovett <ben@tilderoot.com>
Clusterit is a collection of clustering tools loosely based on IBM's
PSSP clustering tools. Unlike PSSP or GLUnix, Clusterit allows fast
parallel execution of remote commands as it is written in
architecture-independent C. Administrators can choose from a variety
of authentication methods, including SSH and Kerberos.
With Clusterit, administrators can run parallelized and load
balanced software builds (using jsd/jsh) or manage a heterogeneous
cluster of machines (using dsh/dvt/rvt).
submitted by Will Maier <willmaier at ml1.net>
input and ok naddy@
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.
from msf
Simple support for publishing Web Service APIs for Rails applications.
Supports SOAP and XML-RPC, as well as generating WSDL for SOAP bindings.
from msf
Action Mailer is framework for designing email-service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcoming
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.
Additionally, an Action Mailer class can be used to process incoming email,
such as allowing a weblog to accept new posts from an email (which could even
have been sent from a phone).
from msf