From 66561d288dcd5de0f40dde815dbeea6d6d158a07 Mon Sep 17 00:00:00 2001 From: Hamza Zia Date: Tue, 5 Jun 2012 19:40:43 +0800 Subject: [PATCH] basic download resume and pause functionality added!!! --- README.md | 7 +- index.html | 24 ++--- js/; | 246 +++++++++++++++++++++++++++++++++++++++++++++ js/;w | 275 +++++++++++++++++++++++++++++++++++++++++++++++++++ js/script.js | 90 ++++++++++++++--- 5 files changed, 612 insertions(+), 30 deletions(-) create mode 100644 js/; create mode 100644 js/;w diff --git a/README.md b/README.md index 26ca739..fdd2c6a 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ 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. -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!! +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 + +Status +=========== +Basic working prototype with minimal functionality. A lot more to features to come so stay tuned. Dependencies diff --git a/index.html b/index.html index 5ae5bd9..00a19e9 100755 --- a/index.html +++ b/index.html @@ -24,16 +24,16 @@