aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-07-21 10:24:18 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-07-21 10:24:18 +0200
commitd3b5237869d0dce6d339fef14dd0817e32b38f84 (patch)
tree4fd62bbf0adf9774ad41af31cb2457307cc4ab74 /README.md
parent677618d4a600a1678088d107850c8f1f8c95255f (diff)
downloadPeerTube-d3b5237869d0dce6d339fef14dd0817e32b38f84.tar.gz
PeerTube-d3b5237869d0dce6d339fef14dd0817e32b38f84.tar.zst
PeerTube-d3b5237869d0dce6d339fef14dd0817e32b38f84.zip
Improve README presentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md70
1 files changed, 54 insertions, 16 deletions
diff --git a/README.md b/README.md
index f9c4905a7..248057f25 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,52 @@
1# PeerTube 1<h1 align="center">
2 PeerTube
3</h1>
2 4
3**Server** 5<h4 align="center">
4[![Build Status](https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master)](https://travis-ci.org/Chocobozzz/PeerTube) 6Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
5[![Dependencies Status](https://david-dm.org/Chocobozzz/PeerTube.svg)](https://david-dm.org/Chocobozzz/PeerTube) 7</h4>
6[![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg)](https://david-dm.org/Chocobozzz/PeerTube#info=devDependencies)
7[![Code climate](https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg)](https://codeclimate.com/github/Chocobozzz/PeerTube)
8 8
9**Client** 9<p align="center">
10[![Dependency Status](https://david-dm.org/Chocobozzz/PeerTube.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client) 10 <strong>Client</strong>
11[![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies)
12 11
13[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) 12 <br />
14 13
15Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [WebTorrent](https://github.com/feross/webtorrent). 14 <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client">
15 <img src="https://david-dm.org/Chocobozzz/PeerTube.svg?path=client" alt="Dependency Status" />
16 </a>
17
18 <a href="https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies">
19 <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client" alt="devDependency Status" />
20 </a>
21</p>
22
23<p align="center">
24 <strong>Server</strong>
25
26 <br />
27
28 <a href="https://travis-ci.org/Chocobozzz/PeerTube">
29 <img src="https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master" alt="Build Status" />
30 </a>
31
32 <a href="https://david-dm.org/Chocobozzz/PeerTube">
33 <img src="https://david-dm.org/Chocobozzz/PeerTube.svg" alt="Dependencies Status" />
34 </a>
35
36 <a href="https://david-dm.org/Chocobozzz/PeerTube#info=devDependencies">
37 <img src="https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg" alt="devDependency Status" />
38 </a>
39
40 <a href="https://codeclimate.com/github/Chocobozzz/PeerTube">
41 <img src="https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg" alt="Code climate" />
42 </a>
43
44 <br />
45
46 <a href="https://github.com/feross/standard">
47 <img src="https://cdn.rawgit.com/feross/standard/master/badge.svg" alt="js-standard-style" />
48 </a>
49</p>
16 50
17![screenshot](https://lutim.cpy.re/vC2loRww) 51![screenshot](https://lutim.cpy.re/vC2loRww)
18 52
@@ -154,15 +188,19 @@ See the ARCHITECTURE.md for more informations. Do not hesitate to give your opin
154 188
155Here are some simple schemes: 189Here are some simple schemes:
156 190
157![Decentralized](https://lutim.cpy.re/Q7mnNdJP) 191<p align="center">
192
193<img src="https://lutim.cpy.re/Q7mnNdJP" alt="Decentralized" />
194
195<img src="https://lutim.cpy.re/0riSzAp1" alt="Watch a video" />
158 196
159![Watch a video](https://lutim.cpy.re/0riSzAp1) 197<img src="https://lutim.cpy.re/OzMSOtxG" alt="Watch a P2P video" />
160 198
161![Watch a video P2P](https://lutim.cpy.re/OzMSOtxG) 199<img src="https://lutim.cpy.re/uVjNNRa9" alt="Join a network" />
162 200
163![Join a network](https://lutim.cpy.re/uVjNNRa9) 201<img src="https://lutim.cpy.re/udTMqcb0" alt="Many networks"
164 202
165![Many networks](https://lutim.cpy.re/udTMqcb0) 203</p>
166 204
167### Frontend 205### Frontend
168 206