aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-08-30 10:47:37 +0200
committerAlex Legler <alex@a3li.li>2015-08-30 10:47:37 +0200
commit11ca1a92a09512b90fb487d0999984e7880e1438 (patch)
tree3fae2282c48bb9be4c0c545854df0242d27cb023
parentAdapt to news changes (diff)
downloadwww-11ca1a92.tar.gz
www-11ca1a92.tar.bz2
www-11ca1a92.zip
Update 'Get the Code' to reflect Git changes
-rw-r--r--get-involved/get-code/index.html45
1 files changed, 23 insertions, 22 deletions
diff --git a/get-involved/get-code/index.html b/get-involved/get-code/index.html
index 22096a4..b4a9556 100644
--- a/get-involved/get-code/index.html
+++ b/get-involved/get-code/index.html
@@ -15,32 +15,14 @@ nav2-weight: 60
<div class="col-xs-12 col-md-8 col-md-offset-2">
<div class="panel panel-default">
<div class="panel-heading">
- <h3 class="panel-title"><span class="fa fa-fw fa-code-fork"></span> CVS Repositories</h3>
- </div>
- <div class="panel-body">
- The main ebuild repository (<em>gentoo-x86</em>) is still available via CVS.
- <br>
- We offer anonymous read-only access (<em>AnonCVS</em>) as well as a web-based source code browser for CVS repositories.
- </div>
- <div class="panel-footer text-right">
- <a href="http://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a>
- <a href="http://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
- </div>
- </div>
- </div>
-</div>
-
-<div class="row">
- <div class="col-xs-12 col-md-8 col-md-offset-2">
- <div class="panel panel-default">
- <div class="panel-heading">
<h3 class="panel-title"><span class="fa fa-fw fa-git"></span> Git Repositories</h3>
</div>
<div class="panel-body">
<p>
- Most other repositories containing package overlays, website code, and other project code are available in Git repositories.
+ Repositories containing our <a href="https://gitweb.gentoo.org/repo/gentoo.git/">main package repository</a>,
+ overlays, website code, and other project code are available in Git repositories.
<br>
- Like with CVS, we offer anonymous read-only access (<em>AnonGit</em>) via the HTTP and Git protocols as well as a web-based source code browser.
+ We offer anonymous read-only access (<em>AnonGit</em>) via the HTTP and Git protocols as well as a web-based source code browser.
</p>
<br>
<div class="alert alert-info">
@@ -62,8 +44,27 @@ nav2-weight: 60
</div>
</div>
+<div class="row">
+ <div class="col-xs-12 col-md-8 col-md-offset-2">
+ <div class="panel panel-default">
+ <div class="panel-heading">
+ <h3 class="panel-title"><span class="fa fa-fw fa-code-fork"></span> CVS Repositories</h3>
+ </div>
+ <div class="panel-body">
+ Historical repositories are still available via CVS.
+ <br>
+ We offer anonymous read-only access (<em>AnonCVS</em>) as well as a web-based source code browser for CVS repositories.
+ </div>
+ <div class="panel-footer text-right">
+ <a href="http://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a>
+ <a href="http://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
+ </div>
+ </div>
+ </div>
+</div>
+
<h2>Want <code>+w</code>?</h2>
<p>
Please contact the listed repository owners to find out their contribution policy.
- The main ebuild repository (gentoo-x86) requires you to be a <a href="/get-involved/become-developer">Gentoo Developer</a> to commit.
+ The main ebuild repository requires you to be a <a href="/get-involved/become-developer">Gentoo Developer</a> to commit.
</p> \ No newline at end of file