transmission-web-control/README.md

126 lines
8.6 KiB
Markdown
Raw Normal View History

2016-10-11 07:44:25 +00:00
### 求助 ###
因个人原因,已无更多精力维护该项目,导致项目基本处于停止状态,现希望有人帮忙继续更新该项目,如有意向者请和我联系,谢谢!
### Please help this project ###
For personal reasons, has no more effort to maintain the project, leading to the basic state of the project is stopped, I hope someone help to continue to update the project, if interested, please contact me, thank you!
Email: ronggang.zhou at gmail.com
栽培者 2016.10.11
-----
关于
-----
2014-11-19 09:27:20 +00:00
本项目主要目的是想加强[Transmission](https://www.transmissionbt.com/) Web的操作能力本项目原本在[Google Code](https://code.google.com/p/transmission-control/)托管现迁移至GitHub。
本项目设计之初仅针对PT站因此增加了 Tracker 服务器分组及状态但这不并适用于普通BT种子。
2014-10-10 04:31:04 +00:00
#### [English Introduction](#introduction)
2014-10-10 04:31:04 +00:00
### 支持的Transmission版本(Support Transmission Version)
- Transmission 2.40 及以上版本RPC版本14及以上
- Transmission 2.40 and above (RPC version: 14 and above)
### 功能介绍
- 在线查看Transmission当前工作情况
- 在线添加新的种子文件或连接;
- 在线修改Transmission参数
- 分页浏览方式加载种子;
- 多语言环境支持;
- 文件拖放添加种子;
- 删除指定的种子;
- 批量修改 Tracker
- 移动指定种子的数据存放目录;
- 可按 Trackers 分组浏览;
- 其他……
### 浏览器支持
- 所有支持HTML5的浏览器(Chrome 15.0.874Firefox 8.0.1IE 9.0.8112Opera 11.52)
### 下载列表
- 可通过以下地址获取最新版的程序:
- https://github.com/ronggang/transmission-web-control/raw/master/release/transmission-control-full.tar.gz
- 或到下载安装脚本,此脚本只需要下载一次,以后只需要执行即可
- https://github.com/ronggang/transmission-web-control/raw/master/release/tr-control-easy-install.sh
### 安装方法
- https://code.google.com/p/transmission-control/wiki/Install
### 关于多语言(Multi-language)
系统使用多语言的方式构建,所以可以支持其他任何语言;但,由于本人水平有限,只会中文,所以需要懂其他语言的您的帮助,如果您已经翻译好了一个语言版本,请同时发给我一份,我会打包在一起,分享给更多的用户,谢谢。
#### 当前已支持的语言(Currently supported languages)
- `2013-04-22` [简体中文(Simplified Chinese)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/zh-CN.js) @栽培者
- `2014-02-09` [正體中文(Traditional Chinese)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/zh-TW.js) @Sean
- `2013-04-22` [英文(English)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/en.js) @栽培者
- `2014-02-09` [俄语(Russian)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/ru.js) @Oleksandr Gureiev & @irherder
- `2013-04-17` [西班牙语(Spanish)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/es.js) @Adrián González
- `2013-02-05` [波兰语(Polish)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/pl.js) @Daniel Kolek
- `2013-11-11` [匈牙利语(Hungarian)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/hu.js) @Swartzy
- `2013-05-18` [罗马尼亚(Romanian)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/ro.js) @Laurentiu Dinulescu
- `2013-05-28` [意大利(Italian)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/it.js) @Daniele Buccilli
- `2014-02-12` [葡萄牙语(巴西)(Brazilian Portuguese)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/pt-BR.js) @Dudu Maroja & @pcgaldo
- `2013-08-20` [荷兰语 (Dutch/Flemmisch)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/nl.js) @Alwin Hummels
- `2013-09-12` [法语 (French)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/fr.js) @Amaury Aubry
- `2013-12-05` [韩语 (Korean)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/ko.js) @kdsz330
- `2014-02-12` [葡萄牙语(European Portuguese)](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/pt-PT.js) @pcgaldo
Introduction
-------------------
2014-10-13 09:17:13 +00:00
Transmission Web Control is a custom web UI. The project began in [Goolge Code](https://code.google.com/p/transmission-control/).
### Support Transmission Version
- Transmission 2.40 and above (RPC version: 14 and above)
### Features
- Add torrent files or URLs
- Drag-and-drop to add torrent files
- Online modify the Transmission setting (Download folder,Speed limit,Port,etc.)
- Pause / resume / recheck selected or all torrents
- View the current torrents status (Files,Peers,Trackers,etc.)
- View Statistics(Cumulative/Current)
- The pagination torrents
- Set files priority
- Change the torrent download directory
- Trackers list
- ...
### Browsers support
- All browsers support HTML5. (Chrome 15.0.874Firefox 8.0.1IE 9.0.8112Opera 11.52 etc.)
### Multi-language
#### How to use the language pack:
2014-11-19 09:27:20 +00:00
- All language files are needed to put in the "lang" directory, format refer "lang/en.js";
- Translated language file naming, and then copied to the lang directory, note that necessary ".js" suffix, such as: en.js;
- Modify the the "lang/`_`languages.js" file, the new language format to add a line;
- Regain access to the TR, if your browser's default configuration language "`_`languages.js" where it will automatically display the current language, if not, please manually select the language or the end of the page plus "?lang=language"; such as: 192.168.1.1/transmission/web/?lang=en
#### Currently supported languages
- `2013-04-22` [Simplified Chinese](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/zh-CN.js) @ronggang
- `2014-02-09` [Traditional Chinese](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/zh-TW.js) @Sean
- `2013-04-22` [English](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/en.js) @ronggang
- `2014-02-09` [Russian](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/ru.js) @Oleksandr Gureiev & @irherder
- `2013-04-17` [Spanish](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/es.js) @Adrián González
- `2013-02-05` [Polish](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/pl.js) @Daniel Kolek
- `2013-11-11` [Hungarian](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/hu.js) @Swartzy
- `2013-05-18` [Romanian](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/ro.js) @Laurentiu Dinulescu
- `2013-05-28` [Italian](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/it.js) @Daniele Buccilli
- `2014-02-12` [Brazilian Portuguese](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/pt-BR.js) @Dudu Maroja & @pcgaldo
- `2013-08-20` [Dutch/Flemmisch](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/nl.js) @Alwin Hummels
- `2013-09-12` [French](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/fr.js) @Amaury Aubry
- `2013-12-05` [Korean](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/ko.js) @kdsz330
- `2014-02-12` [European Portuguese](https://github.com/ronggang/transmission-web-control/raw/master/src/tr-web-control/lang/pt-PT.js) @pcgaldo
- `2015-09-11` [Ukrainian](https://github.com/ronggang/transmission-web-control/blob/master/src/tr-web-control/lang/uk.js) @noreplyme
- If you have translated a language pack, please upload it here issue 9
#### [How to install](https://code.google.com/p/transmission-control/wiki/Install#1._Automatic_Installation_(Linux))
### Download
- You can get the latest version of the program for this address:
- https://github.com/ronggang/transmission-web-control/raw/master/release/transmission-control-full.tar.gz
- Or download easy install script:
- https://github.com/ronggang/transmission-web-control/raw/master/release/tr-control-easy-install.sh
###### 创建于(Create): 2012.12.18;更新于(Update): 2014.10.13 By 栽培者(ronggang) ######