# HG changeset patch # User anatoly techtonik # Date 1452265472 -10800 # Node ID 7cfd30cc8cfa6828cf482bca18ccaf0910453cd0 # Parent 98344ba5e157a0e5452066ad95f6c67bf32af2d1 website: Reword code section, explain are why using SF and Mercurial to host our sources and link to unnoficial GitHub mirror diff -r 98344ba5e157 -r 7cfd30cc8cfa website/www/code.txt --- a/website/www/code.txt Fri Jan 08 14:48:31 2016 +0300 +++ b/website/www/code.txt Fri Jan 08 18:04:32 2016 +0300 @@ -1,25 +1,25 @@ Code ==== -Changelog ----------- - -The changelog is available as `CHANGES.txt in the SCM repository `_. +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 `_. -Browse ------- - -`Browse the repository `_. +Project history is maintained in `CHANGES.txt `_ +file in code repository of Roundup, which can also be viewed online +through SourceForge `web interface `_. -Get sources ------------ +Sources +------- -Read-only access to Mercurial repository is provided through :: +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 SourceForge.net ssh password or ssh key -authorization (see `SourceForge docs for details +**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