mirror of
https://github.com/transmission/transmission
synced 2025-03-03 18:25:35 +00:00
parent
3f7134d47b
commit
75f871030a
2 changed files with 16 additions and 48 deletions
|
@ -5,9 +5,9 @@ New to Transmission?
|
|||
* Try the Help in Transmission's "Help" menu.
|
||||
* simplehelp.net has an introduction for [Transmission on Macs](http://www.simplehelp.net/2008/07/17/how-to-use-transmission-as-your-bittorrent-client-os-x/).
|
||||
* Jun Azua has an introduction for [Transmission GUI on Linux](http://www.junauza.com/2009/01/how-to-use-bittorrent-in-linux.html).
|
||||
* Running Transmission [[without a GUI|HeadlessUsage]]
|
||||
* Using Transmission [[from a web browser|Web Interface]]
|
||||
* Also see our [[Frequently Asked Questions|FrequentlyAskedQuestions]].
|
||||
* Running Transmission [without a GUI](HeadlessUsage)
|
||||
* Using Transmission [from a web browser](Web Interface)
|
||||
* Also see our [Frequently Asked Questions](FrequentlyAskedQuestions)
|
||||
|
||||
Want to learn more?
|
||||
|
||||
|
@ -17,22 +17,20 @@ Want to learn more?
|
|||
|
||||
# 2. More Documentation #
|
||||
|
||||
* [[Configuration Files|Configuration Files]]
|
||||
* [[Editing Configuration Files|Editing Configuration Files]]
|
||||
* [[Environment Variables|Environment Variables]]
|
||||
* [[Extending Transmission using Scripts|Scripts]]
|
||||
* [[Blocklists]]
|
||||
* [[How to build Transmission|Building Transmission]]
|
||||
* [[RPC Protocol Specification|RPC Protocol Specification]]
|
||||
* [[Transmisson's Peer ID and User-Agent headers|Peer ID and User Agent]]
|
||||
* [[Peer Status Text explained|Peer Status Text]]
|
||||
* [Configuration Files](./Configuration-Files.md)
|
||||
* [Editing Configuration Files](./Editing-Configuration-Files.md)
|
||||
* [Environment Variables](Environment-Variables.md)
|
||||
* [Extending Transmission using Scripts](./Scripts.md)
|
||||
* Blocklists
|
||||
* [How to build Transmission](Building-Transmission.md)
|
||||
* [RPC Protocol Specification](rpc-spec.md)
|
||||
* [Transmisson's Peer ID and User-Agent headers](Peer-ID-and-User-Agent.md)
|
||||
* [Peer Status Text explained](Peer-Status-Text.md)
|
||||
|
||||
# 3. Report a problem / request a feature #
|
||||
|
||||
* If you're having trouble with Transmission, check the Troubleshooting section of our [[Frequently Asked Questions|FrequentlyAskedQuestions]].
|
||||
* Check whether the problem has already been reported:
|
||||
* [All open issues](https://github.com/transmission/transmission/issues)
|
||||
* [Search](https://github.com/transmission/transmission/issues)
|
||||
* If you're having trouble with Transmission, check the Troubleshooting section of our [Frequently Asked Questions](FrequentlyAskedQuestions)
|
||||
* [Check](https://github.com/transmission/transmission/issues) whether the problem has already been reported.
|
||||
* If you don't see a ticket matching your problem or feature, read [this post](https://forum.transmissionbt.com/viewtopic.php?f=1&t=3274) about what to write, then [add a new ticket](https://github.com/transmission/transmission/issues/new).
|
||||
* If you _do_ see an existing ticket, please add a comment there. The more users interested in a ticket, the higher priority it's given.
|
||||
|
||||
|
@ -43,8 +41,8 @@ Please contact us if you are interested in supporting Transmission in any of the
|
|||
|
||||
* Code contribution
|
||||
* Testing
|
||||
* [[Language Translations|Translating]]
|
||||
* [Language Translations](Translating)
|
||||
* Bug and request management
|
||||
* Documentation and Wiki Editing
|
||||
* [Donations](https://transmissionbt.com/donate/)
|
||||
* If you want to alert us to a security vulnerability, please email security@transmissionbt.com. Please note that general support questions belong on the forum, and will be ignored if sent to this email.
|
||||
* If you want to alert us to a security vulnerability, please email security@transmissionbt.com. Please note that general support questions belong on the forum, and will be ignored if sent to this email.
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
This document explains how to remotely, or locally, connect to a Transmission session programatically using the rpc protocol.
|
||||
|
||||
_If you're looking to control a Transmission session non-programatically, you can either use the transmission-remote cli, or the [[Web Interface|Web Interface]]._
|
||||
|
||||
## Current
|
||||
The current and in progress Specification can be found here: [rpc-spec.md](rpc-spec.md).
|
||||
|
||||
## Previous
|
||||
* [Version 2.9x](/transmission/transmission/blob/2.9x/extras/rpc-spec.txt)
|
||||
* [Version 2.8x](/transmission/transmission/blob/2.8x/extras/rpc-spec.txt)
|
||||
* [Version 2.7x](/transmission/transmission/blob/2.7x/extras/rpc-spec.txt)
|
||||
* [Version 2.4x](/transmission/transmission/blob/2.4x/extras/rpc-spec.txt)
|
||||
* [Version 2.2x](/transmission/transmission/blob/2.2x/extras/rpc-spec.txt)
|
||||
* [Version 2.1x](/transmission/transmission/blob/2.1x/extras/rpc-spec.txt)
|
||||
* [Version 2.0x](/transmission/transmission/blob/2.0x/doc/rpc-spec.txt)
|
||||
* [Version 1.9x](/transmission/transmission/blob/1.9x/doc/rpc-spec.txt)
|
||||
* [Version 1.8x](/transmission/transmission/blob/1.8x/doc/rpc-spec.txt)
|
||||
* [Version 1.7x](/transmission/transmission/blob/1.7x/doc/rpc-spec.txt)
|
||||
* [Version 1.6x](/transmission/transmission/blob/1.6x/doc/rpc-spec.txt)
|
||||
* [Version 1.5x](/transmission/transmission/blob/1.5x/doc/rpc-spec.txt)
|
||||
* [Version 1.4x](/transmission/transmission/blob/1.4x/doc/rpc-spec.txt)
|
||||
* [Version 1.3x](/transmission/transmission/blob/1.3x/doc/rpc-spec.txt)
|
||||
|
||||
## Deprecated
|
||||
Versions before 1.30 used to connect to a Transmission session by writing directly into a socket file. Many not-so-up to date articles on setting up Transmission with a Web Interface (Clutch) may still refer to this technique.
|
||||
* [Version 1.2x](/transmission/transmission/blob/1.2x/doc/ipcproto.txt)
|
||||
* [Version 1.1x](/transmission/transmission/blob/1.1x/doc/ipcproto.txt)
|
||||
* [Version 1.0x](/transmission/transmission/blob/1.0x/doc/ipcproto.txt)
|
||||
* [Version 0.9x](/transmission/transmission/blob/0.9x/doc/ipcproto.txt)
|
||||
* [Version 0.8x](/transmission/transmission/blob/0.8x/misc/ipcproto.txt)
|
Loading…
Reference in a new issue