public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] sites/www:master commit in: get-involved/get-code/
@ 2015-08-30  8:47 Alex Legler
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Legler @ 2015-08-30  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     11ca1a92a09512b90fb487d0999984e7880e1438
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sun Aug 30 08:47:37 2015 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 08:47:37 2015 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=11ca1a92

Update 'Get the Code' to reflect Git changes

 get-involved/get-code/index.html | 45 ++++++++++++++++++++--------------------
 1 file 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] sites/www:master commit in: get-involved/get-code/
@ 2016-01-31  1:06 Alex Legler
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Legler @ 2016-01-31  1:06 UTC (permalink / raw
  To: gentoo-commits

commit:     7a8f6cce70dd10ef872cc1b3605e978dd89dfdc8
Author:     Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sun Jan 31 01:06:42 2016 +0000
Commit:     Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 01:06:42 2016 +0000
URL:        https://gitweb.gentoo.org/sites/www.git/commit/?id=7a8f6cce

Get the Code: Make Git and CVS panels full width

 get-involved/get-code/index.html | 82 ++++++++++++++++++----------------------
 1 file changed, 37 insertions(+), 45 deletions(-)

diff --git a/get-involved/get-code/index.html b/get-involved/get-code/index.html
index b4a9556..43840b2 100644
--- a/get-involved/get-code/index.html
+++ b/get-involved/get-code/index.html
@@ -11,55 +11,47 @@ nav2-weight: 60
   Here is all the code that powers Gentoo, only one <kbd>git clone</kbd> away:
 </p>
 
-<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>
-          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>
-          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">
-          You can find the URLs needed to clone repositories on the project pages in the source code browser.
-          Unless you have an account on <tt>git.gentoo.org</tt>, please use the <tt>anongit.gentoo.org</tt> URL.
-        </div>
+<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>
+      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>
+      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">
+      You can find the URLs needed to clone repositories on the project pages in the source code browser.
+      Unless you have an account on <tt>git.gentoo.org</tt>, please use the <tt>anongit.gentoo.org</tt> URL.
+    </div>
 
-        <hr>
+    <hr>
 
-        Additionally, we mirror some repositories on GitHub to facilitate contributions.
-        You can find them all under the <a href="https://github.com/gentoo/">Gentoo organization</a>.
-      </div>
-      <div class="panel-footer text-right">
-        <a href="http://anongit.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonGit</a>
-        <a href="http://gitweb.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
-        <a href="https://github.com/gentoo/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-github-alt"></span> Gentoo on GitHub</a>
-      </div>
-    </div>
+    Additionally, we mirror some repositories on GitHub to facilitate contributions.
+    You can find them all under the <a href="https://github.com/gentoo/">Gentoo organization</a>.
+  </div>
+  <div class="panel-footer text-right">
+    <a href="http://anongit.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-code-fork"></span> AnonGit</a>
+    <a href="http://gitweb.gentoo.org/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-search"></span> Source Code Browser</a>
+    <a href="https://github.com/gentoo/" class="btn btn-primary btn-sm"><span class="fa fa-fw fa-github-alt"></span> Gentoo on GitHub</a>
   </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 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>
 
@@ -67,4 +59,4 @@ nav2-weight: 60
 <p>
   Please contact the listed repository owners to find out their contribution policy.
   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
+</p>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-31  1:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-31  1:06 [gentoo-commits] sites/www:master commit in: get-involved/get-code/ Alex Legler
  -- strict thread matches above, loose matches on Subject: below --
2015-08-30  8:47 Alex Legler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox