From e27168cdebc96eec8d34b71d3d455462628d4f90 Mon Sep 17 00:00:00 2001 From: mayswind Date: Wed, 6 Jul 2016 22:44:39 +0800 Subject: [PATCH] Update README.md --- README.md | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c7a2f72..62d370d 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,31 @@ # AriaNg -A Better Frontend for Aria2 +## Introduction +A Better Frontend for [aria2](https://github.com/aria2/aria2) (a cross-platform download utility). AriaNg is written in pure html & javascript, so it does not need to be compiled and not need any runtime environment, and you can open it in your browser. By using responsive layout, you can open it on any desktop or mobile devices. ## Features -1. Pure Html & Javascript, no back-end code -2. User-friendly interface -3. Responsive design, support PC and mobile phone +1. Pure Html & Javascript, no runtime required +2. Responsive design, supporting desktop and mobile devices +3. User-friendly interface + * Sort tasks (name, size, progress, remain time, download speed, etc.), files, peers + * Search tasks + * Adjust download order by dragging task + * More information of tasks (health percentage, torrent creation time, etc.) + * Filter files of tasks in file types (videos, audios, pictures, documents, applications, archives, etc.) + * Download/upload speed chart + * Full support of aria2 settings +4. Download finished notification 4. Multi-languages support -5. Less bandwidth usage +5. Less bandwidth usage, only requesting incremental data ## Screenshots -#### Computer -![AriaNg](https://raw.githubusercontent.com/mayswind/AriaNg/gh-pages/screenshots/computer.png) +#### Desktop +![AriaNg](https://raw.githubusercontent.com/mayswind/AriaNg/gh-pages/screenshots/desktop.png) #### Mobile Device ![AriaNg](https://raw.githubusercontent.com/mayswind/AriaNg/gh-pages/screenshots/mobile.png) ## Build +Make sure you have [Node.js](https://nodejs.org/), [NPM](https://www.npmjs.com/) and [Bower](https://bower.io/) installed. + $ npm install $ bower install $ gulp clean build @@ -25,4 +36,7 @@ The builds will be placed in the dist directory. Please visit http://ariang.mayswind.net ## Download -https://github.com/mayswind/AriaNg/releases +Latest release: https://github.com/mayswind/AriaNg/releases + +## License +[MIT](https://github.com/mayswind/AriaNg/blob/master/LICENSE)