-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Angelo Dini
committed
May 30, 2013
1 parent
e94482c
commit 34dd633
Showing
1 changed file
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
========================================= | ||
class.js - simple class based inheritance | ||
========================================= | ||
Class.js - Plugin Repository | ||
============================ | ||
|
||
https://github.com/finalangel/classjs | ||
|
||
class.js is a JavaScript library for building class based object-oriented programms using | ||
JavaScript's prototypal inheritance. It strives to mimic classical class inheritance | ||
provided by other languages such as Python, Java or C. Its syntax is heavily inspired | ||
by MooTools's class implementation. | ||
Class.js is a JavaScript library for building class based object-oriented programms using JavaScript's prototypal | ||
inheritance. It strives to mimic classical class inheritance provided by other languages such as Python, Java or PHP. | ||
Its syntax is heavily inspired by MooTools's class implementation. | ||
|
||
https://github.com/finalangel/classjs-plugins | ||
|
||
Documentation | ||
============= | ||
Class.js plugins are aimed for professionals with extensive JavaScript knowledge. Each plugin follows a simplistic and | ||
a modular approach. All plugins have demos, tests and documentation regarding their options, methods, events and | ||
callbacks. | ||
|
||
Go to `http://classjs.rtfd.org` for a full documentation. | ||
|
||
Please use github to report bugs or feature requests. Include a `jsfiddle <http://jsfiddle.net>`_ | ||
or equivalent example whenever possible for issues and bugs. | ||
Documentation | ||
------------- | ||
|
||
Testet in Chrome, Fierfox 4+, Internet Explorer 7+ and Opera. | ||
| Visit `classjs-plugins.rtfd.org <http://classjs-plugins.rtfd.org>`_ for a full documentation or go to the `demo page <http://finalangel.github.io/classjs-plugins/>`_ to view the examples. | ||
| Please use github to report bugs or feature requests. Include a `jsfiddle <http://jsfiddle.net>`_ or equivalent example whenever possible. | ||
|
||
License | ||
======= | ||
|
||
Distributed under the BSD Licence. | ||
------- | ||
|
||
Copyright (c) 2012 Angelo Dini and contributors | ||
Distributed under the BSD `LICENSE <http://github.com/FinalAngel/classjs-plugins/blob/master/LICENSE.rst>`_. |