22 lines
596 B
Org Mode
22 lines
596 B
Org Mode
#+title: wontofor
|
|
#&summary
|
|
A small JavaScript library
|
|
#&
|
|
#+license: bysa, page
|
|
#+license: gpl 3+, program
|
|
|
|
* wontofor
|
|
|
|
Wontofor is a JavaScript shortcut system. It allows for easier use of JS and is
|
|
not at all finished. It's a bit like jQuery.
|
|
|
|
It's very easy to create a module in wontofor. Two examples: [[parts/ajax.js][ajax.js]] and
|
|
[[parts/html.js][html.js]].
|
|
|
|
I've put a test up [[test1.html][here]].
|
|
|
|
The main JS file can be found [[wontofor.js][here]].
|
|
|
|
Wontofor is licensed under the [[http://www.gnu.org/licenses/gpl.html][GNU General Public License]], version 3 or any
|
|
later version.
|