Grand Unified Builder (GUB) is a mini source-based distribution and packaging system. It cross-compiles several packages with their dependencies and assembles them into a single installation package. It currently supports GNU/Linux, FreeBSD, Mac OS X, and Microsoft Windows installation packages. All packages are fully relocatable and can be installed with user privileges. Plain Python classes are used to describe package build specifics. For reasonably well behaved packages, individual build specifications can stay very simple by extending the generic build specification classes. It was originally developed for turnkey building of all LilyPond binary installers.
Libxml2 is the XML C library developed for the Gnome project. The library code is portable (to Linux, Unix, Windows, embedded systems, etc.) and modular; most of the extensions can be compiled out. Libxml2 implements a number of existing standards related to markup languages, including the XML standard, Namespaces in XML, XML Base, Relax NG, RFC 2396, XPath, XPointer, HTML4, XInclude, SGML Catalogs, and XML Catalogs. In most cases, libxml tries to implement the specifications in a relatively strict way. To some extent, it provides support for the following specifications, but doesn't claim to implement them: DOM, FTP client, HTTP client, and SAX2. Support for W3C XML Schemas is in progress. It includes xmllint, a command line XML validator.
PyGUI is a GUI API which is designed specifically for Python, taking advantage of Python's unique language features and working smoothly with Python's data types on the three major platforms (Unix, Macintosh, and Windows) that are small and lightweight, interposing as little code as possible between the Python application and the platform's underlying GUI facilities, and not bloating the Python installations or applications which use them.
Python is an interpreted, interactive, object-oriented programming language. It combines remarkable power with very clear syntax, and isn't difficult to learn. It has modules, classes, exceptions, very high level data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (Tk, Mac, MFC, GTK+, Qt, wxWindows). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.
Latest version for the 1.0.xx series Please visit the main website to download the latest version for the 1.0.xx series which is currently at 1.0.15
Or you could try DokuWiki on a Stick At 5.3MB a much smaller option. http://www.splitbrain.org/blog/2008-05/16-dokuwiki_on_a_stick_2008-05-05
New Release April 4, 2008: Wine 0.9.59 Released Wine 0.9.59 was released today, with the following main changes: * Improved support for the .NET framework. * Better ...