diff --git a/README.md b/README.md index 3cf9b8a..7a6eac2 100755 --- a/README.md +++ b/README.md @@ -1,28 +1,27 @@ webui-aria2 =========== -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. +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. -Very simple to use, no build scripts, no installation scripts. Just download, fireup your favourite web browser and open 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 +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 =========== -Basic working prototype with minimal functionality. A lot more to features to come so stay tuned. +Usable but some bugs here and there. A lot more to features to come so stay tuned. TODO -=========== --> Adding URIs to existing downloads --> Add download and upload speed graphs and virtualizations --> More global statistics --> More specialized info for special download types like bit torrent and metalink --> Refined settings for each download --> Changing configuration of downloads already started --> More advance options for new download --> Adding downloads by uploading torrent and metalink files (HTML5 file api probably) +----------- +* More advance options for new download +* Adding downloads by uploading torrent and metalink files (HTML5 file api probably) +* 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 Dependencies -=========== -Well, I guess it cant run without aria2 installed locally or on a network location. And not sure if a web browser counts as a dependencies on GUI desktops :) +============ +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 :) diff --git a/index.html b/index.html index 05caf24..88ebdf0 100755 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ margin-bottom: 3px; } - + - + - +