view website/www/code.txt @ 5025:cf22972fe080

Preparing 1.5.1 steps 3/16 1. ./run_test.py passed [x] windows, 2.7 [x] linux, 2.7 2. Update version CHANGES.txt roundup/__init__.py 3. Update documentation doc/announcement.txt doc/upgrading.txt
author anatoly techtonik <techtonik@gmail.com>
date Mon, 11 Jan 2016 19:04:12 +0300
parents 7cfd30cc8cfa
children fc0f7655411b
line wrap: on
line source

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 <https://github.com/roundup-tracker/roundup>`_.

Project history is maintained in `CHANGES.txt <https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt>`_
file in code repository of Roundup, which can also be viewed online
through SourceForge `web interface <https://sourceforge.net/p/roundup/code/>`_.

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
<https://sourceforge.net/p/forge/documentation/Mercurial/>`_) ::

  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 <contact>`.

Roundup Issue Tracker: http://roundup-tracker.org/