This repository has been archived on 2022-01-02. You can view files and clone it, but cannot push or open issues/pull-requests.
AriaNg/README.md

57 lines
2.8 KiB
Markdown
Raw Normal View History

2016-05-13 17:57:42 +02:00
# AriaNg
2016-08-01 16:14:05 +02:00
[![License](https://img.shields.io/github/license/mayswind/AriaNg.svg?style=flat)](https://github.com/mayswind/AriaNg/blob/master/LICENSE)
[![Lastest Build](https://img.shields.io/circleci/project/mayswind/AriaNg.svg?style=flat)](https://circleci.com/gh/mayswind/AriaNg/tree/master)
[![Lastest Release](https://img.shields.io/github/release/mayswind/AriaNg.svg?style=flat)](https://github.com/mayswind/AriaNg/releases)
2016-07-06 19:00:59 +02:00
2017-03-20 05:38:10 +01:00
[简体中文说明 (Simplified Chinese README)](https://github.com/mayswind/AriaNg/blob/master/README-CHS.md)
2016-12-03 16:07:37 +01:00
2016-07-06 16:44:39 +02:00
## Introduction
2017-03-20 05:38:10 +01:00
A Better Web Frontend for [aria2](https://github.com/aria2/aria2). AriaNg is written in pure html & javascript, so it does not need to be compiled and not need any runtime environment, and you just need to open it in your browser. By using responsive layout, you can open it on any desktop or mobile devices.
2016-06-04 09:55:18 +02:00
## Features
2016-07-06 16:44:39 +02:00
1. Pure Html & Javascript, no runtime required
2. Responsive design, supporting desktop and mobile devices
3. User-friendly interface
2016-07-10 16:12:35 +02:00
* Sort tasks (by name, size, progress, remain time, download speed, etc.), files, peers
2016-07-06 16:44:39 +02:00
* Search tasks
* Adjust download order by dragging task
2016-07-10 16:12:35 +02:00
* More information of tasks (health percentage, client infomation of bt peers, etc.)
* Filter files of tasks in file types (by videos, audios, pictures, documents, applications, archives, etc.)
* Download/upload history chart of global or task
2016-07-06 16:44:39 +02:00
* Full support of aria2 settings
2017-03-20 17:04:15 +01:00
4. Url command line api support
2016-07-16 16:21:59 +02:00
5. Download finished notification
6. Multi-languages support
2017-03-19 17:00:20 +01:00
7. Multi aria2 RPC host support
8. Less bandwidth usage, only requesting incremental data
2016-06-05 08:02:36 +02:00
2016-07-03 13:20:26 +02:00
## Screenshots
2016-07-06 16:44:39 +02:00
#### Desktop
2017-03-20 01:52:48 +01:00
![AriaNg](https://raw.githubusercontent.com/mayswind/AriaNg-WebSite/master/screenshots/desktop.png)
2016-07-04 17:41:30 +02:00
#### Mobile Device
2017-03-20 01:52:48 +01:00
![AriaNg](https://raw.githubusercontent.com/mayswind/AriaNg-WebSite/master/screenshots/mobile.png)
2016-07-03 13:20:26 +02:00
2016-08-01 16:14:05 +02:00
## Installation
#### Prebuilt release
2017-03-20 05:38:10 +01:00
Latest Release: [https://github.com/mayswind/AriaNg/releases](https://github.com/mayswind/AriaNg/releases)
2016-08-01 16:14:05 +02:00
2017-03-20 05:38:10 +01:00
Latest Daily Build: [https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip](https://github.com/mayswind/AriaNg-DailyBuild/archive/master.zip)
2016-08-08 16:26:33 +02:00
2016-08-01 16:14:05 +02:00
#### Building from source
Make sure you have [Node.js](https://nodejs.org/), [NPM](https://www.npmjs.com/) and [Bower](https://bower.io/) installed. Then download the source code, and follow these steps.
2016-07-06 16:44:39 +02:00
2016-07-03 15:12:48 +02:00
$ npm install
$ bower install
2016-07-04 17:41:30 +02:00
$ gulp clean build
2016-07-03 15:12:48 +02:00
The builds will be placed in the dist directory.
2016-06-05 08:02:36 +02:00
## Demo
2017-03-20 05:38:10 +01:00
Please visit [http://ariang.mayswind.net/latest](http://ariang.mayswind.net/latest)
2016-07-03 13:20:26 +02:00
2017-03-20 17:04:15 +01:00
## Command API
Please visit [http://ariang.mayswind.net/command-api.html](http://ariang.mayswind.net/command-api.html) for more information.
2016-07-06 16:44:39 +02:00
## License
[MIT](https://github.com/mayswind/AriaNg/blob/master/LICENSE)