1
0
Fork 0

Update CREDITS

This commit is contained in:
Chocobozzz 2018-04-23 14:50:00 +02:00
parent 9d3ef9fe05
commit 3e5ff4320a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 35 additions and 33 deletions

View File

@ -1,33 +1,35 @@
# Code
* [Chocobozzz](https://github.com/Chocobozzz)
* [Green-Star](https://github.com/Green-Star)
* [jankeromnes](https://github.com/jankeromnes)
* [bnjbvr](https://github.com/bnjbvr)
* [DimitriGilbert](https://github.com/DimitriGilbert)
* [dadall](https://github.com/dadall)
* [dedesite](https://github.com/dedesite)
* [lucaspontoexe](https://github.com/lucaspontoexe)
* [rigelk](https://github.com/rigelk)
* [flyingrub](https://github.com/flyingrub)
* [svnet-libre](https://github.com/svnet-libre)
* [tcitworld](https://github.com/tcitworld)
* [kaiyou](https://github.com/kaiyou)
* [taziden](https://github.com/taziden)
* [sticmac](https://github.com/sticmac)
* [qsypoq](https://github.com/qsypoq)
* [DatBewar](https://github.com/DatBewar)
* [ReK2Fernandez](https://github.com/ReK2Fernandez)
* [fflorent](https://github.com/fflorent)
* [faddat](https://github.com/faddat)
* [ldidry](https://github.com/ldidry)
* [ALSai](https://github.com/ALSai)
* [valvin1](https://github.com/valvin1)
* [FrozenDroid](https://github.com/FrozenDroid)
* [AugierLe42e](https://github.com/AugierLe42e)
* [jonathanraes](https://github.com/jonathanraes)
* [luzpaz](https://github.com/luzpaz)
* [ewasion](https://github.com/ewasion)
* [Chocobozzz](https://github.com/Chocobozzz)
* [gegeweb](https://github.com/gegeweb)
* [rigelk](https://github.com/rigelk)
* [bnjbvr](https://github.com/bnjbvr)
* [DimitriGilbert](https://github.com/DimitriGilbert)
* [Green-Star](https://github.com/Green-Star)
* [jankeromnes](https://github.com/jankeromnes)
* [Angristan](https://github.com/Angristan)
* [okhin](https://github.com/okhin)
* [svnet-libre](https://github.com/svnet-libre)
* [dedesite](https://github.com/dedesite)
* [floSoX](https://github.com/floSoX)
* [dadall](https://github.com/dadall)
* [jonathanraes](https://github.com/jonathanraes)
* [ldidry](https://github.com/ldidry)
* [DavidLibeau](https://github.com/DavidLibeau)
* [mrflos](https://github.com/mrflos)
* [LecygneNoir](https://github.com/LecygneNoir)
* [lucaspontoexe](https://github.com/lucaspontoexe)
* [flyingrub](https://github.com/flyingrub)
* [tcitworld](https://github.com/tcitworld)
* [valvin1](https://github.com/valvin1)
* [kaiyou](https://github.com/kaiyou)
* [taziden](https://github.com/taziden)
* [sticmac](https://github.com/sticmac)
* [luzpaz](https://github.com/luzpaz)
* [qsypoq](https://github.com/qsypoq)
* [noplanman](https://github.com/noplanman)
* [Nautigsam](https://github.com/Nautigsam)
* [ewft](https://github.com/ewft)
# Design

View File

@ -7,9 +7,9 @@ Federated (ActivityPub) video streaming platform using P2P (BitTorrent)
directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
</h4>
**PeerTube is sponsored by [Framasoft](https://framatube.org/#en), a non-profit
that promotes, spreads and develops free culture in general, and free-libre
software in particular. If you want to support this project, please [consider
**PeerTube is developed by [Framasoft](https://framatube.org/#en), a non-profit
that promotes and spreads free culture in general, and free-libre software in
particular. If you want to support this project, please [consider
donating to them](https://soutenir.framasoft.org/en/).**
<p align="center">

View File

@ -3,5 +3,5 @@
set -eu
curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \
xargs echo | sed 's/api.github.com\/users/github.com/g'
jq -r 'map(" * [" + .login + "](" + .url + ")") | .[]' | \
sed 's/api.github.com\/users/github.com/g'