Update credits
This commit is contained in:
parent
0c237b19fd
commit
cd080b1a6b
37
CREDITS.md
37
CREDITS.md
|
@ -1,35 +1,46 @@
|
|||
# Code
|
||||
|
||||
* [Chocobozzz](https://github.com/Chocobozzz)
|
||||
* [gegeweb](https://github.com/gegeweb)
|
||||
* [rigelk](https://github.com/rigelk)
|
||||
* [gegeweb](https://github.com/gegeweb)
|
||||
* [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)
|
||||
* [DimitriGilbert](https://github.com/DimitriGilbert)
|
||||
* [floSoX](https://github.com/floSoX)
|
||||
* [Green-Star](https://github.com/Green-Star)
|
||||
* [DavidLibeau](https://github.com/DavidLibeau)
|
||||
* [JohnXLivingston](https://github.com/JohnXLivingston)
|
||||
* [okhin](https://github.com/okhin)
|
||||
* [fflorent](https://github.com/fflorent)
|
||||
* [ldidry](https://github.com/ldidry)
|
||||
* [kaiyou](https://github.com/kaiyou)
|
||||
* [dedesite](https://github.com/dedesite)
|
||||
* [daftaupe](https://github.com/daftaupe)
|
||||
* [dadall](https://github.com/dadall)
|
||||
* [jonathanraes](https://github.com/jonathanraes)
|
||||
* [ldidry](https://github.com/ldidry)
|
||||
* [DavidLibeau](https://github.com/DavidLibeau)
|
||||
* [rhaamo](https://github.com/rhaamo)
|
||||
* [mrflos](https://github.com/mrflos)
|
||||
* [jocelynj](https://github.com/jocelynj)
|
||||
* [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)
|
||||
|
||||
|
||||
# Translations
|
||||
|
||||
* [chocobozzz](https://trad.framasoft.org/zanata/profile/view/chocobozzz)
|
||||
* [claichou](https://trad.framasoft.org/zanata/profile/view/claichou)
|
||||
* [goofy](https://trad.framasoft.org/zanata/profile/view/goofy)
|
||||
* [m4sk1n](https://trad.framasoft.org/zanata/profile/view/m4sk1n)
|
||||
* [midgard](https://trad.framasoft.org/zanata/profile/view/midgard)
|
||||
* [rigelk](https://trad.framasoft.org/zanata/profile/view/rigelk)
|
||||
|
||||
|
||||
# Design
|
||||
|
||||
|
|
|
@ -2,6 +2,26 @@
|
|||
|
||||
set -eu
|
||||
|
||||
echo -e "# Code\n"
|
||||
|
||||
curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
|
||||
jq -r 'map(" * [" + .login + "](" + .url + ")") | .[]' | \
|
||||
sed 's/api.github.com\/users/github.com/g'
|
||||
|
||||
###################################################
|
||||
|
||||
echo -e "\n\n# Translations\n"
|
||||
|
||||
curl -s \
|
||||
-H "Accept: application/json" \
|
||||
-H "X-Auth-User: $(grep trad.framasoft.org.username ~/.config/zanata.ini | sed 's@.*=@@')" \
|
||||
-H "X-Auth-Token: $(grep trad.framasoft.org.key ~/.config/zanata.ini | sed 's@.*=@@')" \
|
||||
"https://trad.framasoft.org/zanata/rest/project/peertube/version/develop/contributors/2018-01-01..$(date +%Y-%m-%d)" \
|
||||
| jq -r 'map(" * [" + .username + "](https://trad.framasoft.org/zanata/profile/view/" + .username + ")") | .[]'
|
||||
|
||||
###################################################
|
||||
|
||||
echo -e "\n\n# Design\n"
|
||||
|
||||
echo -e "By [Olivier Massain](https://twitter.com/omassain)\n"
|
||||
echo -e "Icons from [Robbie Pearce](https://robbiepearce.com/softies/)"
|
Loading…
Reference in New Issue