= Genshi Downloads = {{{ #!html
Attention: Genshi has been recently renamed from “Markup”. The first release using the “Genshi” name will be version 0.3, but that is not yet available. The tarballs below are still called “Markup”, and if you want to install using easy_install, you'll also need to use the name “Markup”.
}}} 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 Gentoo using the `easy_install` command-line tool: {{{ easy_install Genshi }}} This downloads and installs the latest version of the Genshi package. == Latest Release: 0.2.0 == This release contains a number of improvements and bugfixes over 0.1.0. For the complete list of changes, see the [source:tags/0.2.0/ChangeLog ChangeLog] file that comes with the distribution. === Tar.bz2 package === * '''HTTP''': [http://ftp.edgewall.com/pub/markup/Markup-0.2.0.tar.bz2 Markup-0.2.0.tar.bz2] ([http://ftp.edgewall.com/pub/markup/Markup-0.2.0.tar.bz2.md5 MD5]) * '''FTP''': [ftp://ftp.edgewall.com/pub/markup/Markup-0.2.0.tar.bz2 Markup-0.2.0.tar.bz2] ([ftp://ftp.edgewall.com/pub/markup/Markup-0.2.0.tar.bz2.md5 MD5]) === Tar.gz package === * '''HTTP''': [http://ftp.edgewall.com/pub/markup/Markup-0.2.0.tar.gz Markup-0.2.0.tar.gz] ([http://ftp.edgewall.com/pub/markup/Markup-0.2.0.tar.gz.md5 MD5]) * '''FTP''': [ftp://ftp.edgewall.com/pub/markup/Markup-0.2.0.tar.gz Markup-0.2.0.tar.gz] ([ftp://ftp.edgewall.com/pub/markup/Markup-0.2.0.tar.gz.md5 MD5]) === Zip package === * '''HTTP''': [http://ftp.edgewall.com/pub/markup/Markup-0.2.0.zip Markup-0.2.0.zip] ([http://ftp.edgewall.com/pub/markup/Markup-0.2.0.zip.md5 MD5]) * '''FTP''': [ftp://ftp.edgewall.com/pub/markup/Markup-0.2.0.zip Markup-0.2.0.zip] ([ftp://ftp.edgewall.com/pub/markup/Markup-0.2.0.zip.md5 MD5]) == Older Stable Releases == Older releases can be found here: * '''HTTP''': http://ftp.edgewall.com/pub/markup/ * '''FTP''': ftp://ftp.edgewall.com/pub/markup/ == 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/ }}}