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