= 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.1.0 == This is the first release of the Markup library. === Tar.bz2 package === * '''HTTP''': [http://ftp.edgewall.com/pub/markup/Markup-0.1.0.tar.bz2 Markup-0.1.0.tar.bz2] ([http://ftp.edgewall.com/pub/markup/Markup-0.1.0.tar.bz2.md5 MD5]) * '''FTP''': [ftp://ftp.edgewall.com/pub/markup/Markup-0.1.0.tar.bz2 Markup-0.1.0.tar.bz2] ([ftp://ftp.edgewall.com/pub/markup/Markup-0.1.0.tar.bz2.md5 MD5]) === Tar.gz package === * '''HTTP''': [http://ftp.edgewall.com/pub/markup/Markup-0.1.0.tar.gz Markup-0.1.0.tar.gz] ([http://ftp.edgewall.com/pub/markup/Markup-0.1.0.tar.gz.md5 MD5]) * '''FTP''': [ftp://ftp.edgewall.com/pub/markup/Markup-0.1.0.tar.gz Markup-0.1.0.tar.gz] ([ftp://ftp.edgewall.com/pub/markup/Markup-0.1.0.tar.gz.md5 MD5]) === Zip package === * '''HTTP''': [http://ftp.edgewall.com/pub/markup/Markup-0.1.0.zip Markup-0.1.0.zip] ([http://ftp.edgewall.com/pub/markup/Markup-0.1.0.zip.md5 MD5]) * '''FTP''': [ftp://ftp.edgewall.com/pub/markup/Markup-0.1.0.zip Markup-0.1.0.zip] ([ftp://ftp.edgewall.com/pub/markup/Markup-0.1.0.zip.md5 MD5]) == 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/ }}}