Update frontends repository information

The move to GitLab.com as well as the information on joining the
project has been updated as well.
merge-requests/1/head
Olaf Meeuwissen 2018-02-09 09:16:26 +09:00
rodzic ccbf9284cb
commit fb6704b7af
1 zmienionych plików z 19 dodań i 19 usunięć

Wyświetl plik

@ -26,12 +26,18 @@
<hr>
<center>
<p>
<em>The SANE Project is in the process of relocating to GitLab.com.</em>
</p>
</center>
<p>
<a href="http://git-scm.com">git</a>, the version control
system invented by Linus Torvalds and used for the Linux
kernel among other things, is used to develop SANE. To get the
latest SANE software (sane-backends and sane-frontends) our
git server can be used. But keep in mind that the software in
git repositories can be used. But keep in mind that the software in
git is not tested so the risk of bugs is much higher than with
stable releases.
</p>
@ -42,7 +48,7 @@
<h2>Anonymous git Access (Read-Only)</h2>
<p>
The git trees are available anonymously either through the
The git repositories are available anonymously either through the
HTTP access method or the git-specific git protocol.
</p>
<p>
@ -57,14 +63,13 @@
<li>HTTPS access method:
<ul>
<li>https://anonscm.debian.org/git/sane/sane-backends.git</li>
<li>https://anonscm.debian.org/git/sane/sane-frontends.git</li>
<li>https://gitlab.com/sane-project/frontends.git</li>
<li>https://anonscm.debian.org/git/sane/website.git</li>
</ul>
</li>
<li>git protocol (preferred):
<ul>
<li>git://anonscm.debian.org/git/sane/sane-backends.git</li>
<li>git://anonscm.debian.org/git/sane/sane-frontends.git</li>
<li>git://anonscm.debian.org/git/sane/website.git</li>
</ul>
</li>
@ -73,11 +78,10 @@
<p>
If you just want to look at one file and don't want to download the
whole git tree, you can use gitweb to browse the tree with your
web browser:
whole git repository, you can use browse the repository trees at:
<ul>
<li><a href="https://anonscm.debian.org/cgit/sane/sane-backends.git">https://anonscm.debian.org/cgit/sane/sane-backends.git</a></li>
<li><a href="https://anonscm.debian.org/cgit/sane/sane-frontends.git">https://anonscm.debian.org/cgit/sane/sane-frontends.git</a></li>
<li><a href="https://gitlab.com/sane-project/frontends/tree/master">https://gitlab.com/sane-project/frontends/tree/master</a></li>
<li><a href="https://anonscm.debian.org/cgit/sane/website.git">https://anonscm.debian.org/cgit/sane/website.git</a></li>
</ul>
</p>
@ -85,30 +89,26 @@
<h2>Developer Access to git (Read-Write)</h2>
<p>
If you intend to use the <em>development</em> git server, <a
href="https://alioth.debian.org/account/register.php" target="_top">get
a login at Alioth</a> and <a
href="https://alioth.debian.org/projects/sane/" target="_top">contact
one of the SANE project managers</a> to get added to the project. Don't
be surprised that you get a "foo-guest" account, that's just the normal
naming scheme. After being added to the project, it can take some hours
until you get write access to the git trees. Development git
access is done by ssh:
If you intend to do <em>development</em>, <a
href="https://gitlab.com/users/sign_in">login at GitLab.com</a> and <a
href="https://gitlab.com/help/user/project/members/index.md#request-access-to-a-projectrequest">
request access</a> to the group or a specific project. Development git
access is done by SSH:
<ul>
<li>ssh://yourlogin@anonscm.debian.org/git/sane/sane-backends.git</li>
<li>ssh://yourlogin@anonscm.debian.org/git/sane/sane-frontends.git</li>
<li>git@gitlab.com:sane-project/frontends.git</li>
<li>ssh://yourlogin@anonscm.debian.org/git/sane/website.git</li>
</ul>
</p>
<p>
Available git trees:
Available git repositories:
<ul>
<li>
<em>sane-backends</em>: the main SANE package containing
the SANE libraries, all the backends and documentation.
</li>
<li>
<em>sane-frontends</em>: various frontends for SANE,
<em>frontends</em>: various frontends for SANE,
including graphical frontends.
</li>
<li>