= 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. 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 == This release contains a number of improvements and bugfixes over the 0.3.x releases. For the complete list of changes, see the [source:tags/0.4.0/ChangeLog ChangeLog] file that comes with the distribution. === Source Tarballs === The following archives contain the source code, comprehensive documentation, as well as other resources. Consult the [source:tags/0.4.0/INSTALL.txt INSTALL.txt] file in the archive for installation instructions. '''Tar.bz2''':: * HTTP: [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.tar.bz2 Genshi-0.4.tar.bz2] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.4.tar.bz2.md5 MD5]) * FTP: [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4.tar.bz2 Genshi-0.4.tar.bz2] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4.tar.bz2.md5 MD5]) '''Tar.gz''':: * HTTP: [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.tar.gz Genshi-0.4.tar.gz] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.4.tar.gz.md5 MD5]) * FTP: [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4.tar.gz Genshi-0.4.tar.gz] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4.tar.gz.md5 MD5]) '''Zip''' ''(recommended for Windows users)'':: * HTTP: [http://ftp.edgewall.com/pub/genshi/Genshi-0.4.zip Genshi-0.4.zip] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.4.zip.md5 MD5]) * FTP: [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4.zip Genshi-0.4.zip] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.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: [http://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.5.egg Genshi-0.4-py2.5.egg] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.5.egg.md5 MD5]) * FTP: [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.5.egg Genshi-0.4-py2.5.egg] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.5.egg.md5 MD5]) '''Python 2.4''':: * HTTP: [http://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.4.egg Genshi-0.4-py2.4.egg] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.4.egg.md5 MD5]) * FTP: [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.4.egg Genshi-0.4-py2.4.egg] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.4.egg.md5 MD5]) '''Python 2.3''':: * HTTP: [http://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.3.egg Genshi-0.4-py2.4.egg] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.3.egg.md5 MD5]) * FTP: [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.3.egg Genshi-0.4-py2.4.egg] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.3.egg.md5 MD5]) === Installers === The following downloads are binary platform-specific installers. They do ''not'' include the documentation. '''Windows''':: * HTTP: [http://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.3.egg Genshi-0.4.win32.exe] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.4.win32.exe.md5 MD5]) * FTP: [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4-py2.3.egg Genshi-0.4.win32.exe] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.4.win32.exe.md5 MD5]) == Older Stable Releases == Older releases can be found here: * '''HTTP''': http://ftp.edgewall.com/pub/genshi/ * '''FTP''': ftp://ftp.edgewall.com/pub/genshi/ 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/ }}} === 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