summaryrefslogtreecommitdiffstats
path: root/site/download
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-28 13:02:05 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-28 13:02:05 (EDT)
commit80d440e609c24a57aee36f024e87ab43ddefafae (patch)
tree5d7f14033cca010fd1b6b92ba84180448a8e2b31 /site/download
parent12a34bd3a9d2ba29733d7a5cc9ee50efb0aadb89 (diff)
downloadlibreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.zip
libreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.tar.gz
libreboot.org-80d440e609c24a57aee36f024e87ab43ddefafae.tar.bz2
clean up unused html id= and class=
css size increased slightly, but overall pages sizes reduced.
Diffstat (limited to 'site/download')
-rw-r--r--site/download/index.php28
1 files changed, 12 insertions, 16 deletions
diff --git a/site/download/index.php b/site/download/index.php
index c4c3f4d..06cbabd 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -32,15 +32,13 @@
<body>
- <div class="c">
-
- <div id="libreboot" class="s">
+ <div>
<h1><?php echo gettext("Download libreboot"); ?></h1>
<p><?php echo gettext("Links to HTTP mirrors, rsync mirrors and git repositories. Download libreboot here."); ?></p>
- <ul class="l">
+ <ul>
<li><a href="#archives"><?php echo gettext("Archived releases"); ?></a></li>
<li><a href="#mirror"><?php echo gettext("Rsync mirrors"); ?></a></li>
<li><a href="#git"><?php echo gettext("Git repositories (development)"); ?></a></li>
@@ -52,9 +50,9 @@
</div>
- <div class="s" id="gpg">
+ <div id="gpg">
- <h1 id="gpg"><?php echo gettext("GPG signing key"); ?></h1>
+ <h1><?php echo gettext("GPG signing key"); ?></h1>
<p>
<?php echo $lbProjectGpgKeyInfo; ?>
@@ -81,7 +79,7 @@
</div>
- <div class="s" id="archives">
+ <div id="archives">
<h1><?php echo gettext("Archived releases"); ?></h1>
@@ -114,9 +112,9 @@
</div>
- <div class="s">
+ <div id="mirror">
- <h1 id="mirror"><?php echo gettext("Mirroring libreboot (via rsync)"); ?></h1>
+ <h1><?php echo gettext("Mirroring libreboot (via rsync)"); ?></h1>
<p>
<?php echo gettext("Create a directory in your web server document root (e.g. libreboot/), and add one of these to your crontab:"); ?>
</p>
@@ -131,7 +129,7 @@
</div>
- <div class="s" id="git">
+ <div id="git">
<h1><?php echo gettext("Git repositories (development)"); ?></h1>
@@ -156,7 +154,7 @@
<p>
<?php echo gettext("You might not see a progress bar; it's still cloning, so just be patient."); ?>
</p>
- <ul class="l">
+ <ul>
<li><a href="http://projects.mtjm.eu/projects/libreboot"><?php echo gettext("Bug tracker"); ?></a></li>
</ul>
@@ -188,7 +186,7 @@
</p>
</div>
- <div class="s">
+ <div>
<p>
<?php echo gettext("If you are modifying an existing file, make sure to update the copyright license header in that file; in source files or scripts, this would usually be at the top, and for documentation it is typically at the bottom of the document. It is good practise to use your real name in the commit logs."); ?><br/>
@@ -208,7 +206,7 @@
</div>
- <div class="s">
+ <div>
<p>
<?php echo gettext("The status command will show any untracked files that you have. Add them using <b>git add path/to/file</b>. You should also add any other files that are listed as modified in the git status. If there are deleted files in the git status, you can use <b>git rm path/to/file</b>. As long as you have added all the untracked files, it is generally easier to use:"); ?><br/>
@@ -272,7 +270,7 @@
</div>
- <div class="s" id="trisquel">
+ <div id="trisquel">
<p>
<?php echo gettext("Libreboot includes statically linked executables of utilities built from the libreboot source code. These are built on in Trisquel GNU/Linux. There were links to the Trisquel source ISO here, as a lazy way to provide CCS, but this was inefficient. Archives for only those dependencies that comprise the CCS will be added here later instead. If you need CCS, for now simply contact the libreboot project using the details on the home page, and the source for the version of Trisquel used to build that release (whichever version it is) will be provided. You can also get it on the Trisquel website."); ?>
@@ -283,8 +281,6 @@
<?php
include "../footer.php";
?>
-
- </div>
</body>
</html>