Improve the documentation (#2900)

* Unify the line endings to the Unix style (LF only).

* Fix (where possible) or remove broken links.

* Improve the documentation.

Fix or remove broken links (depending on whether I could find a
working version of the resource).

Change all links to use HTTPS instead of HTTP.

Unify the capitalizations (e.g. uppercase abbreviations, capitalize
proper names and downcase other words).

Fix or improve some parts of the text, clarifying what is meant.

Improve some parts of the program examples (e.g. only use root
privileges where really required).
This commit is contained in:
maxz
2022-04-11 19:38:32 +02:00
committed by GitHub
parent 70fbce71ec
commit 7c76d40a4d
23 changed files with 343 additions and 513 deletions

View File

@@ -1,10 +1,9 @@
A Web Interface is built into all Transmission flavours, enabling them to be controlled remotely.
A web interface is built into all Transmission flavors, enabling them to be controlled remotely.
## Enabling the Web Interface ##
## Enabling the web interface ##
Refer to the **Remote management** links in the [User Documentation](User-Documentation.md) for your client to find out how to enable the web interface.
Refer to the **Remote Management** links in the [User Documentation](User-Documentation.md) for your client to find out how to enable the Web Interface.
## Accessing the Web Interface ##
## Accessing the web interface ##
Once enabled, open a web browser and direct it to http://ip_address_of_machine_running_transmission:9091/
If web browser and Transmission Daemon are on the machine you can use http\://127.0.0.1:9091/
If the web browser and the Transmission daemon are on the machine you can use http\://127.0.0.1:9091/
9091 is the default remote control port specified in [Transmission configuration](Editing-Configuration-Files.md).