diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 04:15:55 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-15 04:15:55 (EDT) |
commit | 54d087e5407f78dbb21f6f29036321c8c76cb483 (patch) | |
tree | 47d881982e3edca85efba540021c0c2a1fbe1171 | |
parent | 7472a543dc1e5def4d34ce8abfeaf97cfb396b56 (diff) | |
download | libreboot.org-54d087e5407f78dbb21f6f29036321c8c76cb483.zip libreboot.org-54d087e5407f78dbb21f6f29036321c8c76cb483.tar.gz libreboot.org-54d087e5407f78dbb21f6f29036321c8c76cb483.tar.bz2 |
talk about why "open source" is bad, compared to "free software"
-rw-r--r-- | site/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site/index.php b/site/index.php index 576c6e7..dc8673c 100644 --- a/site/index.php +++ b/site/index.php @@ -64,6 +64,9 @@ The goal of the libreboot project is identical to that of the <a href="https://gnu.org/">GNU project</a> and <a href="https://fsf.org/">Free Software Foundation</a>, which is to ensure that everyone has the freedom to use, study, modify and share software; in other words, the freedom to truly own and control the technology that they use. We want everyone to be able to use free software, exclusively. </p> + <p> + Libreboot is <i>free software</i>; we do not use the term <i>open source</i>, because it ignores the ethical ideals of the free software movement, focusing only on practicality and efficiency. Read <a href="https://www.gnu.org/philosophy/open-source-misses-the-point.html">this article</a> for more information. + </p> <ul> <li><a href="download/"><?php echo gettext("Download libreboot"); ?></a></li> <li><a href="git/"><?php echo gettext("Git repositories"); ?></a></li> |