From 3142aea0d1ec21fb29cfe41a779e2a704e43bda1 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 28 Aug 2016 01:29:02 +0100 Subject: [PATCH 1/2] add badges to README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63e7f04..73568bd 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,15 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r * [Podcast](https://www.linuxserver.io/index.php/category/podcast/) covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation! # linuxserver/transmission -![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/transmission.png) +[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/plex.svg)][hub] +[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/plex.svg)][hub] +[![Build Status](http://jenkins.linuxserver.io:8080/buildStatus/icon?job=Dockers/LinuxServer.io/linuxserver-plex)](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-plex/) +[hub]: https://hub.docker.com/r/linuxserver/plex/ Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more. [Transmission](http://www.transmissionbt.com/about/) +![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/transmission.png) + ## Usage ``` @@ -60,6 +65,8 @@ Webui is on port 9091, the settings.json file in /config has extra settings not ## Versions + ++ **28.08.16:** Add badges to README. + **09.08.16:** Rebase to alpine linux. + **06.12.15:** Separate mapping for watch folder. + **16.11.15:** Initial Release. From 4a478efa62837375707391cbd57c1c90a4018732 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 28 Aug 2016 01:31:17 +0100 Subject: [PATCH 2/2] add badges to README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 73568bd..6e0277b 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,15 @@ The [LinuxServer.io](https://linuxserver.io) team brings you another container r * [Podcast](https://www.linuxserver.io/index.php/category/podcast/) covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation! # linuxserver/transmission -[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/plex.svg)][hub] -[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/plex.svg)][hub] -[![Build Status](http://jenkins.linuxserver.io:8080/buildStatus/icon?job=Dockers/LinuxServer.io/linuxserver-plex)](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-plex/) -[hub]: https://hub.docker.com/r/linuxserver/plex/ +[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/transmission.svg)][hub] +[![Docker Stars](https://img.shields.io/docker/stars/linuxserver/transmission.svg)][hub] +[![Build Status](http://jenkins.linuxserver.io:8080/buildStatus/icon?job=Dockers/LinuxServer.io/linuxserver-transmission)](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-transmission/) +[hub]: https://hub.docker.com/r/linuxserver/transmission/ Transmission is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more. [Transmission](http://www.transmissionbt.com/about/) -![](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/transmission.png) +[![transmission](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/transmission.png)][transurl] +[transurl]: https://www.transmissionbt.com/ ## Usage