Fork of Webui Aria2 (with themes)
Go to file
Nils Maier 463e745ce7 Fast fix for broken filters and/or quick access stuff
ng-if will create a new scope, so any `set` operations are on that new
scope and not reflected in the parent scope.
Using ng-show instead will not create a new scope and therefore does not
have this issue. But different from ng-if, ng-show still creates a DOM
but just hides it...
2014-06-03 02:28:55 +02:00
css Improve filters display... 2014-05-24 16:55:42 +02: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 Fix perf issue with collapse animations 2014-06-03 02:05:30 +02:00
screenshots added screenshot and reduced overview graph tick size 2014-06-02 19:59:07 +08:00
.gitignore removed DS_STORE files 2014-06-02 20:02:06 +08:00
configuration.js support for tweaking download page size in the webui configuration 2014-06-03 04:02:23 +08:00
favicon.ico Provide a new favicon 2014-05-24 16:55:42 +02:00
index.html Fast fix for broken filters and/or quick access stuff 2014-06-03 02:28:55 +02:00
LICENSE refactored core and fixed small resolution bugs 2012-12-26 18:57:11 +08:00
README.md added global statistics to tweat the webui 2014-06-03 03:36:21 +08: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 initially created as part of the GSOC scheme, however it has rapidly grown and changed 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.io/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.

Configuration

Read and edit configuration.js.

Dependencies

Well, you need aria2. And a web browser (if that even counts!)

Support

For any support, feature request and bug report add an issue in the github project. link

License

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