From f44f5601dca00e2b6a5e8ab8e2066e5d0fcc6382 Mon Sep 17 00:00:00 2001 From: Xavier Fernandez Date: Fri, 29 Jun 2018 22:19:53 -0600 Subject: [PATCH 1/2] Create 301 redirect to Youtube channel for BP json --- .htaccess | 4 +++- bp.json | 2 +- bp_info.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 2aba8b0c..e58a8ce3 100644 --- a/.htaccess +++ b/.htaccess @@ -6,4 +6,6 @@ Header set Access-Control-Allow-Origin "*" Redirect 301 /discord https://discord.gg/bBpQHym -Redirect 301 /logo https://eoscostarica.io/assets.html \ No newline at end of file +Redirect 301 /logo https://eoscostarica.io/assets.html + +Redirect 301 /youtube https://www.youtube.com/channel/UCvYinCH3O1iKpi-_dNfQAGQ \ No newline at end of file diff --git a/bp.json b/bp.json index dafdcd0e..a04a585e 100644 --- a/bp.json +++ b/bp.json @@ -21,7 +21,7 @@ "social":{ "steemit":"eos-costarica", "twitter":"EOSCostaRica", - "youtube":"", + "youtube":"https://eoscostarica.io/youtube", "facebook":"", "github":"eoscostarica", "reddit":"", diff --git a/bp_info.json b/bp_info.json index f9746e6a..c503a992 100644 --- a/bp_info.json +++ b/bp_info.json @@ -21,7 +21,7 @@ "social":{ "steemit":"eos-costarica", "twitter":"EOSCostaRica", - "youtube":"", + "youtube":"https://eoscostarica.io/youtube", "facebook":"", "github":"eoscostarica", "reddit":"", From 86ec40004adfce609d06fa7f2bbf54d7ed6b87e4 Mon Sep 17 00:00:00 2001 From: Xavier Fernandez Date: Fri, 29 Jun 2018 22:37:02 -0600 Subject: [PATCH 2/2] Update youtube channel URL in BP json --- bp.json | 114 +++++++++++++++++++++++++-------------------------- bp_info.json | 2 +- 2 files changed, 58 insertions(+), 58 deletions(-) diff --git a/bp.json b/bp.json index a04a585e..ab6d331a 100644 --- a/bp.json +++ b/bp.json @@ -1,59 +1,59 @@ { - "producer_account_name":"costaricaeos", - "producer_public_key":"EOS7phU8qE6nPCfpkCQ2T3HmRwGg6z4v61RTLvPBBVmPWmPisZoWY", - "org":{ - "candidate_name":"EOS Costa Rica", - "website":"https://eoscostarica.io", - "code_of_conduct":"https://eoscostarica.io/code-of-conduct.html", - "ownership_disclosure":"https://eoscostarica.io/ownership-disclosure.html", - "email":"bp@eosio.cr", - "branding":{ - "logo_256":"https://eoscostarica.io/assets/eos-CostaRica-256x256.png", - "logo_1024":"https://eoscostarica.io/assets/eos-CostaRica-1024x1024.png", - "logo_svg":"https://eoscostarica.io/assets/eos-CostaRica-vectors.svg" - }, - "location":{ - "name":"San Jose", - "country":"CR", - "latitude":9.936377, - "longitude":-84.078155 - }, - "social":{ - "steemit":"eos-costarica", - "twitter":"EOSCostaRica", - "youtube":"https://eoscostarica.io/youtube", - "facebook":"", - "github":"eoscostarica", - "reddit":"", - "keybase":"eoscostarica", - "telegram":"eoscr", - "wechat":"" - } - }, - "nodes":[ - { - "location":{ - "name":"San Jose", - "country":"CR", - "latitude":9.936377, - "longitude":-84.078155 - }, - "is_producer":false, - "p2p_endpoint":"p2p.eosio.cr:1976", - "api_endpoint":"", - "ssl_endpoint":"https://api.eosio.cr" - }, - { - "location":{ - "name":"San Jose", - "country":"CR", - "latitude":9.936377, - "longitude":-84.078155 - }, - "is_producer":true, - "p2p_endpoint":"p2p.eosio.cr:5418", - "api_endpoint":"", - "ssl_endpoint":"" - } - ] + "producer_account_name":"costaricaeos", + "producer_public_key":"EOS7phU8qE6nPCfpkCQ2T3HmRwGg6z4v61RTLvPBBVmPWmPisZoWY", + "org":{ + "candidate_name":"EOS Costa Rica", + "website":"https://eoscostarica.io", + "code_of_conduct":"https://eoscostarica.io/code-of-conduct.html", + "ownership_disclosure":"https://eoscostarica.io/ownership-disclosure.html", + "email":"bp@eosio.cr", + "branding":{ + "logo_256":"https://eoscostarica.io/assets/eos-CostaRica-256x256.png", + "logo_1024":"https://eoscostarica.io/assets/eos-CostaRica-1024x1024.png", + "logo_svg":"https://eoscostarica.io/assets/eos-CostaRica-vectors.svg" + }, + "location":{ + "name":"San Jose", + "country":"CR", + "latitude":9.936377, + "longitude":-84.078155 + }, + "social":{ + "steemit":"eos-costarica", + "twitter":"EOSCostaRica", + "youtube":"channel/UCvYinCH3O1iKpi-_dNfQAGQ", + "facebook":"", + "github":"eoscostarica", + "reddit":"", + "keybase":"eoscostarica", + "telegram":"eoscr", + "wechat":"" + } + }, + "nodes":[ + { + "location":{ + "name":"San Jose", + "country":"CR", + "latitude":9.936377, + "longitude":-84.078155 + }, + "is_producer":false, + "p2p_endpoint":"p2p.eosio.cr:1976", + "api_endpoint":"", + "ssl_endpoint":"https://api.eosio.cr" + }, + { + "location":{ + "name":"San Jose", + "country":"CR", + "latitude":9.936377, + "longitude":-84.078155 + }, + "is_producer":true, + "p2p_endpoint":"p2p.eosio.cr:5418", + "api_endpoint":"", + "ssl_endpoint":"" + } + ] } \ No newline at end of file diff --git a/bp_info.json b/bp_info.json index c503a992..ab6d331a 100644 --- a/bp_info.json +++ b/bp_info.json @@ -21,7 +21,7 @@ "social":{ "steemit":"eos-costarica", "twitter":"EOSCostaRica", - "youtube":"https://eoscostarica.io/youtube", + "youtube":"channel/UCvYinCH3O1iKpi-_dNfQAGQ", "facebook":"", "github":"eoscostarica", "reddit":"",