summaryrefslogtreecommitdiffstats
path: root/site/index.php
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-23 15:29:40 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-23 15:29:40 (EDT)
commit511f4f7e69a85eb8311c06b5ad08971578e5782e (patch)
tree0e3982774181aa75d75f3a5a81a716cb56e9ec5e /site/index.php
parent4841faa1804d3f1d0c763319f2ea3caa55260ca8 (diff)
downloadlibreboot.org-511f4f7e69a85eb8311c06b5ad08971578e5782e.zip
libreboot.org-511f4f7e69a85eb8311c06b5ad08971578e5782e.tar.gz
libreboot.org-511f4f7e69a85eb8311c06b5ad08971578e5782e.tar.bz2
variables.php: remove lbProjectName and lbProjectNameCapitalized
Diffstat (limited to 'site/index.php')
-rw-r--r--site/index.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/site/index.php b/site/index.php
index 36af89c..0472174 100644
--- a/site/index.php
+++ b/site/index.php
@@ -28,7 +28,7 @@
<link rel="stylesheet" type="text/css" href="css/main.css" />
- <title><?php echo $lbProjectNameCapitalized; ?> project</title>
+ <title>Libreboot project</title>
</head>
@@ -40,22 +40,22 @@
<p>
<img src="logo/logo-small.jpg" alt="" title="<?php include "logo/license.txt"; ?>" />
</p>
- <h1><?php echo $lbProjectNameCapitalized; ?> project</h1>
+ <h1>Libreboot project</h1>
<p>
- <?php echo $lbProjectNameCapitalized; ?> is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre)
+ Libreboot is a <a href="https://www.fsf.org/about/what-is-free-software">free</a> (libre)
BIOS/UEFI replacement for your computer. Based on <a href="http://coreboot.org/">coreboot</a>, the aim is to distribute
low-level boot firmware that is 100% free software, and to make coreboot easy to use.
</p>
<ul class="ulnav">
- <li><a href="docs/index.html#why">Why should I use <?php echo $lbProjectName; ?>?</a></li>
+ <li><a href="docs/index.html#why">Why should I use libreboot?</a></li>
<li><a href="download/#git">How to contribute</a></li>
<li><a href="docs/tasks.html">List of tasks</a></li>
- <li><a href="download/#mirror">Mirroring <?php echo $lbProjectName; ?></a></li>
+ <li><a href="download/#mirror">Mirroring libreboot</a></li>
</ul>
</div>
<div class="section">
- <h1>Download <?php echo $lbProjectName; ?></h1>
+ <h1>Download libreboot</h1>
<ul class="ulnav">
<li><a href="git/rom">ROM images</a></li>
<li><a href="git/libreboot_util.tar.xz">Utilities</a></li>
@@ -83,7 +83,7 @@
<ul class="ulnav">
<li><a href="docs/index.html">Documentation</a></li>
<li><a href="docs/hcl/index.html#supported_list">List of supported systems</a></li>
- <li><a href="docs/install/index.html">How to install <?php echo $lbProjectName; ?></a></li>
+ <li><a href="docs/install/index.html">How to install libreboot</a></li>
<li><a href="docs/gnulinux/index.html">How to install GNU/Linux</a></li>
</ul>
<h2>Contact information</h2>