1
0
Fork 0
easejs/source.html

42 lines
1.6 KiB
HTML
Raw Normal View History

2011-11-23 23:33:52 -05:00
<p>
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/lgpl.html">LGPL v3</a> or, at your
option, any later version.
</p>
<p>
2012-05-05 18:05:59 -04:00
The source code is officially hosted at the following locations (the website
source code exists within the <tt>website</tt> branch of the repository).
2011-11-23 23:33:52 -05:00
<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.nongnu.org/mailman/listinfo/easejs-dev">easejs-dev mailing
list</a>.
</p>
2011-11-23 23:33:52 -05:00
<h3>Gitorious</h3>
<a href="http://gitorious.org/easejs">Gitorious</a> is recommended, as it is
2011-11-23 23:56:40 -05:00
itself free software.
2011-11-23 23:33:52 -05:00
<blockquote class="git-clone">
<span class="shell-start">$</span> git clone
git://gitorious.org/easejs/easejs.git
</blockquote>
<h3>GitHub</h3>
<a href="https://github.com/mikegerwitz/easejs">GitHub</a> is a popular social
coding platform. While the code is hosted there and you are free to make use of
GitHub's services, note that GitHub is proprietary and ease.js does not endorse
2012-05-05 18:05:59 -04:00
it, nor make use of its services; it is used purely for hosting.
2011-11-23 23:33:52 -05:00
<blockquote class="git-clone">
<span class="shell-start">$</span> git://github.com/mikegerwitz/easejs.git
</blockquote>
<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.