1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
jquery-geo for Debian
---------------------
The original jquery-geo library has third-party libraries embedded.
To avoid this, the Debian version simply requires these third-party libraries
to be included *BEFORE* including any part of jquery-geo. Also, jquery-geo
depends on jQuery. All these libraries are pulled in as dependencies of the
binary package.
Thus, remember to include these libraries *BEFORE* jquery-geo:
- /usr/share/javascript/jquery/jquery.js
- /usr/share/javascript/excanvas/excanvas.js
- /usr/share/javascript/jsrender/jsrender.js
- /usr/share/javascript/jquery-mousewheel/jquery.mousewheel.js
- /usr/share/javascript/jquery-ui/ui/jquery.ui.widget.js
You can also use minified versions, at your discretion. If you're developing
a web application, it's highly advised to use the 'javascript-common'
package.
The package, besides the full version (jquery.geo.full.js), also provides
the single files with which it is built, so that you can satisfy custom
requirements.
-- David Paleino <dapal@debian.org> Tue, 08 Nov 2011 20:55:59 +0100
|