-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use account field and default url for osm-tw-discourse too
(re: #570)
- Loading branch information
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"_meta": { | ||
"version": "5.2.0", | ||
"generated": "2022-09-12T15:51:45.853Z", | ||
"generated": "2022-09-12T15:59:38.790Z", | ||
"url": "https://raw.githubusercontent.com/osmlab/osm-community-index/main/dist/resources.json", | ||
"hash": "c509b4c5593cc418291e71550e13b68b" | ||
"hash": "27204a6326a8b3ac666f5b2a4c833c94" | ||
}, | ||
"resources": { | ||
"aberdeen-discord": {"id": "aberdeen-discord", "type": "discord", "account": "vY7KBZx2M9", "locationSet": {"include": [[-2.09375, 57.14824]]}, "languageCodes": ["en"], "strings": {"name": "OSM ABZ Discord"}}, | ||
|
@@ -434,7 +434,7 @@ | |
"OSM-TH-CNX-meetup": {"id": "OSM-TH-CNX-meetup", "type": "meetup", "locationSet": {"include": ["thailand_cnx.geojson"]}, "languageCodes": ["en"], "order": 5, "strings": {"name": "OSM Meetup Chiang Mai", "description": "Irregular meeting of the OpenStreetMap community in Chiang Mai", "extendedDescription": "Members of the OpenStreetMap community meet every few months in Chiang Mai. Get in contact and check out {url} to see when the next meetup is scheduled", "url": "https://forum.openstreetmap.org/viewtopic.php?pid=854612"}, "contacts": [{"name": "Team Chiang Mai", "email": "[email protected]"}]}, | ||
"osm-toronto-meetup": {"id": "osm-toronto-meetup", "type": "meetup", "account": "OpenStreetMap-Toronto", "locationSet": {"include": [[-79.38393, 43.65348]]}, "languageCodes": ["en"], "strings": {"community": "OpenStreetMap Toronto", "description": "Mappers and OpenStreetMap users in the Toronto area"}}, | ||
"osm-tw": {"id": "osm-tw", "type": "osm", "locationSet": {"include": ["tw"]}, "languageCodes": ["tw"], "order": 1, "strings": {"community": "OpenStreetMap Taiwan", "description": "We help grow and improve OpenStreetMap in Taiwan.", "url": "https://osm.tw/"}, "contacts": [{"name": "Sean Yuong", "email": "[email protected]"}]}, | ||
"OSM-TW-discourse": {"id": "OSM-TW-discourse", "type": "facebook", "locationSet": {"include": ["tw"]}, "languageCodes": ["tw"], "order": 4, "strings": {"community": "OpenStreetMap Taiwan", "url": "https://community.openstreetmap.org/c/communities/tw/42"}, "contacts": [{"name": "Dennis Raylin Chen", "email": "[email protected]"}]}, | ||
"OSM-TW-discourse": {"id": "OSM-TW-discourse", "type": "discourse", "account": "tw", "locationSet": {"include": ["tw"]}, "languageCodes": ["tw"], "order": 4, "strings": {"community": "OpenStreetMap Taiwan"}, "contacts": [{"name": "Dennis Raylin Chen", "email": "[email protected]"}]}, | ||
"OSM-Twitter": {"id": "OSM-Twitter", "type": "twitter", "account": "openstreetmap", "locationSet": {"include": ["001"]}, "languageCodes": ["en"], "order": 4, "strings": {"community": "OpenStreetMap"}, "contacts": [{"name": "Harry Wood", "email": "[email protected]"}]}, | ||
"OSM-US": {"id": "OSM-US", "type": "osm-lc", "locationSet": {"include": ["us"]}, "languageCodes": ["en"], "strings": {"community": "OpenStreetMap US", "description": "We help grow and improve OpenStreetMap in the United States.", "extendedDescription": "We support OpenStreetMap by holding annual conferences, providing community resources, building partnerships, and by spreading the word. Join OpenStreetMap US here: {signupUrl}", "signupUrl": "https://www.openstreetmap.us/join", "url": "https://www.openstreetmap.us/"}, "contacts": [{"name": "Ian Dees", "email": "[email protected]"}], "events": [{"id": "sotmus2022", "i18n": true, "name": "State of the Map US 2022", "description": "Join the OpenStreetMap community at State of the Map US in Tucson, Arizona. Connect with other mappers, businesses, government agencies, and non profits, all collaborating around the free and editable map of the world. Share your vision for the project, learn how to work with OpenStreetMap data, and hack on the latest mapping improvements.", "where": "Tucson, Arizona", "when": "2022-04-01", "url": "https://2022.stateofthemap.us/"}]}, | ||
"OSM-US-Slack": {"id": "OSM-US-Slack", "type": "slack", "locationSet": {"include": ["us"]}, "languageCodes": ["en"], "order": 4, "strings": {"community": "OpenStreetMap US", "description": "All are welcome! Sign up at {signupUrl}", "signupUrl": "https://slack.openstreetmap.us/", "url": "https://osmus.slack.com"}, "contacts": [{"name": "Ian Dees", "email": "[email protected]"}, {"name": "Clifford Snow", "email": "[email protected]"}]}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
{ | ||
"id": "OSM-TW-discourse", | ||
"type": "discourse", | ||
"account": "tw", | ||
"locationSet": {"include": ["tw"]}, | ||
"languageCodes": ["tw"], | ||
"order": 4, | ||
"strings": { | ||
"community": "OpenStreetMap Taiwan", | ||
"url": "https://community.openstreetmap.org/c/communities/tw/42" | ||
}, | ||
"strings": {"community": "OpenStreetMap Taiwan"}, | ||
"contacts": [ | ||
{"name": "Dennis Raylin Chen", "email": "[email protected]"} | ||
] | ||
|