webui-aria2/README.md

27 lines
1.2 KiB
Markdown
Raw Normal View History

2012-05-01 11:15:19 +02:00
webui-aria2
===========
2012-06-16 14:50:11 +02:00
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 just brings more power than necessary.
2012-05-01 11:26:52 +02:00
2012-06-16 14:50:11 +02:00
Very simple to use, no build scripts, no installation scripts. Just download the repo, fireup your favourite web browser with index.html and start downloading files!! Be sure to start aria2 in the background either in your local machine or in a remote one. You can do that as follows:
**aria2c --enable-rpc**
If aria2 is not installed in your local machine then head on to http://aria2.sourceforge.net/ and follow the instructions there.
Status
===========
2012-06-16 14:50:11 +02:00
Usable but some bugs here and there. A lot more to features to come so stay tuned.
2012-05-01 11:28:20 +02:00
2012-06-05 19:55:59 +02:00
TODO
2012-06-16 14:50:11 +02:00
-----------
* More advance options for new download
* Add download and upload speed graphs and virtualizations
* More specialized info for special download types like bit torrent and metalink
* Adding URIs to existing downloads
2012-06-05 19:55:59 +02:00
2012-05-01 11:26:52 +02:00
Dependencies
2012-06-16 14:50:11 +02:00
============
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 :)
2012-05-01 11:26:52 +02:00