= Genshi Downloads = Genshi is made available under the [wiki:License BSD license]. If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools 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. See [wiki:Documentation/install.html Installing Genshi] for detailed installation instructions. == Latest Release: 0.4.4 == This release contains a number of bugfixes over the 0.4.3 release. For a complete list of changes, see the [source:tags/0.4.4/ChangeLog ChangeLog] file that comes with the distribution. '''''Note''': all the files listed below are also available via [ftp://ftp.edgewall.com/pub/genshi FTP]'' === Source Tarballs === The following archives contain the source code, comprehensive documentation, as well as other resources. Consult the [source:tags/0.4.4/INSTALL.txt INSTALL.txt] file in the archive for installation instructions. || tar.bz2 || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4.tar.bz2 Genshi-0.4.4.tar.bz2] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4.tar.bz2.md5 MD5] || || tar.gz || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4.tar.gz Genshi-0.4.4.tar.gz] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4.tar.gz.md5 MD5] || || zip || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4.zip Genshi-0.4.4.zip] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4.zip.md5 MD5] || === Python Eggs === The following downloads are prebuilt [http://peak.telecommunity.com/DevCenter/PythonEggs Python Eggs] for specific Python versions. They do ''not'' include any documentation. || Python 2.5 || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.5.egg Genshi-0.4.4-py2.5.egg] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.5.egg.md5 MD5] || || Python 2.4 || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.4.egg Genshi-0.4.4-py2.4.egg] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.4.egg.md5 MD5] || || Python 2.3 || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.3.egg Genshi-0.4.4-py2.4.egg] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.3.egg.md5 MD5] || === Installers === The following downloads are binary platform-specific installers. They do ''not'' include the documentation. || Windows || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4.win32.exe Genshi-0.4.4.win32.exe] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4.win32.exe.md5 MD5] || || Mac OS X (Python 2.3) || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.3-macosx10.4.zip Genshi-0.4.4-py2.3-macosx10.4.zip] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.3-macosx10.4.zip.md5 MD5] || || Mac OS X (Python 2.4) || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.4-macosx10.4.zip Genshi-0.4.4-py2.4-macosx10.4.zip] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.4-macosx10.4.zip.md5 MD5] || || Mac OS X (Python 2.5) || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.5-macosx10.4.zip Genshi-0.4.4-py2.5-macosx10.4.zip] || [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.4-py2.5-macosx10.4.zip.md5 MD5] || == Older Stable Releases == Older releases can be found [http://ftp.edgewall.com/pub/genshi/ 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 [http://subversion.tigris.org/ 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 [http://webdav.org/ WebDAV] yet.) If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can just do: {{{ easy_install http://svn.edgewall.org/repos/genshi/trunk/ }}} {{{ #!comment === easy_install Links === This is just here so that Setuptools can find the development version: http://svn.edgewall.org/repos/genshi/trunk#egg=Genshi-0.5dev-r1000 }}}