Gentoo Archives: gentoo-commits

From: Alex Legler <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/www:master commit in: get-involved/get-code/
Date: Sun, 30 Aug 2015 08:48:01
Message-Id: 1440924457.11ca1a92a09512b90fb487d0999984e7880e1438.a3li@gentoo
1 commit: 11ca1a92a09512b90fb487d0999984e7880e1438
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Sun Aug 30 08:47:37 2015 +0000
4 Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 08:47:37 2015 +0000
6 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=11ca1a92
7
8 Update 'Get the Code' to reflect Git changes
9
10 get-involved/get-code/index.html | 45 ++++++++++++++++++++--------------------
11 1 file changed, 23 insertions(+), 22 deletions(-)
12
13 diff --git a/get-involved/get-code/index.html b/get-involved/get-code/index.html
14 index 22096a4..b4a9556 100644
15 --- a/get-involved/get-code/index.html
16 +++ b/get-involved/get-code/index.html
17 @@ -15,32 +15,14 @@ nav2-weight: 60
18 <div class="col-xs-12 col-md-8 col-md-offset-2">
19 <div class="panel panel-default">
20 <div class="panel-heading">
21 - <h3 class="panel-title"><span class="fa fa-fw fa-code-fork"></span> CVS Repositories</h3>
22 - </div>
23 - <div class="panel-body">
24 - The main ebuild repository (<em>gentoo-x86</em>) is still available via CVS.
25 - <br>
26 - We offer anonymous read-only access (<em>AnonCVS</em>) as well as a web-based source code browser for CVS repositories.
27 - </div>
28 - <div class="panel-footer text-right">
29 - <a href="http://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a>
30 - <a href="http://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
31 - </div>
32 - </div>
33 - </div>
34 -</div>
35 -
36 -<div class="row">
37 - <div class="col-xs-12 col-md-8 col-md-offset-2">
38 - <div class="panel panel-default">
39 - <div class="panel-heading">
40 <h3 class="panel-title"><span class="fa fa-fw fa-git"></span> Git Repositories</h3>
41 </div>
42 <div class="panel-body">
43 <p>
44 - Most other repositories containing package overlays, website code, and other project code are available in Git repositories.
45 + Repositories containing our <a href="https://gitweb.gentoo.org/repo/gentoo.git/">main package repository</a>,
46 + overlays, website code, and other project code are available in Git repositories.
47 <br>
48 - 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.
49 + We offer anonymous read-only access (<em>AnonGit</em>) via the HTTP and Git protocols as well as a web-based source code browser.
50 </p>
51 <br>
52 <div class="alert alert-info">
53 @@ -62,8 +44,27 @@ nav2-weight: 60
54 </div>
55 </div>
56
57 +<div class="row">
58 + <div class="col-xs-12 col-md-8 col-md-offset-2">
59 + <div class="panel panel-default">
60 + <div class="panel-heading">
61 + <h3 class="panel-title"><span class="fa fa-fw fa-code-fork"></span> CVS Repositories</h3>
62 + </div>
63 + <div class="panel-body">
64 + Historical repositories are still available via CVS.
65 + <br>
66 + We offer anonymous read-only access (<em>AnonCVS</em>) as well as a web-based source code browser for CVS repositories.
67 + </div>
68 + <div class="panel-footer text-right">
69 + <a href="http://anoncvs.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonCVS</a>
70 + <a href="http://sources.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
71 + </div>
72 + </div>
73 + </div>
74 +</div>
75 +
76 <h2>Want <code>+w</code>?</h2>
77 <p>
78 Please contact the listed repository owners to find out their contribution policy.
79 - The main ebuild repository (gentoo-x86) requires you to be a <a href="/get-involved/become-developer">Gentoo Developer</a> to commit.
80 + The main ebuild repository requires you to be a <a href="/get-involved/become-developer">Gentoo Developer</a> to commit.
81 </p>
82 \ No newline at end of file