From a9585365c019891299632463d01cc9517e57cb18 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 7 Jun 2023 19:33:01 -0400 Subject: [PATCH] transmission/README.rst: Add "Docs" section --- roles/transmission/README.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/roles/transmission/README.rst b/roles/transmission/README.rst index 40f6e38fc..2112fc778 100644 --- a/roles/transmission/README.rst +++ b/roles/transmission/README.rst @@ -103,7 +103,19 @@ More advanced configuration and status are in directory ``/var/lib/transmission- stats.json torrents/ -These are further explained in https://github.com/transmission/transmission/wiki/Configuration-Files (to align with the above, apt package transmission-daemon sets user debian-transmission's home directory to ``/var/lib/transmission-daemon`` in /etc/passwd). +These are further explained in |ss| https://github.com/transmission/transmission/wiki/Configuration-Files |se| (to align with the above, apt package transmission-daemon sets user debian-transmission's home directory to ``/var/lib/transmission-daemon`` in /etc/passwd). + +Docs +---- + +As of June 2023, these docs appear to be the most up-to-date: + +- https://github.com/transmission/transmission/tree/main/docs + - https://github.com/transmission/transmission/blob/main/docs/Configuration-Files.md + - https://github.com/transmission/transmission/blob/main/docs/Headless-Usage.md +- https://wiki.archlinux.org/title/transmission (updated regularly) +- https://cli-ck.io/transmission-cli-user-guide/ (2016 but still useful) +- https://trac.transmissionbt.com/wiki (2006-2019) Logging -------