Update credits
authorChocobozzz <me@florianbigard.com>
Fri, 22 Jun 2018 14:20:44 +0000 (16:20 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 22 Jun 2018 14:20:44 +0000 (16:20 +0200)
CREDITS.md
scripts/generate-code-contributors.sh

index 5f89ee8a24c13f95cb975f635c38bd1d9237f7da..f8006fc17aa6876a8d4aa74ec1377b0e43841cb4 100644 (file)
@@ -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)
+ * [jankeromnes](https://github.com/jankeromnes)
  * [DimitriGilbert](https://github.com/DimitriGilbert)
+ * [floSoX](https://github.com/floSoX)
  * [Green-Star](https://github.com/Green-Star)
- * [jankeromnes](https://github.com/jankeromnes)
- * [Angristan](https://github.com/Angristan)
+ * [DavidLibeau](https://github.com/DavidLibeau)
+ * [JohnXLivingston](https://github.com/JohnXLivingston)
  * [okhin](https://github.com/okhin)
- * [svnet-libre](https://github.com/svnet-libre)
+ * [fflorent](https://github.com/fflorent)
+ * [ldidry](https://github.com/ldidry)
+ * [kaiyou](https://github.com/kaiyou)
  * [dedesite](https://github.com/dedesite)
- * [floSoX](https://github.com/floSoX)
+ * [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
 
index 2201377aec46a4665df6fe4950d366731174d31d..46bf86234dc520ba55a8d12da3e5412fd4e610bf 100755 (executable)
@@ -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/)"
\ No newline at end of file