From eae4a86957f52e38e96b5cfaaf7f68b0a8d661db Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Tue, 30 Aug 2016 11:24:39 +0300 Subject: [PATCH] Fix formatting --- Transmission-Architecture.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Transmission-Architecture.md b/Transmission-Architecture.md index c4c7e99..d0ce914 100644 --- a/Transmission-Architecture.md +++ b/Transmission-Architecture.md @@ -1,6 +1,5 @@ - Transmission is fundamentally a Bit Torrent client and communicates with other Bit Torrent peers. -In addition to this Transmission supports network-based remote control, whereby an authorised user may control the Transmission core from another machine via the [wiki:rpc Transmission JSON RPC protocol]. +In addition to this Transmission supports network-based remote control, whereby an authorised user may control the Transmission core from another machine via the [[Transmission JSON RPC protocol|rpc]]. To make remote control easier from an arbitrary machine, Transmission Core can also serve a javascript web application to any browser and which in turn makes JSON RPC calls back to the Transmission core. The Core components and methods of control are shown below: @@ -8,10 +7,10 @@ The Core components and methods of control are shown below: ![Architecture](https://transmission.github.io/wiki-images/Transmission_Architecture.gif) From the above diagram it can be seen that a Transmission Core may be controlled by the following: - * ''Local'' directly linked GUI (OS X, GTK+) - * ''Local'' or ''Remote'' Qt GUI - * ''Local'' or ''Remote'' Command Line Utility - * ''Local'' or ''Remote'' Transmission Web Application running in a web browser + * _Local_ directly linked GUI (OS X, GTK+) + * _Local_ or _Remote_ Qt GUI + * _Local_ or _Remote_ Command Line Utility + * _Local_ or _Remote_ Transmission Web Application running in a web browser The multiple methods of controlling Transmission and the various native GUIs available result in several different Transmission products as shown in the figure below: