diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 17:30:02 (EDT) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-10-29 17:30:02 (EDT) |
commit | 81a528f170ca983ea44748ea3409120fadf96706 (patch) | |
tree | 2ea53ca17de3c56c53ad0fdf9635fda343df92c0 /site | |
parent | 54564ba99ae280715126a00c89ac11b012c20c02 (diff) | |
download | libreboot.org-81a528f170ca983ea44748ea3409120fadf96706.zip libreboot.org-81a528f170ca983ea44748ea3409120fadf96706.tar.gz libreboot.org-81a528f170ca983ea44748ea3409120fadf96706.tar.bz2 |
git page: mention guidelines before downloads
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 48 |
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, |