changeset 5017:98344ba5e157

website: Update "getting code" documentation
author anatoly techtonik <techtonik@gmail.com>
date Fri, 08 Jan 2016 14:48:31 +0300
parents bcec10953ae8
children 7cfd30cc8cfa
files website/www/code.txt
diffstat 1 files changed, 9 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/website/www/code.txt	Fri Jan 08 14:21:06 2016 +0300
+++ b/website/www/code.txt	Fri Jan 08 14:48:31 2016 +0300
@@ -11,24 +11,18 @@
 
 `Browse the repository <https://sourceforge.net/p/roundup/code/>`_.
 
-Read-only Access
-----------------
+Get sources
+-----------
 
-Read-only repository access is provided through ::
-
-  hg clone http://hg.code.sf.net/p/roundup/code roundup-code
+Read-only access to Mercurial repository is provided through ::
 
-The URL for the webinterface works, too, but you will see messages about
-redirects to the URL shown here.
+  hg clone http://hg.code.sf.net/p/roundup/code roundup
 
-Read-write Access
------------------
-
-The read/write access uses your SourceForge.net ssh password or ssh key
-to authorize your access. (See `SF's site documentation on Mercurial access
+Read/write access requires SourceForge.net ssh password or ssh key
+authorization (see `SourceForge docs for details
 <https://sourceforge.net/p/forge/documentation/Mercurial/>`_) ::
 
-  hg clone ssh://USERNAME@hg.code.sf.net/p/roundup/code roundup-code
+  hg clone ssh://USERNAME@hg.code.sf.net/p/roundup/code roundup
 
-Of course a roundup developer must have granted
-you write access first - ask for it on the roundup-devel list.
+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/