mirror of https://github.com/Chocobozzz/PeerTube
Update CREDITS
parent
9d3ef9fe05
commit
3e5ff4320a
40
CREDITS.md
40
CREDITS.md
|
@ -1,33 +1,35 @@
|
||||||
# Code
|
# Code
|
||||||
|
|
||||||
* [Chocobozzz](https://github.com/Chocobozzz)
|
* [Chocobozzz](https://github.com/Chocobozzz)
|
||||||
* [Green-Star](https://github.com/Green-Star)
|
* [gegeweb](https://github.com/gegeweb)
|
||||||
* [jankeromnes](https://github.com/jankeromnes)
|
* [rigelk](https://github.com/rigelk)
|
||||||
* [bnjbvr](https://github.com/bnjbvr)
|
* [bnjbvr](https://github.com/bnjbvr)
|
||||||
* [DimitriGilbert](https://github.com/DimitriGilbert)
|
* [DimitriGilbert](https://github.com/DimitriGilbert)
|
||||||
* [dadall](https://github.com/dadall)
|
* [Green-Star](https://github.com/Green-Star)
|
||||||
* [dedesite](https://github.com/dedesite)
|
* [jankeromnes](https://github.com/jankeromnes)
|
||||||
* [lucaspontoexe](https://github.com/lucaspontoexe)
|
* [Angristan](https://github.com/Angristan)
|
||||||
* [rigelk](https://github.com/rigelk)
|
* [okhin](https://github.com/okhin)
|
||||||
* [flyingrub](https://github.com/flyingrub)
|
|
||||||
* [svnet-libre](https://github.com/svnet-libre)
|
* [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)
|
* [tcitworld](https://github.com/tcitworld)
|
||||||
|
* [valvin1](https://github.com/valvin1)
|
||||||
* [kaiyou](https://github.com/kaiyou)
|
* [kaiyou](https://github.com/kaiyou)
|
||||||
* [taziden](https://github.com/taziden)
|
* [taziden](https://github.com/taziden)
|
||||||
* [sticmac](https://github.com/sticmac)
|
* [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)
|
* [luzpaz](https://github.com/luzpaz)
|
||||||
* [ewasion](https://github.com/ewasion)
|
* [qsypoq](https://github.com/qsypoq)
|
||||||
|
* [noplanman](https://github.com/noplanman)
|
||||||
|
* [Nautigsam](https://github.com/Nautigsam)
|
||||||
|
* [ewft](https://github.com/ewft)
|
||||||
|
|
||||||
# Design
|
# Design
|
||||||
|
|
||||||
|
|
|
@ -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>.
|
directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>.
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
**PeerTube is sponsored by [Framasoft](https://framatube.org/#en), a non-profit
|
**PeerTube is developed by [Framasoft](https://framatube.org/#en), a non-profit
|
||||||
that promotes, spreads and develops free culture in general, and free-libre
|
that promotes and spreads free culture in general, and free-libre software in
|
||||||
software in particular. If you want to support this project, please [consider
|
particular. If you want to support this project, please [consider
|
||||||
donating to them](https://soutenir.framasoft.org/en/).**
|
donating to them](https://soutenir.framasoft.org/en/).**
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
|
curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
|
||||||
jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \
|
jq -r 'map(" * [" + .login + "](" + .url + ")") | .[]' | \
|
||||||
xargs echo | sed 's/api.github.com\/users/github.com/g'
|
sed 's/api.github.com\/users/github.com/g'
|
||||||
|
|
Loading…
Reference in New Issue