= Markup Downloads = Markup is made available under the [http://markup.edgewall.org/wiki/MarkupLicense BSD license]. If you have a recent version of [http://peak.telecommunity.com/DevCenter/setuptools Setuptools] installed, you can directly install Markup using the `easy_install` command-line tool: {{{ easy_install Markup }}} This downloads and installs the latest version of the Markup 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 Markup project is at: http://svn.edgewall.org/repos/markup/ The latest revision can be checked out with the following command: {{{ svn co http://svn.edgewall.org/repos/markup/trunk markup }}} (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/markup/trunk/ }}}