Aria2GUI-v1.4.1

所属分类:其他
开发工具:Swift
文件大小:3303KB
下载次数:0
上传日期:2018-10-08 18:03:09
上 传 者秋梦
说明:  aria2gui 图形界面的Xcode开发源码
(Aria2gui graphical interface Xcode development source code.)

文件列表:
Aria2GUI.app (0, 2018-01-28)
Aria2GUI.app\Contents (0, 2018-01-28)
Aria2GUI.app\Contents\MacOS (0, 2018-01-28)
Aria2GUI.app\Contents\MacOS\Aria2GUI (706852, 2018-01-28)
Aria2GUI.app\Contents\Resources (0, 2018-01-28)
Aria2GUI.app\Contents\Resources\zh-Hans.lproj (0, 2018-01-28)
Aria2GUI.app\Contents\Resources\zh-Hans.lproj\MainMenu.strings (7217, 2017-06-19)
__MACOSX (0, 2018-01-28)
__MACOSX\Aria2GUI.app (0, 2018-01-28)
__MACOSX\Aria2GUI.app\Contents (0, 2018-01-28)
__MACOSX\Aria2GUI.app\Contents\Resources (0, 2018-01-28)
__MACOSX\Aria2GUI.app\Contents\Resources\zh-Hans.lproj (0, 2018-01-28)
__MACOSX\Aria2GUI.app\Contents\Resources\zh-Hans.lproj\._MainMenu.strings (212, 2017-06-19)
Aria2GUI.app\Contents\Resources\zh-Hans.lproj\Preferences.strings (9185, 2018-01-28)
__MACOSX\Aria2GUI.app\Contents\Resources\zh-Hans.lproj\._Preferences.strings (333, 2018-01-28)
Aria2GUI.app\Contents\Resources\zh-Hans.lproj\InfoPlist.strings (92, 2018-01-28)
Aria2GUI.app\Contents\Resources\zh-Hans.lproj\Credits.rtf (843, 2018-01-28)
Aria2GUI.app\Contents\Resources\zh-Hans.lproj\SBPopViewCotroller.strings (326, 2017-06-19)
__MACOSX\Aria2GUI.app\Contents\Resources\zh-Hans.lproj\._SBPopViewCotroller.strings (212, 2017-06-19)
Aria2GUI.app\Contents\Resources\zh-Hans.lproj\MainWindow.strings (0, 2017-06-19)
__MACOSX\Aria2GUI.app\Contents\Resources\zh-Hans.lproj\._MainWindow.strings (212, 2017-06-19)
Aria2GUI.app\Contents\Resources\ja.lproj (0, 2018-01-28)
Aria2GUI.app\Contents\Resources\ja.lproj\MainMenu.strings (3110, 2017-06-19)
__MACOSX\Aria2GUI.app\Contents\Resources\ja.lproj (0, 2018-01-28)
__MACOSX\Aria2GUI.app\Contents\Resources\ja.lproj\._MainMenu.strings (212, 2017-06-19)
Aria2GUI.app\Contents\Resources\ja.lproj\Preferences.strings (9112, 2017-06-19)
__MACOSX\Aria2GUI.app\Contents\Resources\ja.lproj\._Preferences.strings (212, 2017-06-19)
Aria2GUI.app\Contents\Resources\ja.lproj\InfoPlist.strings (92, 2018-01-28)
Aria2GUI.app\Contents\Resources\ja.lproj\Credits.rtf (744, 2018-01-28)
Aria2GUI.app\Contents\Resources\ja.lproj\SBPopViewCotroller.strings (325, 2017-06-19)
__MACOSX\Aria2GUI.app\Contents\Resources\ja.lproj\._SBPopViewCotroller.strings (212, 2017-06-19)
Aria2GUI.app\Contents\Resources\ja.lproj\MainWindow.strings (1, 2017-06-19)
__MACOSX\Aria2GUI.app\Contents\Resources\ja.lproj\._MainWindow.strings (212, 2017-06-19)
Aria2GUI.app\Contents\Resources\en.lproj (0, 2018-01-28)
Aria2GUI.app\Contents\Resources\en.lproj\MainMenu.strings (7193, 2017-06-19)
__MACOSX\Aria2GUI.app\Contents\Resources\en.lproj (0, 2018-01-28)
__MACOSX\Aria2GUI.app\Contents\Resources\en.lproj\._MainMenu.strings (212, 2017-06-19)
Aria2GUI.app\Contents\Resources\en.lproj\Preferences.strings (9168, 2017-06-19)
__MACOSX\Aria2GUI.app\Contents\Resources\en.lproj\._Preferences.strings (212, 2017-06-19)
Aria2GUI.app\Contents\Resources\en.lproj\InfoPlist.strings (92, 2018-01-28)
... ...

YAAW ==== Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt. No HTTP server, backend or server-side program. All you need is just a browser.
Usage ----- 1. Run aria2 with RPC enabled > `aria2c --enable-rpc --rpc-listen-all=true --rpc-allow-origin-all` > with 'JSON-RPC PATH' like `http://hostname:port/jsonrpc` > > Recommend: Set `--rpc-secret=` if you are using aria2 1.18.4(or higher) with 'JSON-RPC PATH' like `http://token:secret@hostname:port/jsonrpc` > > Set `--rpc-user=` `--rpc-passwd=` if you are using aria2 1.15.2(or higher) with 'JSON-RPC PATH' like `http://username:passwd@hostname:port/jsonrpc` 2. Visit **index.html**. 3. Change "JSON-RPC Path" setting if "Internal server error" occurred. Tips ---- * All your settings on web is temporary. **Settings will be lost after aria2 restarted.** * Tasks(including which is not finished) will be lost after aria2 restarted. Using `--save-session=SOME/WHERE` and reload with `--continue=true --input-file=SOME/WHERE` to continue. * Using `$HOME/.aria2/aria2.conf` to save your options. * For more infomations about aria2, visit [Aria2 Manual](http://aria2.sourceforge.net/manual/en/html/) * YAAW also support websocket! Set JSON-RPC PATH with `ws://hostname:port/jsonrpc`. * Pre-spicify or save JSON-PRC PATH as bookmark with `http://binux.github.io/yaaw/demo/#path=http://hostname:port/jsonrpc` Components ---------- + [Bootstrap](http://twitter.github.com/bootstrap/) + [mustache.js](https://github.com/janl/mustache.js) + [jQuery](http://jquery.com/) + [jQuery Storage](http://archive.plugins.jquery.com/project/html5Storage) + [JSON RPC 2.0 jQuery Plugin](https://github.com/datagraph/jquery-jsonrpc) License ------- yaaw is licensed under GNU Lesser General Public License. You may get a copy of the GNU Lesser General Public License from http://www.gnu.org/licenses/lgpl.txt favicon.ico by [fangke](http://fangke.im/)

近期下载者

相关文件


收藏者