The GNOME Doc Utils is a collection of documentation utilities for the GNOME
project. Notably, it contains utilities for building documentation and all
auxiliary files in the source tree, and it contains the DocBook XSLT
stylesheets that were once distributed with Yelp.
wmii is a dynamic window manager for X11. It supports classic and
dynamic window management with extended keyboard, mouse, and
filesystem based remote control. It replaces the workspace paradigm
with a new tagging approach.
from Tobias Ulmer <tobiasu at tmux.org>
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>