summaryrefslogtreecommitdiffstats
path: root/site/git/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'site/git/index.php')
-rw-r--r--site/git/index.php48
1 files changed, 24 insertions, 24 deletions
diff --git a/site/git/index.php b/site/git/index.php
index a6e3b3f..af1e661 100644
--- a/site/git/index.php
+++ b/site/git/index.php
@@ -46,8 +46,8 @@
</p>
<ul class="c">
- <li><a href="#download">How to download</a></li>
<li><a href="#guidelines">General guidelines for submitting patches</a></li>
+ <li><a href="#download">How to download</a></li>
<li><a href="#contrib">How to use git, for creating patches</a></li>
<li><a href="#gitbackup">Backup git repositories</a></li>
</ul>
@@ -58,29 +58,6 @@
<div>
- <h2 id="download"><?php echo gettext("How to download"); ?> <span class="r"><a href="#download">#download</a></span></h2>
- <p>
- Libreboot development is facilitated by <i><a href="https://git-scm.com/">git</a></i>, a <i>distributed</i> version control system.
- You will need to install git (most GNU/Linux distributions package it in their repositories).
- </p>
- <h3><?php echo gettext("Coreboot distribution. <i>This also contains the documentation</i>:"); ?></h3>
- <p>
- <b>git clone <?php echo $lbFirmwareGitRepoAddress; ?></b><br/>
- <a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse repository via web</a>
- </p>
- <h3><?php echo gettext("Website. <i>Documentation is in the other repository</i>:"); ?></h3>
- <p>
- <b>git clone <?php echo $lbWebsiteGitRepoAddress; ?></b><br/>
- <a href="<?php echo $lbWebsiteGitwebAddress; ?>">Browse repository via web</a>
- </p>
- <p>
- <a href="#pagetop">Back to top of page</a>
- </p>
-
- </div>
-
- <div>
-
<h2 id="guidelines">General guidelines for submitting patches <span class="r"><a href="#guidelines">#guidelines</a></span></h2>
<p>
Most people put their name on their work, for recognition, and it's OK if you want to do that; however, the libreboot project does not require this. Some projects
@@ -119,6 +96,29 @@
</div>
<div>
+
+ <h2 id="download"><?php echo gettext("How to download"); ?> <span class="r"><a href="#download">#download</a></span></h2>
+ <p>
+ Libreboot development is facilitated by <i><a href="https://git-scm.com/">git</a></i>, a <i>distributed</i> version control system.
+ You will need to install git (most GNU/Linux distributions package it in their repositories).
+ </p>
+ <h3><?php echo gettext("Coreboot distribution. <i>This also contains the documentation</i>:"); ?></h3>
+ <p>
+ <b>git clone <?php echo $lbFirmwareGitRepoAddress; ?></b><br/>
+ <a href="<?php echo $lbFirmwareGitwebAddress; ?>">Browse repository via web</a>
+ </p>
+ <h3><?php echo gettext("Website. <i>Documentation is in the other repository</i>:"); ?></h3>
+ <p>
+ <b>git clone <?php echo $lbWebsiteGitRepoAddress; ?></b><br/>
+ <a href="<?php echo $lbWebsiteGitwebAddress; ?>">Browse repository via web</a>
+ </p>
+ <p>
+ <a href="#pagetop">Back to top of page</a>
+ </p>
+
+ </div>
+
+ <div>
<h2 id="contrib"><?php echo gettext("How to use git, for creating patches"); ?> <span class="r"><a href="#contrib">#contrib</a></span></h2>
<p>
Libreboot development is facilitated by <i>git</i>, a <i>distributed</i> version control system that is in wide use today. Git provides many practical benefits,