Added some links to free js essay
parent
c156c81419
commit
6e461a2d02
|
@ -456,6 +456,7 @@ body.whyfreejs .essay .sign {
|
||||||
margin-top: -1em;
|
margin-top: -1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.subtle,
|
||||||
body.whyfreejs .essay .sign a {
|
body.whyfreejs .essay .sign a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,17 +5,18 @@
|
||||||
<blockquote class="quote">
|
<blockquote class="quote">
|
||||||
It occurred to me that when we announce ease.js it would be a good occasion to
|
It occurred to me that when we announce ease.js it would be a good occasion to
|
||||||
post something about the importance of making JavaScript code free.
|
post something about the importance of making JavaScript code free.
|
||||||
—Richard Stallman
|
—<a href="http://stallman.org" class="subtle">Richard Stallman</a>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
GNU ease.js provides a set of unmatched and desirable features under a
|
GNU ease.js provides a set of unmatched and desirable features under a <a
|
||||||
copyleft license, which encourages developers to release their own code under
|
href="https://www.gnu.org/philosophy/pragmatic.html">copyleft</a> license,
|
||||||
a compatible free software license. But not everyone may understand why this
|
which encourages developers to release their own code under a compatible <a
|
||||||
decision—and the urging of free (as in freedom) JavaScript—are so
|
href="https://www.gnu.org/philosophy/free-sw.html">free software</a> license.
|
||||||
fundamentally vital to the future of a free and cooperative Internet that is
|
But not everyone may understand why this decision—and the urging of free
|
||||||
accessible to <em>everyone</em>, regardless of whether they exclusively use
|
(as in freedom) JavaScript—are so fundamentally vital to the future of a
|
||||||
free software.
|
free and cooperative Internet that is accessible to <em>everyone</em>,
|
||||||
|
regardless of whether they exclusively use free software.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -34,8 +35,8 @@
|
||||||
language:</span> Non-free JavaScript can rob you of your right to study,
|
language:</span> Non-free JavaScript can rob you of your right to study,
|
||||||
modify, and share the software that you are running. Unlike traditional
|
modify, and share the software that you are running. Unlike traditional
|
||||||
software, JavaScript usually enters your machine without prompting and often
|
software, JavaScript usually enters your machine without prompting and often
|
||||||
without your knowledge---the simple act of visiting a web page may install
|
without your knowledge—the simple act of visiting a web page may
|
||||||
and execute a non-free program within your web browser.
|
install and execute a non-free program within your web browser.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -84,14 +85,14 @@
|
||||||
<dt>More information on the JavaScript trap is available here:</dt>
|
<dt>More information on the JavaScript trap is available here:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://www.gnu.org/philosophy/javascript-trap.html">
|
<a href="http://www.gnu.org/philosophy/javascript-trap.html">
|
||||||
http://www.gnu.org/philosophy/javascript-trap.html
|
https://www.gnu.org/philosophy/javascript-trap.html
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt>More information on free software and its freedoms:</dt>
|
<dt>More information on free software and its freedoms:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="http://www.gnu.org/philosophy/free-sw.html">
|
<a href="https://www.gnu.org/philosophy/free-sw.html">
|
||||||
http://www.gnu.org/philosophy/free-sw.html
|
https://www.gnu.org/philosophy/free-sw.html
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
Loading…
Reference in New Issue