From cc8723977244cf2b6119ae4b12a981d0c943cf1f Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 28 May 2015 13:16:25 -0400 Subject: clean up html on all pages --- (limited to 'site') diff --git a/site/common/snippets/where-share.php b/site/common/snippets/where-share.php deleted file mode 100644 index 9ebbc10..0000000 --- a/site/common/snippets/where-share.php +++ /dev/null @@ -1,19 +0,0 @@ -
- -

-

- -

- - -
\ No newline at end of file diff --git a/site/contrib/index.php b/site/contrib/index.php index 1ad188a..1b8905c 100644 --- a/site/contrib/index.php +++ b/site/contrib/index.php @@ -32,47 +32,47 @@ -
- -

+
-

- - -

+

-
+

+ + +

-
+
-

Francis Rowe

-

- - fchmmr, or you can contact him by his email address info@gluglug.org.uk (GPG)."); ?> -

-

Michał Masłowski

-

- - - mtjm on the libreboot IRC channel, or find contact information (including GPG keys) on his website http://mtjm.eu/"); ?> -

-

Patrick "P. J." McDermott

-

- ProteanOS maintainer, responsible for maintaining ProteanOS builds on many libreboot targets."); ?> - pehjota, or you can find contact information on the ProteanOS website."); ?> -

-

Lisa Maginnis

-

- FSF sysadmin, responsible for maintaining the libreboot and libreboot-dev mailing lists."); ?> - nully in the libreboot IRC channel."); ?> -

-

Steve Shenton

-

- remove the ME on ICH9-M laptops (originally the ThinkPad X200, and later expanded to more laptops)."); ?> - sgsit on the libreboot IRC channel."); ?> -

+
+ +

Francis Rowe

+

+ + fchmmr, or you can contact him by his email address info@gluglug.org.uk (GPG)."); ?> +

+

Michał Masłowski

+

+ + + mtjm on the libreboot IRC channel, or find contact information (including GPG keys) on his website http://mtjm.eu/"); ?> +

+

Patrick "P. J." McDermott

+

+ ProteanOS maintainer, responsible for maintaining ProteanOS builds on many libreboot targets."); ?> + pehjota, or you can find contact information on the ProteanOS website."); ?> +

+

Lisa Maginnis

+

+ FSF sysadmin, responsible for maintaining the libreboot and libreboot-dev mailing lists."); ?> + nully in the libreboot IRC channel."); ?> +

+

Steve Shenton

+

+ remove the ME on ICH9-M laptops (originally the ThinkPad X200, and later expanded to more laptops)."); ?> + sgsit on the libreboot IRC channel."); ?> +

-
+
-
- -

+
-

+

-
    -
  • -
  • -
  • -
- -

- -

+

+ +
    +
  • +
  • +
  • +
+ +

+ +

+ +
+ +
+ +

+ +

+ +

+

+
+ $ gpg --recv-keys +

+ +

+ + + rom/ in that directory."); ?> + crossgcc/ in that directory."); ?> +

+

+
+ $ sha512sum -c sha512sum.txt +

+

+
+ $ gpg --verify sha512sum.txt.sig +

+ +
+ +
+ +

+ +

+ + +

+ +

+ +

+ +

+ + . + . + +

+ +

HTTP mirrors

+ +

FTP mirrors

+ + +
+ +
-
- -
- -

+

+

+ +

+ + + +

+ +

+ +
+ +
+ +

+ +

+ + ../docs/tasks.html. +

+ +

+ ../docs/maintain/index.html and ../docs/git/index.html."); ?> +

+

- + This also contains the documentation:"); ?>
+ $ git clone

-
- $ gpg --recv-keys + The documentation is in the other repository linked above:"); ?>
+ $ git clone

-

- - - rom/ in that directory."); ?> - crossgcc/ in that directory."); ?> +

+
    +
  • +
+ +

-
- $ sha512sum -c sha512sum.txt + git documentation describes how to use git."); ?>

-
- $ gpg --verify sha512sum.txt.sig +
+ $ git config --global user.name "Your Name"
+ $ git config --global user.email your@emailaddress.com

