www/downloads.html: Update the information about repository

We are migrating to GitHub, so update the information about the new
git repository.
This commit is contained in:
Chesnokov Gleb
2021-12-20 20:44:24 +03:00
committed by Gleb Chesnokov
parent e807b8e466
commit 1a7f2dd9ce

View File

@@ -37,7 +37,7 @@
<p>The latest stable version of SCST is 3.5.
Updates for that version are available on
the 3.5.x branch in the SVN repository.</p>
the 3.5.x branch in the Git repository.</p>
<p>Debian packages can be built by running
"make dpkg". RPMs can be built by running
@@ -50,23 +50,21 @@
<p>The latest development version of SCST is
3.6. That version including target drivers and
user space utilities can be downloaded
directly from the SCST SVN repository. You can
access it using either
<a href="http://sourceforge.net/p/scst/svn/HEAD/tree/trunk">web-based SVN repository viewer</a> or using anonymous access:</p>
directly from the SCST Git repository.</p>
<p>You can access it using either
<a href="https://github.com/SCST-project/scst">GitHub repository viewer</a> or using 'git clone':</p>
<p><code>git clone https://github.com/SCST-project/scst.git</code></p>
<p>Also you can find in the SCST Git the latest updates for the stable branches.</p>
<p>History of the pre-Git SCST development is available in SCST SVN repository, which is accessible using
<a href="http://sourceforge.net/p/scst/svn/HEAD/tree/trunk">web-based SVN repository viewer</a>, or using anonymous access:</p>
<p><code>svn checkout svn://svn.code.sf.net/p/scst/svn/trunk scst-trunk</code></p>
<p>Also you can find in the SCST SVN the latest updates for the stable branches. More information about accessing SVN repository may be found
<a href="https://sourceforge.net/p/forge/documentation/svn/">here</a>. Or, alternatively, you can download it as a GNU tarball from
<a href="http://sourceforge.net/p/scst/svn/HEAD/tarball?path=/branches/3.5.x">here</a>.</p>
<p>History of the pre-SVN SCST development is available in SCST CVS repository, which is accessible using
<a href="http://scst.cvs.sourceforge.net">web-based CVS repository viewer</a>, or anonymous CVS access.</p>
<p class="post-footer align-right">
<!-- TODO Change below link to GitHub after SCST 3.6 release -->
<a href="http://sourceforge.net/project/showfiles.php?group_id=110471" class="readmore">Download released versions</a>
<a href="http://sourceforge.net/p/scst/svn/HEAD/tree/" class="readmore">SCST SVN Repository</a>
<a href="https://github.com/bvanassche/scst" class="readmore">Official git mirror</a>
<a href="https://github.com/SCST-project/scst" class="readmore">SCST Git Repository</a>
</p>
</div>
</div>