From eb08bd0826a8bcaaf31c4aa7a0cb1608c001032a Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Thu, 21 Sep 2017 00:08:21 +0200 Subject: [PATCH 1/3] Fix Adullact img name --- site/data/organisations/organisations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/data/organisations/organisations.json b/site/data/organisations/organisations.json index f5efd63..0b4b3fa 100644 --- a/site/data/organisations/organisations.json +++ b/site/data/organisations/organisations.json @@ -1,7 +1,7 @@ [ { "name": "ADULLACT", - "img": "addullact.png", + "img": "adullact.png", "url": "http://adullact.org/" }, { From dc3fc972f234ec45252a2666cfa7bb35e471f27e Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Thu, 21 Sep 2017 00:17:47 +0200 Subject: [PATCH 2/3] Add information about group coordinator --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7055b16..a43e761 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ First of all, you'll need an account on [git.fsfe.org](https://git.fsfe.org). FS [supporters](https://fsfe.org/join) and registered volunteers can just log in with their username and password. Interested newcomers can apply for a [volunteer -account](https://wiki.fsfe.org/KnowHow/FSFELife/VolunteerAccountCreation). In +account](https://wiki.fsfe.org/KnowHow/FSFELife/VolunteerAccountCreation) (consider +@max.mehl to be the group coordinator in this case). In the FSFE's wiki, you'll find [information about our Git service](https://wiki.fsfe.org/TechDocs/Git), how to get access, and some guides for basic procedures like configuration, commits, and pushes. From 8694f9d9aafc1668b506f4f3762373f16ce1d9c9 Mon Sep 17 00:00:00 2001 From: "erik.ds" Date: Thu, 21 Sep 2017 15:25:21 +0200 Subject: [PATCH 3/3] Add [es] to available languages --- site/build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/build/build.sh b/site/build/build.sh index b6e1ddd..ba397b5 100755 --- a/site/build/build.sh +++ b/site/build/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # Put all available languages here, except "en". Separated by spaces -TRANSLATIONS="ca de el fr it nl tr zh_tw" +TRANSLATIONS="ca de el es fr it nl tr zh_tw" basedir="${0%/*}/.." cd "$basedir"