diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-12-12 22:57:45 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-12-12 22:57:45 (EST) |
commit | e5a0228705cc644eab95fbac9ba656e83510d393 (patch) | |
tree | 51fa94fd9fc1b627715b764a20c544071843a167 /site/git | |
parent | d49afdb83b2aa6a86616501a23f4044afa66ade6 (diff) | |
download | libreboot.org-e5a0228705cc644eab95fbac9ba656e83510d393.zip libreboot.org-e5a0228705cc644eab95fbac9ba656e83510d393.tar.gz libreboot.org-e5a0228705cc644eab95fbac9ba656e83510d393.tar.bz2 |
git page: remove redundant information
Diffstat (limited to 'site/git')
-rw-r--r-- | site/git/index.php | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/site/git/index.php b/site/git/index.php index 91db93e..cdab39d 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -25,25 +25,18 @@ <html> <head> <link rel="stylesheet" type="text/css" href="../common/css/main.css" /> - <title><?php echo gettext("Git repositories"); ?></title> + <title><?php echo gettext("Information for libreboot developers and contributors"); ?></title> </head> <body> <div> - <h1 id="pagetop"><?php echo gettext("Git repositories"); ?></h1> + <h1 id="pagetop"><?php echo gettext("Information for libreboot developers and contributors"); ?></h1> <p> - <?php echo gettext("For a list of current tasks in libreboot, see:"); ?> <a href="../docs/tasks.html">../docs/tasks.html</a>. - There is also a <a href="http://projects.mtjm.eu/projects/libreboot"><?php echo gettext("bug tracker"); ?></a> - </p> - <p> - The libreboot project is also joining GNU. We have <a href="../gnu/">some tasks left to complete</a> for that. - </p> - - <p> - <?php echo gettext("Maintenance guides can be found at <a href=\"../docs/maintain/index.html\">../docs/maintain/index.html</a> and <a href=\"../docs/git/index.html\">../docs/git/index.html</a>."); ?> + Useful information, related to libreboot development, including links to the Git repositories where + development is done. </p> <ul class="c"> @@ -68,7 +61,7 @@ <p> There are many ways that you can assist the libreboot project. We have a <a href="../docs/tasks.html">list of tasks that need to be completed</a>, which you can work on (you can also add to that list). Generally speaking, adding support for more hardware is a priority for the libreboot project. - Information about maintaining libreboot can be found <a href="../docs/maintain/index.html">here</a> + Information about maintaining libreboot can be found <a href="../docs/maintain/index.html">here</a> and building libreboot <a href="../docs/git/index.html">here</a>. </p> <p> We especially need more skilled coreboot hackers to do work that will benefit the libreboot project. |