Skip to content

Commit 64c8aff

Browse files
committed
website: Reword code section, explain are why using SF and
Mercurial to host our sources and link to unnoficial GitHub mirror
1 parent d0987ac commit 64c8aff

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

website/www/code.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
Code
22
====
33

4-
Changelog
5-
----------
4+
Roundup is an open source project written in Python, so we use
5+
SourceForge and Mercurial to keep in the same spirits. But when
6+
practicality beats purity, you may also find unoffical
7+
mirrors like
8+
`this one on GitHub <https://github.com/roundup-tracker/roundup>`_.
69

7-
The changelog is available as `CHANGES.txt in the SCM repository <https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt>`_.
10+
Project history is maintained in `CHANGES.txt <https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt>`_
11+
file in code repository of Roundup, which can also be viewed online
12+
through SourceForge `web interface <https://sourceforge.net/p/roundup/code/>`_.
813

9-
Browse
10-
------
14+
Sources
15+
-------
1116

12-
`Browse the repository <https://sourceforge.net/p/roundup/code/>`_.
13-
14-
Get sources
15-
-----------
16-
17-
Read-only access to Mercurial repository is provided through ::
17+
Official **read-only access** to Mercurial repository is provided through ::
1818

1919
hg clone http://hg.code.sf.net/p/roundup/code roundup
2020

21-
Read/write access requires SourceForge.net ssh password or ssh key
22-
authorization (see `SourceForge docs for details
21+
**Read/write access** requires SSH password or SSH key
22+
authorization (see `SourceForge.net docs for details
2323
<https://sourceforge.net/p/forge/documentation/Mercurial/>`_) ::
2424

2525
hg clone ssh://[email protected]/p/roundup/code roundup

0 commit comments

Comments
 (0)