Edgewall Software

Version 31 (modified by cmlenz, 17 years ago) (diff)

Note about sanitizer fixes

Genshi Downloads

Genshi is made available under the BSD license.

If you have a recent version of Setuptools installed, you can directly install Genshi using the easy_install command-line tool:

easy_install Genshi

This downloads and installs the latest version of the Genshi package.

If you have an older Genshi release installed and would like to upgrade, add the “-U” option to the above command.

Latest Release: 0.4.3

This release contains a number of bugfixes over the 0.4.2 release, including a few security-related improvements to the HTMLSanitizer. If you are using HTMLSanitizer, upgrading to this Genshi version is highly recommended. For a complete list of changes, see the ChangeLog file that comes with the distribution.

Note: all the files listed below are also available via FTP

Source Tarballs

The following archives contain the source code, comprehensive documentation, as well as other resources. Consult the INSTALL.txt file in the archive for installation instructions.

tar.bz2 Genshi-0.4.3.tar.bz2 MD5
tar.gz Genshi-0.4.3.tar.gz MD5
zip Genshi-0.4.3.zip MD5

Python Eggs

The following downloads are prebuilt Python Eggs for specific Python versions. They do not include any documentation.

Python 2.5 Genshi-0.4.3-py2.5.egg MD5
Python 2.4 Genshi-0.4.3-py2.4.egg MD5
Python 2.3 Genshi-0.4.3-py2.4.egg MD5

Installers

The following downloads are binary platform-specific installers. They do not include the documentation.

Windows Genshi-0.4.3.win32.exe MD5

Older Stable Releases

Older releases can be found here.

Note: that prior to version 0.3, the Genshi project was still called “Markup”. The older packages still use that name.

Latest Development Source Code

We use Subversion for source revision control and code sharing.

The Subversion repository URL for the Genshi project is at:

http://svn.edgewall.org/repos/genshi/

The latest revision can be checked out with the following command:

svn co http://svn.edgewall.org/repos/genshi/trunk genshi

(Alternatively, you can use https for an encrypted connection, which also helps getting around clueless firewalls that haven't heard of WebDAV yet.)

If you have a recent version of Setuptools installed, you can just do:

easy_install http://svn.edgewall.org/repos/genshi/trunk/