summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-05-27 10:35:50 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-05-27 10:35:50 (EDT)
commit9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47 (patch)
treed991f1caf979e565d82ef256903f44e41a51bcbd
parent1c196e2f5730b0fdd77f66742cf03f88dc04690a (diff)
downloadlibreboot.org-9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47.zip
libreboot.org-9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47.tar.gz
libreboot.org-9028420e4e48fa9d750a1dd43ab6bfe4cdf2ad47.tar.bz2
inline css
-rw-r--r--site/contrib/index.php4
-rw-r--r--site/download/index.php6
-rw-r--r--site/github/index.php140
-rw-r--r--site/gitorious/index.php110
-rw-r--r--site/index.php4
5 files changed, 9 insertions, 255 deletions
diff --git a/site/contrib/index.php b/site/contrib/index.php
index 937d037..df70d19 100644
--- a/site/contrib/index.php
+++ b/site/contrib/index.php
@@ -26,7 +26,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css" href="../css/main.css" />
+<style type="text/css">
+<?php include "../css/main.css"; ?>
+</style>
<title><?php echo gettext("Libreboot project maintainers"); ?></title>
diff --git a/site/download/index.php b/site/download/index.php
index 0380fd5..3e50b40 100644
--- a/site/download/index.php
+++ b/site/download/index.php
@@ -27,7 +27,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css" href="../css/main.css" />
+<style type="text/css">
+<?php include "../css/main.css"; ?>
+</style>
<title><?php echo gettext("Download libreboot"); ?></title>
@@ -188,8 +190,6 @@
<?php echo gettext("You might not see a progress bar; it's still cloning, so just be patient."); ?>
</p>
<ul class="l">
- <li><b><a href="../github/"><?php echo gettext("Please do not use GitHub!"); ?></a></b></li>
- <li><b><a href="../gitorious/"><?php echo gettext("Please do not use Gitorious/GitLab!"); ?></a></b></li>
<li><a href="http://projects.mtjm.eu/projects/libreboot"><?php echo gettext("Bug tracker"); ?></a></li>
</ul>
diff --git a/site/github/index.php b/site/github/index.php
deleted file mode 100644
index 55aaea6..0000000
--- a/site/github/index.php
+++ /dev/null
@@ -1,140 +0,0 @@
-<?php
-/*
- GitHub is one of the worst sites that you could possibly use.
- Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk>
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Affero General Public License for more details.
-
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-?>
-<?php
- include_once "../variables.php";
-?>
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
- <link rel="stylesheet" type="text/css" href="../css/main.css" />
-
- <title><?php echo gettext("Please do not use GitHub!"); ?></title>
-
-</head>
-
-<body>
-
- <div class="c">
-
- <div id="libreboot" class="s">
-
- <h1><?php echo gettext("Please do not use GitHub!"); ?></h1>
-
- <p>
- <?php echo gettext("Please do not use GitHub to host libreboot."); ?>
- <?php echo gettext("Libreboot is a free software project, so this is only a request, and not a restriction on the software."); ?>
- </p>
-
- <p>
- <a href="../gitorious/"><?php echo gettext("Don't use gitorious, either."); ?></a>
- </p>
- <p>
- <a href="../download/#git"><?php echo gettext("Back to download page"); ?></a>
- </p>
-
- </div>
-
- <div class="s">
- <h2><?php echo gettext("What's wrong with GitHub?"); ?></h2>
- <ul>
- <li>
- <?php echo gettext("GitHub itself is proprietary software (Tim reasons it's for business"); ?>
- [<a href="http://tom.preston-werner.com/2011/11/22/open-source-everything.html">1</a>])
- </li>
- <li>
- <?php echo gettext("A patch[<a href=\"https://github.com/github/choosealicense.com/pull/177\">2</a>] to <a href=\"http://choosealicense.com\">choose a license</a> was received with some hostility."); ?>
- </li>
- <li>
- <?php echo gettext("Tim really likes to talk about freedom, but makes the following claims about the GPLv2/3:"); ?>
- </li>
- </ul>
-
- <blockquote>
- <p>
- <?php echo gettext("...The GPL is not focused on freedom. It's too long. Too many restrictions. -- Tom Preston-Werner OSCON2013"); ?>
- </p>
- </blockquote>
-
- <p><?php echo gettext("or how about:"); ?></p>
-
- <blockquote>
- <p>
- <?php echo gettext("Notice that everything we keep closed has specific business value that could be compromised by giving it away to our competitors. -- Tom Preston-Werner's <a href=\"http://tom.preston-werner.com/2011/11/22/open-source-everything.html\">blog</a>"); ?>
- </p>
- </blockquote>
-
- <p>
- <?php echo gettext("GitHub simply uses Free Software for its own benefit, releasing source code under a free license only when suited to it's business goals; they are quite happy to violate the rights of their users, for profit."); ?>
- </p>
-
- <p>
- <?php echo gettext("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>
- <?php echo gettext("The opinions expressed by Tom Preston-Werner of GitHub are incompatible with those 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 GitHub, for any of their projects."); ?>
- </p>
-
- </div>
-
- <?php
- include_once "../common/snippets/where-share.php";
- ?>
-
- <div class="s">
-
- <p>
- [<a href="http://tom.preston-werner.com/2011/11/22/open-source-everything.html">1</a>]
- <em>Open Source (Almost)</em> - http://tom.preston-werner.com/2011/11/22/open-source-everything.html
- </p>
-
- <p>
- [<a href="https://github.com/github/choosealicense.com/pull/177">2</a>] <em>Choose A License GPL patch</em> -
- https://github.com/github/choosealicense.com/pull/177
- </p>
-
- <p>
- [<a href="http://lists.nongnu.org/archive/html/gnu-linux-libre/2014-08/msg00013.html">3</a>]
- <em>linux-libre choosealicense issue</em> - http://lists.nongnu.org/archive/html/gnu-linux-libre/2014-08/msg00013.html
- </p>
-
- </div>
-
- <div class="s">
-
- <p>
- <?php echo gettext("This text on this page was adapted from <a href=\"http://librecmc.org/librecmc/wiki?name=github\">http://librecmc.org/librecmc/wiki?name=github</a>, licensed under <a href=\"https://creativecommons.org/licenses/by-sa/4.0/\">CC BY-SA 4.0</a> like the original."); ?>
- </p>
-
- </div>
-
-<?php
- include "../footer.php";
-?>
-
- </div>
-
-</body>
-</html>
-
diff --git a/site/gitorious/index.php b/site/gitorious/index.php
deleted file mode 100644
index 13bdbbe..0000000
--- a/site/gitorious/index.php
+++ /dev/null
@@ -1,110 +0,0 @@
-<?php
-/*
- GitHub is one of the worst sites that you could possibly use.
- Copyright (C) 2014, 2015 Francis Rowe <info@gluglug.org.uk>
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Affero General Public License for more details.
-
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-?>
-<?php
- include_once "../variables.php";
-?>
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
-
- <link rel="stylesheet" type="text/css" href="../css/main.css" />
-
- <title><?php echo gettext("Please do not use Gitorious or GitLab!"); ?></title>
-
-</head>
-
-<body>
-
- <div class="c">
-
- <div id="libreboot" class="s">
-
- <h1><?php echo gettext("Please do not use Gitorious or GitLab!"); ?></h1>
-
- <p>
- <?php echo gettext("Please do not use Gitorious or GitLab to host libreboot."); ?>
- <?php echo gettext("Libreboot is a free software project, so this is only a request, and not a restriction on the software."); ?>
- </p>
-
- <p>
- <a href="../github/"><?php echo gettext("Don't use github, either."); ?></a>
- </p>
- <p>
- <a href="../download/#git"><?php echo gettext("Back to download page"); ?></a>
- </p>
-
- </div>
-
- <div class="s">
- <h2><?php echo gettext("What's wrong with Gitorious?"); ?></h2>
- <ul>
- <li>
- <?php echo gettext("They have <a href=\"https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/\">completely sold us out</a> to a company whose main business model is proprietary software."); ?>
- </li>
- <li>
- <?php echo gettext("Gitorious is now owned by GitLab."); ?>
- <?php echo gettext("GitLab is essentially the same as GitHub; there is a free (libre) version of GitLab, but this is bait-and-switch for their so-called <i>enterprise</i> version which is proprietary software."); ?>
- </li>
- <li>
- <?php echo gettext("The GitLab site itself also runs on a proprietary version of GitLab."); ?>
- <?php echo gettext("GitLab has the same <a href=\"http://tom.preston-werner.com/2011/11/22/open-source-everything.html\">rotten attitude</a> as GitHub when it comes to free software."); ?>
- </li>
- <li>
- <?php echo gettext("GitLab is permissively licensed, which means that it completely lacks copyleft."); ?>
- <?php echo gettext("Anyone (including the main GitLab upstream) can re-release a proprietary version and completely refuse to give out source code."); ?>
- </li>
- <li>
- <?php echo gettext("GitLab CEO Sytse Sijbrandij has the same <a href=\"https://about.gitlab.com/2015/03/03/gitlab-acquires-gitorious/#comment-1885545097\">attitude</a> as the github CEO, regarding GPL, quote <i>&quot;We're very happy with the MIT since it has the least amount of restrictions for everyone. But we respect your opinion and hope you will consider contributing to GitLab in the future.&quot;</i> -- the statement was made by him in response to a question asking about copyleft in GitLab, and more specifically about AGPL (which the gitorious software was released under)."); ?>
- </li>
- </ul>
-
- <p>
- <?php echo gettext("Gitorious now simply uses Free Software for its own benefit, releasing source code under a free license only when suited to it's business goals; they are quite happy to violate the rights of their users, for profit (since they are now part of GitLab, which has been doing so for quite some time)."); ?>
- </p>
-
- <p>
- <?php echo gettext("The old gitorious website was however run by fully AGPL licensed software, which you could self-host. This page is anti-gitorious-company. Gitorious (software) will most likely be forked."); ?>
- </p>
-
- <p>
- <?php echo gettext("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>
- <?php echo gettext("The proprietary developments in GitLab are unacceptable to 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>
-
- </div>
-
- <?php
- include_once "../common/snippets/where-share.php";
- ?>
-
-<?php
- include "../footer.php";
-?>
-
- </div>
-
-</body>
-</html>
-
diff --git a/site/index.php b/site/index.php
index a1e21fc..02de923 100644
--- a/site/index.php
+++ b/site/index.php
@@ -26,7 +26,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css" href="css/main.css" />
+<style type="text/css">
+<?php include "css/main.css"; ?>
+</style>
<title><?php echo gettext("Libreboot project"); ?></title>