diff options
author | Francis 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) |
commit | 511f4f7e69a85eb8311c06b5ad08971578e5782e (patch) | |
tree | 0e3982774181aa75d75f3a5a81a716cb56e9ec5e /site/gitorious | |
parent | 4841faa1804d3f1d0c763319f2ea3caa55260ca8 (diff) | |
download | libreboot.org-511f4f7e69a85eb8311c06b5ad08971578e5782e.zip libreboot.org-511f4f7e69a85eb8311c06b5ad08971578e5782e.tar.gz libreboot.org-511f4f7e69a85eb8311c06b5ad08971578e5782e.tar.bz2 |
variables.php: remove lbProjectName and lbProjectNameCapitalized
Diffstat (limited to 'site/gitorious')
-rw-r--r-- | site/gitorious/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/site/gitorious/index.php b/site/gitorious/index.php index c2651d1..f5d337b 100644 --- a/site/gitorious/index.php +++ b/site/gitorious/index.php @@ -41,8 +41,8 @@ <h1>Please do not use Gitorious or GitLab!</h1> <p> - Please do not use Gitorious or GitLab to host <?php echo $lbProjectName; ?>. - <?php echo $lbProjectNameCapitalized; ?> is a free software project, so this is only a request, and not a restriction on the software. + Please do not use Gitorious or GitLab to host libreboot. + Libreboot is a free software project, so this is only a request, and not a restriction on the software. </p> <p> @@ -93,13 +93,13 @@ </p> <p> - By contrast, the <?php echo $lbProjectName; ?> project adheres strictly to the goals of the Free Software movement, which + By contrast, the libreboot project adheres strictly to the goals of the Free Software movement, which seeks to eliminate proprietary software to the point where all software is free. </p> <p> The proprietary developments in GitLab are unacceptable to - the <?php echo $lbProjectName; ?> project. Users and developers of + the libreboot project. Users and developers of <em><a href="http://www.gnu.org/philosophy/free-sw.html">free software</a></em> are strongly advised not to use GitLab or Gitorious, for any of their projects. </p> |