=== Getting source code === If you need more that a plain [/browser look at the source code] then there is a Bitten [http://subversion.apache.org Subversion] repository: {{{ http://svn.edgewall.org/repos/bitten/ }}} The latest source code can be checked out with the following command: {{{ svn co http://svn.edgewall.org/repos/bitten/branches/0.6.x bitten-0.6.x # or svn co http://svn.edgewall.org/repos/bitten/trunk bitten-trunk }}} You can use `https` for an encrypted connection, which also helps getting around firewalls that doesn't play nice with [http://webdav.org/ WebDAV] protocol used by Subversion. 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/bitten/branches/0.6.x # or easy_install http://svn.edgewall.org/repos/bitten/trunk/ }}} See also [wiki:Download] page for getting released source bundles.