summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-06-08 09:31:36 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-06-08 09:31:36 +0930
commit1a67bb4d74b3699c7d682d62c10e7a92ed93192a (patch)
tree6964a98d84a86ba5175d0702e9bbbead22732d36
parent755075c2e144f5e714498425e32b2e5d952b7a01 (diff)
downloadgnupluslinux.com-1a67bb4d74b3699c7d682d62c10e7a92ed93192a.tar.gz
gnupluslinux.com-1a67bb4d74b3699c7d682d62c10e7a92ed93192a.zip
added freedoms directory with an explanation of the four freedoms
-rw-r--r--freedoms/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/freedoms/index.html b/freedoms/index.html
new file mode 100644
index 0000000..2c9b719
--- /dev/null
+++ b/freedoms/index.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta content="text/html;charset=utf-8" http-equiv="Content-Type">
+ <meta name="keywords" content="linux, gnu, FOSS, free software, gnu/linux, gnu plus linux">
+ <meta name="description" content="GNU Plus Linux">
+ <meta name="author" content="daniel_j">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="Cache-control" content="public">
+ <link rel="icon" type="image/png" href="favicon.png">
+ <title>GNU plus Linux</title>
+ <style>
+ body{/* background-color:#222; color: #eee; */ margin-right: 5%; margin-left: 5%; font-family: Verdana}
+ .content
+ {
+ }
+ .middle{text-align: center; font-size: 70%}
+ .footnote{font-size: 70%}
+ </style>
+ </head>
+ <body>
+ <div class="content">
+ <h1>The four essential freedoms</h1>
+
+ A program is free software if the program's users have the four essential freedoms: <br> <br>
+ <ul>
+ <li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>
+ <li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>
+ <li>The freedom to redistribute copies so you can help others (freedom 2).</li>
+ <li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>
+ </ul>
+ <br>
+ A program is free software if it gives users adequately all of these freedoms. Otherwise, it is nonfree. While we can distinguish various nonfree distribution schemes in terms of how far they fall short of being free, we consider them all equally unethical.
+ <br>
+ <a href="https://www.gnu.org/philosophy/free-sw.html">source</a>
+ </div>
+ <div class="footnote">
+ </div>
+ </body>
+</html>
+