Fork of Webui Aria2 (with themes)
Go to file
Nils Maier 09120284c5 Cache relative paths instead of using an angular filter.
This will improve the performance a lot. First load performance may
suffer a bit, though.

Also, the leading "./" is skipped now, as this causes additional string
ops, which turn out to be particularly harmful in some cases (slots vs
heaps aka. shortstrings in spidermonkey, allocation overhead). And the
leading "./" is not really required anymore.
2014-02-28 13:05:24 +01:00
css Re-style 2014-02-28 13:05:24 +01:00
font Upgrade Libraries. 2014-02-28 12:25:23 +01:00
img refactored core and fixed small resolution bugs 2012-12-26 18:57:11 +08:00
js Cache relative paths instead of using an angular filter. 2014-02-28 13:05:24 +01:00
favicon.ico polished and added new progress title pie chart 2012-10-30 11:34:14 +08:00
index.html Cache relative paths instead of using an angular filter. 2014-02-28 13:05:24 +01:00
LICENSE refactored core and fixed small resolution bugs 2012-12-26 18:57:11 +08:00
old.html added global download search and finally made angular the default implementationgit add . 2013-03-19 21:57:52 +01:00
README.md TONS of features and refinements, quick access settings finally landed :) 2013-06-23 22:02:50 +02:00

webui-aria2

Main interface

The aim for this project is to create the worlds best and hottest interface to interact with aria2. aria2 is the worlds best file downloader, but sometimes the command line brings more power than necessary. The project was created as part of the GSOC scheme with tremendous support and feedback from the aria2 community.

Very simple to use, no build scripts, no installation scripts. First start aria2 in the background either in your local machine or in a remote one. You can do that as follows: aria2c --enable-rpc --rpc-listen-all If aria2 is not installed in your local machine then head on to http://aria2.sourceforge.net/ and follow the instructions there.

Then download the webui, you can either do that by downloading this repository and running index.html in the browser. Or you could just head on to http://ziahamza.github.com/webui-aria2/ and just start downloading files!! After that you can also save it for offline use by saving from the browser save page as option.

Status

A completely overhauled version is enabled by default. There are slight changes so if you still want to use the previous version then use the old.html instead of index.html.

Dependencies

Well, I guess you cannot run it without aria2 installed locally or on a network location. And not sure if a web browser counts as a dependency on GUI desktops :)

Support

For any support, feature request and bug report add an issue in the github project tab or head on the aria2 forums (https://sourceforge.net/apps/phpbb/aria2) and post your issue there.

License

Refer to the LICENSE file (MIT License). If the more liberal license is needed then add it as an issue