diff --git a/dist/resources.json b/dist/resources.json index 9520fda8..ebe82084 100644 --- a/dist/resources.json +++ b/dist/resources.json @@ -1,9 +1,9 @@ { "_meta": { "version": "5.6.0", - "generated": "2023-09-18T16:15:12.147Z", + "generated": "2023-09-27T00:07:30.068Z", "url": "https://raw.githubusercontent.com/osmlab/osm-community-index/main/dist/resources.json", - "hash": "7b38483693669d156e0d70737d6785d0" + "hash": "ef4520b54c8ab88dde8110854d6e6f2c" }, "resources": { "aberdeen-discord": {"id": "aberdeen-discord", "type": "discord", "account": "vY7KBZx2M9", "locationSet": {"include": [[-2.09375, 57.14824]]}, "languageCodes": ["en"], "strings": {"name": "OSM ABZ Discord"}}, @@ -603,6 +603,7 @@ "ug-facebook": {"id": "ug-facebook", "type": "facebook", "account": "OpenStreetMap-Uganda-863951250327532", "locationSet": {"include": ["ug"]}, "strings": {"community": "OpenStreetMap Uganda", "communityID": "openstreetmapuganda"}}, "ug-twitter": {"id": "ug-twitter", "type": "twitter", "account": "mapuganda", "locationSet": {"include": ["ug"]}, "strings": {"community": "OpenStreetMap Uganda", "communityID": "openstreetmapuganda"}}, "uk-localchapter": {"id": "uk-localchapter", "type": "osm-lc", "locationSet": {"include": ["Q3336843", "Q185086"]}, "languageCodes": ["en"], "order": 3, "strings": {"community": "OpenStreetMap UK", "communityID": "openstreetmapuk", "description": "The official Local Chapter for the UK (including Northern Ireland).", "extendedDescription": "We support OpenStreetMap by holding events, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap UK here: {signupUrl}", "signupUrl": "https://osmuk.org/become-member/", "url": "https://osmuk.org/"}, "contacts": [{"name": "OpenStreetMap UK", "email": "board@osmuk.org"}]}, + "uk-london-mastodon": {"id": "uk-london-mastodon", "type": "mastodon", "locationSet": {"include": [[-0.12, 51.5]]}, "languageCodes": ["en"], "order": 4, "strings": {"name": "OpenStreetMap London on Mastodon", "description": "OpenStreetMap London on Mastodon: {url}", "url": "https://en.osm.town/@OSMLondon"}, "contacts": [{"name": "Harry Wood", "email": "mail@harrywood.co.uk"}]}, "uk-london-twitter": {"id": "uk-london-twitter", "type": "twitter", "account": "OSMLondon", "locationSet": {"include": [[-0.12, 51.5]]}, "languageCodes": ["en"], "order": 4, "strings": {"name": "OpenStreetMap London on Twitter", "description": "OpenStreetMap London on Twitter: {url}"}, "contacts": [{"name": "Harry Wood", "email": "mail@harrywood.co.uk"}]}, "uk-london-wiki": {"id": "uk-london-wiki", "type": "wiki", "account": "London", "locationSet": {"include": [[-0.12, 51.5]]}, "languageCodes": ["en"], "order": 4, "strings": {"community": "OpenStreetMap London", "communityID": "openstreetmaplondon", "description": "{community} Wiki page"}, "contacts": [{"name": "Harry Wood", "email": "mail@harrywood.co.uk"}]}, "uk-loomio": {"id": "uk-loomio", "type": "forum", "locationSet": {"include": ["Q3336843", "Q185086"]}, "languageCodes": ["en"], "order": 2, "strings": {"community": "OpenStreetMap UK", "communityID": "openstreetmapuk", "name": "OpenStreetMap UK on Loomio", "url": "https://www.loomio.org/openstreetmap-uk/"}, "contacts": [{"name": "OpenStreetMap UK", "email": "board@osmuk.org"}]}, diff --git a/i18n/en.yaml b/i18n/en.yaml index 9b0d7171..edc6bfd6 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -934,6 +934,9 @@ en: uk-localchapter: description: The official Local Chapter for the UK (including Northern Ireland). extendedDescription: 'We support OpenStreetMap by holding events, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap UK here: {signupUrl}' + uk-london-mastodon: + name: OpenStreetMap London on Mastodon + description: 'OpenStreetMap London on Mastodon: {url}' uk-london-twitter: name: OpenStreetMap London on Twitter description: 'OpenStreetMap London on Twitter: {url}' diff --git a/resources/europe/united_kingdom/uk-london-mastodon.json b/resources/europe/united_kingdom/uk-london-mastodon.json new file mode 100644 index 00000000..846ac43c --- /dev/null +++ b/resources/europe/united_kingdom/uk-london-mastodon.json @@ -0,0 +1,15 @@ +{ + "id": "uk-london-mastodon", + "type": "mastodon", + "locationSet": {"include": [[-0.12, 51.5]]}, + "languageCodes": ["en"], + "order": 4, + "strings": { + "name": "OpenStreetMap London on Mastodon", + "description": "OpenStreetMap London on Mastodon: {url}", + "url": "https://en.osm.town/@OSMLondon" + }, + "contacts": [ + {"name": "Harry Wood", "email": "mail@harrywood.co.uk"} + ] +}