jQuery on CPAN
jQuery on CPAN
I just uploaded jQuery-1.2.3 to Perl's CPAN as JS-jQuery-1.2.3.001.
http://search.cpan.org/dist/JS-jQuery/
I blogged about it here:
http://blog.ingy.net/2008/03/comprehensive-programming-archive.html
The CPAN distribution contains all the pertinent jQuery files:
http://search.cpan.org/src/INGY/JS-jQuery-1.2.3.001/lib/JS/
You can now install jQuery on a machine with this:
> sudo cpan JS-jQuery
After installation you can find the installed files with this:
> js-cpan jquery*
To use jQuery in some HTML directory, cd to that dir and run this:
> ln -s `js-cpan jQuery.js` jquery.js
Please let me know if you have any questions/concerns.
Cheers, Ingy