Code ==== Roundup is an open source project written in Python, so we use SourceForge and Mercurial to keep in the same spirits. But when practicality beats purity, you may also find unoffical mirrors like `this one on GitHub `_. Project history is maintained in `CHANGES.txt `_ file in code repository of Roundup, which can also be viewed online through SourceForge `web interface `_. Sources ------- Official **read-only access** to Mercurial repository is provided through :: hg clone http://hg.code.sf.net/p/roundup/code roundup **Read/write access** requires SSH password or SSH key authorization (see `SourceForge.net docs for details `_) :: hg clone ssh://USERNAME@hg.code.sf.net/p/roundup/code roundup You also need to be added as a Roundup developer for write access - ask for it on the :doc:`roundup-devel list `.