diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-07-07 16:03:55 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-07-07 16:03:55 +0200 |
commit | 106e68cfff2573af5262e282101358d7fb926184 (patch) | |
tree | 4e37003d43a23caac943ec670f9ab161ffe98910 /README.md | |
parent | 97b72ed12f9621387b7c0002de3eed2c93c700f2 (diff) | |
download | PeerTube-106e68cfff2573af5262e282101358d7fb926184.tar.gz PeerTube-106e68cfff2573af5262e282101358d7fb926184.tar.zst PeerTube-106e68cfff2573af5262e282101358d7fb926184.zip |
(doc) update crowdfunding notice, add chatroom links, reorder install guides
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -8,7 +8,7 @@ directly in the web browser with <a href="https://github.com/feross/webtorrent"> | |||
8 | </p> | 8 | </p> |
9 | 9 | ||
10 | <p align="center"> | 10 | <p align="center"> |
11 | <strong>We are running <a href="https://www.kisskissbankbank.com/en/projects/peertube-a-free-and-federated-video-platform">a crowdfunding campaign</a> to pave the road to version 1.0 of PeerTube!</strong> | 11 | <strong>We have run <a href="https://www.kisskissbankbank.com/en/projects/peertube-a-free-and-federated-video-platform">a crowdfunding campaign</a> to pave the road to version 1.0 of PeerTube. Thanks to everyone who pitched in and shared the news around. You can now check out [the corresponding milestone](https://github.com/Chocobozzz/PeerTube/milestone/1) and help its development!</strong> |
12 | </p> | 12 | </p> |
13 | 13 | ||
14 | <p align="center"> | 14 | <p align="center"> |
@@ -49,10 +49,6 @@ directly in the web browser with <a href="https://github.com/feross/webtorrent"> | |||
49 | <a href="http://standardjs.com/"> | 49 | <a href="http://standardjs.com/"> |
50 | <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" /> | 50 | <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" /> |
51 | </a> | 51 | </a> |
52 | |||
53 | <a href="https://kiwiirc.com/client/irc.freenode.net/#peertube"> | ||
54 | <img src="https://img.shields.io/badge/%23peertube-on%20freenode-brightgreen.svg" alt="PeerTube Freenode IRC" /> | ||
55 | </a> | ||
56 | </p> | 52 | </p> |
57 | 53 | ||
58 | <br /> | 54 | <br /> |
@@ -67,6 +63,9 @@ directly in the web browser with <a href="https://github.com/feross/webtorrent"> | |||
67 | 63 | ||
68 | * **[Website](https://joinpeertube.org)** | 64 | * **[Website](https://joinpeertube.org)** |
69 | * **[Instances list](https://instances.joinpeertube.org)** | 65 | * **[Instances list](https://instances.joinpeertube.org)** |
66 | * Chat: | ||
67 | * **IRC : [#peertube on chat.freenode.net:6697](https://kiwiirc.com/client/irc.freenode.net/#peertube)** | ||
68 | * **Matrix (bridged on the IRC channel) : [#peertube:matrix.org](https://matrix.to/#/#peertube:matrix.org)** | ||
70 | 69 | ||
71 | ## Demonstration | 70 | ## Demonstration |
72 | 71 | ||
@@ -105,18 +104,18 @@ BitTorrent) inside the web browser, as of today. | |||
105 | * OpenSSL (cli) | 104 | * OpenSSL (cli) |
106 | * **FFmpeg >= 3.x** | 105 | * **FFmpeg >= 3.x** |
107 | 106 | ||
108 | ## Run using Docker | 107 | ## Run in production |
109 | 108 | ||
110 | See the [docker guide](/support/doc/docker.md) | 109 | See the [production guide](/support/doc/production.md). |
111 | 110 | ||
112 | ## Run on YunoHost | 111 | ## Run on YunoHost |
113 | [![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube) | 112 | [![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=peertube) |
114 | 113 | ||
115 | Peertube app for [YunoHost](https://yunohost.org). See [here](https://github.com/YunoHost-Apps/peertube_ynh) | 114 | Peertube app for [YunoHost](https://yunohost.org). See [here](https://github.com/YunoHost-Apps/peertube_ynh). |
116 | 115 | ||
117 | ## Production | 116 | ## Run using Docker |
118 | 117 | ||
119 | See the [production guide](/support/doc/production.md). | 118 | See the [docker guide](/support/doc/docker.md). |
120 | 119 | ||
121 | ## Contribute/Translate/Test | 120 | ## Contribute/Translate/Test |
122 | 121 | ||