- -
- -
- -

-

- - +
+ $ git config --global core.editor nano
+ $ git config --global color.status auto
+ $ git config --global color.branch auto
+ $ git config --global color.interactive auto
+ $ git config --global color.diff auto

-

- + + +

-

- - . - . - +
+ $ git status

+
-

HTTP mirrors

- -

FTP mirrors

- - -
- -
+
-

- +
+ Copyright (C) 20XX John Doe <john@doe.com>"); ?> +

+

+ + + + https://www.gnu.org/licenses/license-list.html. +

+

+ + GNU Free Documentation License, because we do not want to endorse or support the Invariant clauses that this license allows. Changes submitted under this license will be rejected, even if it contains no Invariant sections."); ?> +

- +
+ +

- + git add path/to/file. 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 git rm path/to/file. As long as you have added all the untracked files, it is generally easier to use:"); ?>
+ $ git commit -a
+ git commit)"); ?>

- -
- -
- -

-

- - ../docs/tasks.html. +
+ $ git commit --amend
+
+ $ git commit -a --amend

-

- ../docs/maintain/index.html and ../docs/git/index.html."); ?> +
+ $ git log

- -

-

- This also contains the documentation:"); ?>
- $ git clone -

-

- The documentation is in the other repository linked above:"); ?>
- $ git clone -

-

- -

-
    -
  • -
- -

-

- git documentation describes how to use git."); ?> -

-

-
- $ git config --global user.name "Your Name"
- $ git config --global user.email your@emailaddress.com -

-

-
- $ git config --global core.editor nano
- $ git config --global color.status auto
- $ git config --global color.branch auto
- $ git config --global color.interactive auto
- $ git config --global color.diff auto -

-

- - - -

-

-
- $ git status -

-
- -
- -

-
- Copyright (C) 20XX John Doe <john@doe.com>"); ?> -

-

- - - - https://www.gnu.org/licenses/license-list.html. -

-

- - GNU Free Documentation License, because we do not want to endorse or support the Invariant clauses that this license allows. Changes submitted under this license will be rejected, even if it contains no Invariant sections."); ?> - -

- -
- -
- -

- git add path/to/file. 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 git rm path/to/file. As long as you have added all the untracked files, it is generally easier to use:"); ?>
- $ git commit -a
- git commit)"); ?> -

-

-
- $ git commit --amend
-
- $ git commit -a --amend -

+

+
+ $ git config --global --add alias.lol "log --graph --decorate --pretty=oneline --abbrev-commit --all"
+
+ $ git lol
+ git log, but on steroids."); ?> +

+

-
- $ git log +

+

-
- $ git config --global --add alias.lol "log --graph --decorate --pretty=oneline --abbrev-commit --all"
-
- $ git lol
- git log, but on steroids."); ?> +

-

-

- -

-

-

- -

- -

+ +

+

+ +

+ +

- -

- -

-

- $ git clone - "; ?> + $ git clone + "; ?> -

+

-

-

+

+

- $ git clone - "; ?> + $ git clone + "; ?> -

- -
+

-
+
-

- -

+
+ +

+ +

-
+
. */ ?> -
-

- GNU AGPLv3 or higher, and available in a git repository:"); ?> . -

-

+

+

+ GNU AGPLv3 or higher, and available in a git repository:"); ?> . +

+

fully libre GNU/Linux distribution."); ?> -

-
+

+
diff --git a/site/index.php b/site/index.php index 5051fe9..66e6219 100644 --- a/site/index.php +++ b/site/index.php @@ -32,64 +32,65 @@ -
-

- " /> -

-

-

- +

+ " /> +

+

+

+ free (libre) BIOS/UEFI replacement for your computer. Based on coreboot, the aim is to distribute low-level boot firmware that is 100% free software, and to make coreboot easy to use."); - ?> -

- -
- -
-

- - - - -
-
-

- -

- -
+ ?> +

+ + + +
+

+ + + + +
+ +
+

+ +

+ +