-
Notifications
You must be signed in to change notification settings - Fork 209
For mine and yours convenience I established a Content Delivery Network (CDN) host for purpose of serving Reel script globally from a cloud. It sits on my personal Google App Engine account, is lightning fast and has claimed 99.95% uptime. It is now hot-linked by many major websites including Reel’s own website.
I encourage you to take full advantage of this capacity. Simply hot-link Reel in your project directly to the CDN address. The more sites will use Reel this way, the faster all of them will start as one project will already have necessary files cached locally from last visit to any other site using the same CDN. And your server will have a little bit more time to serve the image sprites.
Responses are Etaged and gziped to utilize browser’s cache and minimize download time.
Note: For HTTPS support, refer to thread #249 for a different CDN.
Like the recommended power-charged option for example:
-
http://code.vostrel.cz/jquery.reel-bundle.js
- latest minified version, bundled with optional dependencies, gziped, ETaged
- currently version 1.3 ~ 10.0 kB
By default (when no option is specified) the very latest stable version is served. You can request certain specific version of Reel by inserting a dash followed by a version tag. You will then be served with latest patch of that version.
-
1.3
serves latest stable version 1.3.0 -
1.1
serves legacy version 1.1.4 -
edge
serves the bleeding edge version
By default Reel source is served minified. There are two more flavors you can request by inserting a dash followed by a flavor tag
-
bundle
the power-charged option [recommended]. It is minified and bundled together with an optional plugin (also minified) that makes Reel much better – jQuery.mouseWheel 3.0.6 – with permissions. -
devel
targeted to all developers out there. This one is properly formatted with comments within the code to debug, study or transparently develop.
http://code.vostrel.cz/jquery.reel.js
http://code.vostrel.cz/jquery.reel-devel.js
http://code.vostrel.cz/jquery.reel-1.3-devel.js
http://code.vostrel.cz/jquery.reel-1.3.js
Besides the scripts, the CDN serves bunch of other (sometimes optional) files such as licenses, cursors and other image resources such as fan badges for your site. Following lists shows all that is served in all its glory here.
-
Latest
http://code.vostrel.cz/jquery.reel
.js
|-bundle.js
|-devel.js
|.js/embed
-
Edge
http://code.vostrel.cz/jquery.reel-edge
.js
|-bundle.js
|-devel.js
|.js/embed
- Minor Versions:
-
1.3.x
http://code.vostrel.cz/jquery.reel-1.3
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.2.x
http://code.vostrel.cz/jquery.reel-1.2
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.1.x
http://code.vostrel.cz/jquery.reel-1.1
.js
|-bundle.js
|-devel.js
|.js/embed
1.0.xhttp://code.vostrel.cz/jquery.reel-1.0
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.3.x
- Patch Versions:
-
1.3.0
http://code.vostrel.cz/jquery.reel-1.3.0
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.2.1
http://code.vostrel.cz/jquery.reel-1.2.1
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.2.0
http://code.vostrel.cz/jquery.reel-1.2.0
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.1.4
http://code.vostrel.cz/jquery.reel-1.1.4
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.1.3
http://code.vostrel.cz/jquery.reel-1.1.3
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.1.2
http://code.vostrel.cz/jquery.reel-1.1.2
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.1.1
http://code.vostrel.cz/jquery.reel-1.1.1
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.1.0
http://code.vostrel.cz/jquery.reel-1.1.0
.js
|-bundle.js
|-devel.js
|.js/embed
-
1.3.0
- Cursors for 1.3.x and 1.2.x:
-
http://code.vostrel.cz
/jquery.reel.cur
-
http://code.vostrel.cz
/jquery.reel-drag.cur
-
http://code.vostrel.cz
/jquery.reel-drag-down.cur
-
- Cursors for 1.1.x:
-
http://code.vostrel.cz
/jquery.reel.cursor-drag.gif
-
http://code.vostrel.cz
/jquery.reel.cursor-drag-down.gif
-
- Badges:
-
http://code.vostrel.cz
/jquery.reel-1.gif
-
http://code.vostrel.cz
/jquery.reel-2.gif
-
http://code.vostrel.cz
/jquery.reel-3.gif
-
http://code.vostrel.cz
/jquery.reel-4.gif
-
-
http://code.vostrel.cz
/MIT-LICENSE.txt
-
http://code.vostrel.cz
/GPL-LICENSE.txt
-
http://code.vostrel.cz
/blank.gif
-
http://code.vostrel.cz
/favicon.ico
-
http://code.vostrel.cz
/robots.txt