diff options
author | Bigard Florian <florian.bigard@gmail.com> | 2016-05-11 20:01:01 +0200 |
---|---|---|
committer | Bigard Florian <florian.bigard@gmail.com> | 2016-05-11 20:01:01 +0200 |
commit | b4c5a1f8ea0249ea48089b7fbc324c1d8de57219 (patch) | |
tree | e4d1f2f5a5df997fca62d708cca8a24d0df39690 | |
parent | 8fd5a3f19a71534eb838c6182455e4486779f544 (diff) | |
download | PeerTube-b4c5a1f8ea0249ea48089b7fbc324c1d8de57219.tar.gz PeerTube-b4c5a1f8ea0249ea48089b7fbc324c1d8de57219.tar.zst PeerTube-b4c5a1f8ea0249ea48089b7fbc324c1d8de57219.zip |
Little presentation change in readme
-rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1,21 +1,19 @@ | |||
1 | # PeerTube | 1 | # PeerTube |
2 | 2 | ||
3 | *Server* | 3 | **Server** |
4 | |||
5 | [![Build Status](https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master)](https://travis-ci.org/Chocobozzz/PeerTube) | 4 | [![Build Status](https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master)](https://travis-ci.org/Chocobozzz/PeerTube) |
6 | [![Dependencies Status](https://david-dm.org/Chocobozzz/PeerTube.svg)](https://david-dm.org/Chocobozzz/PeerTube) | 5 | [![Dependencies Status](https://david-dm.org/Chocobozzz/PeerTube.svg)](https://david-dm.org/Chocobozzz/PeerTube) |
7 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg)](https://david-dm.org/Chocobozzz/PeerTube#info=devDependencies) | 6 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg)](https://david-dm.org/Chocobozzz/PeerTube#info=devDependencies) |
8 | [![Code climate](https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg)](https://codeclimate.com/github/Chocobozzz/PeerTube) | 7 | [![Code climate](https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg)](https://codeclimate.com/github/Chocobozzz/PeerTube) |
9 | 8 | ||
10 | *Client* | 9 | **Client** |
11 | |||
12 | [![Dependency Status](https://david-dm.org/Chocobozzz/PeerTube.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client) | 10 | [![Dependency Status](https://david-dm.org/Chocobozzz/PeerTube.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client) |
13 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies) | 11 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg?path=client)](https://david-dm.org/Chocobozzz/PeerTube?path=client#info=devDependencies) |
14 | 12 | ||
15 | Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [WebTorrent](https://github.com/feross/webtorrent). | ||
16 | |||
17 | [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | 13 | [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) |
18 | 14 | ||
15 | Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [WebTorrent](https://github.com/feross/webtorrent). | ||
16 | |||
19 | ![screenshot](https://lutim.cpy.re/vC2loRww) | 17 | ![screenshot](https://lutim.cpy.re/vC2loRww) |
20 | 18 | ||
21 | ## Demonstration | 19 | ## Demonstration |