jRevolution

Local:
Url:
Recents:

jRevolution

The on-line ROOT file browser using HTML5

Installation

Download from

http://hehi00.nbi.dk:8888/~cholm/jRevolution/jRevolution-2.1-1.tar.gz

Unpack the archive to somewhere served by your web-server.

To use need X-domain file access, your web-browser needs to support PHP. In this case, you should open index.html and where it say

WrapXHR.setRouter("...")

change the URL to point to your site. That is, if your installation will be served from http://example.org/jRevolution/, then you should have

WrapXHR.setRouter("http://example.org/jRevolution/wrapxhr.php");

in the index.html file.

Original work

The code was developed by Bertrand Bellenot, and is available here. The blog post has more information about it.

Derived work

Christian Holm Christensen did some hacking on the original work. The main changes are

Close