summaryrefslogtreecommitdiffstats
path: root/site/download
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/download
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/download')
-rw-r--r--site/download/index.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/site/download/index.php b/site/download/index.php
index f0fb84b..d3fd58f 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -29,7 +29,7 @@
<link rel="stylesheet" type="text/css" href="../css/main.css" />
- <title>Download <?php echo $lbProjectName; ?></title>
+ <title>Download libreboot</title>
</head>
@@ -39,7 +39,7 @@
<div id="libreboot" class="section intro">
- <h1>Download <?php echo $lbProjectName; ?></h1>
+ <h1>Download libreboot</h1>
<p>Links to HTTP mirrors, rsync mirrors and git repositories. Download libreboot here.</p>
@@ -99,7 +99,7 @@
</p>
<p>
- Download <?php echo $lbProjectName; ?> from one of these mirrors.
+ Download libreboot from one of these mirrors.
</p>
<p>
@@ -120,9 +120,9 @@
?>
- <h2 id="mirror">Rsync mirrors (for mirroring <?php echo $lbProjectName; ?>)</h2>
+ <h2 id="mirror">Rsync mirrors (for mirroring libreboot)</h2>
<p>
- Create a directory in your web server document root (e.g. <?php echo $lbProjectName; ?>/),
+ Create a directory in your web server document root (e.g. libreboot/),
and add one of these to your crontab:
</p>
<?php
@@ -131,7 +131,7 @@
?>
<h3>Main rsync mirror:</h3>
<p>
- $ <b>rsync -avxP --delete --stats <?php echo $lbRsyncServer[0]; ?> /path/to/docroot/<?php echo $lbProjectName; ?>/</b>
+ $ <b>rsync -avxP --delete --stats <?php echo $lbRsyncServer[0]; ?> /path/to/docroot/libreboot/</b>
</p>
<?php
if(count($lbRsyncServer)>1) {
@@ -141,7 +141,7 @@
<?php
for ($server=1; $server<count($lbRsyncServer); $server++) {
?>
- $ <b>rsync -avxP --delete --stats <?php echo $lbRsyncServer[$server]; ?> /path/to/docroot/<?php echo $lbProjectName; ?>/</b><br/>
+ $ <b>rsync -avxP --delete --stats <?php echo $lbRsyncServer[$server]; ?> /path/to/docroot/libreboot/</b><br/>
<?php
}
?>
@@ -158,7 +158,7 @@
?>
<p>
- Are you running a mirror? Contact the <?php echo $lbProjectName; ?> project
+ Are you running a mirror? Contact the libreboot project
(details are on the <a href="../">home page</a>), and the link will be added here.
</p>
@@ -169,12 +169,12 @@
<h1>Git repositories (development)</h1>
<p>
- The git repositories are intended for developing <?php echo $lbProjectName; ?>.
- For a list of current tasks in <?php echo $lbProjectName; ?>, see <a href="../docs/tasks.html">../docs/tasks.html</a>.
+ The git repositories are intended for developing libreboot.
+ For a list of current tasks in libreboot, see <a href="../docs/tasks.html">../docs/tasks.html</a>.
</p>
<p>
- Maintenance guides for <?php echo $lbProjectName; ?></php></php> can be found at
+ Maintenance guides for libreboot</php></php> 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>.
</p>
@@ -197,7 +197,7 @@
<li><a href="http://projects.mtjm.eu/projects/libreboot">Bug tracker</a></li>
</ul>
- <h2 id="contrib">Submitting patches to <?php echo $lbProjectName; ?></h3>
+ <h2 id="contrib">Submitting patches to libreboot</h3>
<p>
The <a href="http://git-scm.com/doc">git documentation</a> describes how to use git.
</p>
@@ -242,7 +242,7 @@
</p>
<p>
<i>
- The <?php echo $lbProjectName; ?> project will not accept
+ The libreboot project will not accept
documentation released under the <u>GNU Free Documentation License</u>, 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
@@ -280,16 +280,16 @@
<h3>Method 1: host a repository</h3>
<p>
One way of contribiting a patch for review is to host a repository containing your modified branch.
- Give the checkout details to the <?php echo $lbProjectName; ?> project, along with information
+ Give the checkout details to the libreboot project, along with information
on which commits in what branch contain your changes.
- Contact the <?php echo $lbProjectName; ?> project using the details on the <a href="../">home page</a>.
+ Contact the libreboot project using the details on the <a href="../">home page</a>.
</p>
<h3>Method 2: git format-patch -N</h3>
<p>
Use this method (replace N with the number of commits that you made) and send the .patch files to the
- <?php echo $lbProjectName; ?> project, along with details on what branch and revision these were
+ libreboot project, along with details on what branch and revision these were
made on top of.
- Contact the <?php echo $lbProjectName; ?> project using the details on the <a href="../">home page</a>.
+ Contact the libreboot project using the details on the <a href="../">home page</a>.
</p>
<h2 id="gitbackup">Backup repositories</h2>
@@ -310,7 +310,7 @@
?>
</p>
- <h3><?php echo $lbProjectNameCapitalized; ?> website</h3>
+ <h3>Libreboot website</h3>
<p>
<?php
for ($server=0; $server<count($lbWebsiteBackupGitRepoAddress); $server++) {