= 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. == Latest Release: 0.3.6 == This release contains bugfixes over 0.3.5. For a detailed list of changes, see the [source:tags/0.3.6/ChangeLog ChangeLog] file that comes with the distribution. === Tar.bz2 package === * '''HTTP''': [http://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.tar.bz2 Genshi-0.3.6.tar.bz2] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.tar.bz2.md5 MD5]) * '''FTP''': [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.tar.bz2 Genshi-0.3.6.tar.bz2] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.tar.bz2.md5 MD5]) === Tar.gz package === * '''HTTP''': [http://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.tar.gz Genshi-0.3.6.tar.gz] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.tar.gz.md5 MD5]) * '''FTP''': [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.tar.gz Genshi-0.3.6.tar.gz] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.tar.gz.md5 MD5]) === Zip package === * '''HTTP''': [http://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.zip Genshi-0.3.6.zip] ([http://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.zip.md5 MD5]) * '''FTP''': [ftp://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.zip Genshi-0.3.6.zip] ([ftp://ftp.edgewall.com/pub/genshi/Genshi-0.3.6.zip.md5 MD5]) == Older Stable Releases == {{{ #!html
Attention: Genshi has been recently renamed from “Markup”. Releases prior to version 0.3 are still available, but use the old name.
}}} Older releases can be found here: * '''HTTP''': http://ftp.edgewall.com/pub/genshi/ * '''FTP''': ftp://ftp.edgewall.com/pub/genshi/ == 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/ }}}