1
0
Fork 0
easejs/source.html

53 lines
2.0 KiB
HTML

<p>
GNU ease.js is <a href="http://www.gnu.org/philosophy/free-sw.html">free
software</a>; you are free to use and redistribute it under terms of the <a
href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>
version 3 or, at your option, any later version.
</p>
<p>
The source code is officially hosted at the following locations (the website
source code exists within the <tt>website</tt> branch of the repository).
<a href="http://git-scm.org">Git</a> is used as the version control system.
</p>
<p>
If you would like to follow the development of ease.js or would like to be
notified of new releases, you may subscribe to the <a
href="https://lists.gnu.org/mailman/listinfo/info-easejs">info-easejs mailing
list</a>. To receive release announcments for all GNU software (including
ease.js), you may subscribe to
<a href="https://lists.gnu.org/mailman/listinfo/info-gnu">info-gnu</a>.
</p>
<h3>Savannah</h3>
<a href="https://savannah.gnu.org/projects/easejs/">Savannah</a> is the main
development and distribution site for GNU software; it is itself free software.
<blockquote class="git-clone">
<span class="shell-start">$</span> git clone
git://git.savannah.gnu.org/easejs.git
</blockquote>
<h3>Gitlab</h3>
<a href="https://gitlab.com/easejs/easejs">Gitlab</a> is also recommended, as it
is itself free software (Gitlab CE).
<blockquote class="git-clone">
<span class="shell-start">$</span> git clone
https://gitlab.com/easejs/easejs.git
</blockquote>
<h3>GitHub</h3>
GitHub is a popular social coding platform. Unfortunately,
it <a href="whyfreejs.html">serves proprietary JavaScript</a> to users, and
is not fully functional with JavaScript disabled. A mirror of GNU ease.js
is provided there, if you wish to make use of it; a link will not be
provided here, as that would encourage use of an unethical alternative.
<h3>Manual</h3>
See <a href="manual/Integration.html#Integration">Chapter 1 of the manual</a>
for more information on downloading and integrating ease.js into your own
projects.