mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Update credits
This commit is contained in:
parent
0c237b19fd
commit
cd080b1a6b
2 changed files with 44 additions and 13 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue