From de6342f24f4701729468b1e2a113ec9ab73bcfb9 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Tue, 3 Jan 2017 16:57:33 -0500 Subject: [PATCH 1/2] Add newline at end of file --- www/big-picture/fr_FR/welcome.spt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/big-picture/fr_FR/welcome.spt b/www/big-picture/fr_FR/welcome.spt index f80ff49..2e21476 100644 --- a/www/big-picture/fr_FR/welcome.spt +++ b/www/big-picture/fr_FR/welcome.spt @@ -36,4 +36,4 @@ Pour rejoindre notre **équipe**, vous n'avez qu'à commencer à travailler ! No **Quatrièmement…** nous rejoindre ! Notre canal de communication principal est Github, donc si vous n'avez pas de compte Github, [créez-en un](https://github.com/join?source=gratipay-onboarding). Puis [ouvrez un ticket](https://github.com/gratipay/inside.gratipay.com/issues/new) intitulé « onboard @me » (votre nom d'utilisateur Github), présentez-vous et dites-nous ce sur quoi vous souhaitez travailler. Ce ticket d'embarquement sera l'endroit où poser toutes vos questions au fur et à mesure que vous deviendrez un membre de l'équipe de Gratipay. -Après avoir créé votre ticket d'embarquement, quelqu'un de Gratipay vous répondra et vous serez fin prêt ! Bienvenue à bord ! :-) \ No newline at end of file +Après avoir créé votre ticket d'embarquement, quelqu'un de Gratipay vous répondra et vous serez fin prêt ! Bienvenue à bord ! :-) From 97b0a81216d03d68d564237e97226b488f66561c Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Tue, 3 Jan 2017 16:57:43 -0500 Subject: [PATCH 2/2] Update redirects to Aspen 0.42 API --- www/appendices/colophon.spt | 2 +- www/appendices/finances.spt | 2 +- www/big-picture/audience/index.spt | 2 +- www/big-picture/brand/index.spt | 2 +- www/big-picture/customers/index.spt | 2 +- www/big-picture/fr_FR/index.spt | 2 +- www/big-picture/ia/index.spt | 2 +- www/big-picture/process.spt | 2 +- www/big-picture/product.spt | 2 +- www/big-picture/sa/index.spt | 2 +- www/big-picture/src.spt | 2 +- www/howto/review-teams.spt | 2 +- www/policies/%index.spt | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/www/appendices/colophon.spt b/www/appendices/colophon.spt index 05ba968..e40bc1d 100644 --- a/www/appendices/colophon.spt +++ b/www/appendices/colophon.spt @@ -1,3 +1,3 @@ [---] -request.redirect('tools') +website.redirect('tools') [---] text/html diff --git a/www/appendices/finances.spt b/www/appendices/finances.spt index 28101e1..c6e0edb 100644 --- a/www/appendices/finances.spt +++ b/www/appendices/finances.spt @@ -1,6 +1,6 @@ nav_title = 'Finances' src = "https://github.com/gratipay/finances#readme" [---] -request.redirect(src) # GitHub sets `X-Frame-Options: deny` :-/ +website.redirect(src) # GitHub sets `X-Frame-Options: deny` :-/ [---] text/html via jinja2 {% include "templates/iframed.html" %} diff --git a/www/big-picture/audience/index.spt b/www/big-picture/audience/index.spt index 99ba966..6d4599e 100644 --- a/www/big-picture/audience/index.spt +++ b/www/big-picture/audience/index.spt @@ -1,3 +1,3 @@ [---] -request.redirect('/big-picture/customers') +website.redirect('/big-picture/customers') [---] text/html diff --git a/www/big-picture/brand/index.spt b/www/big-picture/brand/index.spt index a82924c..db7d7f0 100644 --- a/www/big-picture/brand/index.spt +++ b/www/big-picture/brand/index.spt @@ -1,3 +1,3 @@ [---] -request.redirect('../brand') +website.redirect('../brand') [---] text/html via markdown diff --git a/www/big-picture/customers/index.spt b/www/big-picture/customers/index.spt index d97b17e..103b216 100644 --- a/www/big-picture/customers/index.spt +++ b/www/big-picture/customers/index.spt @@ -1,3 +1,3 @@ [---] -request.redirect('../customers') +website.redirect('../customers') [---] text/html via markdown diff --git a/www/big-picture/fr_FR/index.spt b/www/big-picture/fr_FR/index.spt index ec14061..cbadef9 100644 --- a/www/big-picture/fr_FR/index.spt +++ b/www/big-picture/fr_FR/index.spt @@ -1,3 +1,3 @@ [---] -request.redirect('/big-picture/') +website.redirect('/big-picture/') [---] text/html diff --git a/www/big-picture/ia/index.spt b/www/big-picture/ia/index.spt index 09b998b..403bc35 100644 --- a/www/big-picture/ia/index.spt +++ b/www/big-picture/ia/index.spt @@ -1,4 +1,4 @@ nav_title = "Information Architecture" [---] -request.redirect('/big-picture/product') +website.redirect('/big-picture/product') [---] text/plain diff --git a/www/big-picture/process.spt b/www/big-picture/process.spt index c731db1..944b2ff 100644 --- a/www/big-picture/process.spt +++ b/www/big-picture/process.spt @@ -1,5 +1,5 @@ nav_title = 'Process' nav_children = [] [---] -request.redirect('./welcome') +website.redirect('./welcome') [---] text/html diff --git a/www/big-picture/product.spt b/www/big-picture/product.spt index da81cd0..4e631b4 100644 --- a/www/big-picture/product.spt +++ b/www/big-picture/product.spt @@ -1,3 +1,3 @@ [---] -request.redirect('roadmap') +website.redirect('roadmap') [---] text/html diff --git a/www/big-picture/sa/index.spt b/www/big-picture/sa/index.spt index 30cf685..fa29851 100644 --- a/www/big-picture/sa/index.spt +++ b/www/big-picture/sa/index.spt @@ -1,3 +1,3 @@ [---] -request.redirect('http://gratipay.readthedocs.io/') +website.redirect('http://gratipay.readthedocs.io/') [---] text/html via markdown diff --git a/www/big-picture/src.spt b/www/big-picture/src.spt index dc56530..555cdc2 100644 --- a/www/big-picture/src.spt +++ b/www/big-picture/src.spt @@ -1,5 +1,5 @@ nav_title = "Source Code" nav_children = [] [---] -request.redirect('https://github.com/gratipay/') +website.redirect('https://github.com/gratipay/') [---] text/html diff --git a/www/howto/review-teams.spt b/www/howto/review-teams.spt index 566ed62..f0e101e 100644 --- a/www/howto/review-teams.spt +++ b/www/howto/review-teams.spt @@ -1,3 +1,3 @@ [---] -request.redirect('./review-projects') +website.redirect('./review-projects') [---] text/html diff --git a/www/policies/%index.spt b/www/policies/%index.spt index 8e8b64e..2624fb0 100644 --- a/www/policies/%index.spt +++ b/www/policies/%index.spt @@ -1,3 +1,3 @@ [---] -request.redirect('/howto/' + path['index']) +website.redirect('/howto/' + path['index']) [---] text/html