forked from osmlab/osm-community-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefaults.json
97 lines (97 loc) · 2.74 KB
/
defaults.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"defaults": {
"aparat": {
"name": "{community} on Aparat",
"description": "Subscribe to our Aparat channel",
"url": "https://aparat.com/{account}"
},
"discord": {
"name": "{community} Discord",
"description": "Get in touch with other mappers on Discord",
"url": "https://discord.gg/{account}"
},
"discourse": {
"name": "{community} Discourse"
},
"facebook": {
"name": "{community} on Facebook",
"description": "Join our community on Facebook",
"url": "https://facebook.com/{account}"
},
"forum": {
"name": "{community} Forum",
"description": "The official forum for {community}",
"url": "https://forum.openstreetmap.org/viewforum.php?id={account}"
},
"github": {
"name": "{community} GitHub",
"url": "https://github.com/{account}"
},
"gitlab": {
"name": "{community} GitLab",
"url": "https://gitlab.com/{account}"
},
"group": {
"name": "{community}"
},
"irc": {
"name": "{community} on IRC",
"description": "Join #{account} on irc.oftc.net (port 6667)",
"url": "https://webchat.oftc.net/?channels={account}"
},
"linkedin": {
"name": "{community} on LinkedIn",
"description": "Join our community on LinkedIn",
"url": "https://linkedin.com/company/{account}"
},
"mailinglist": {
"name": "{account} Mailing List",
"description": "The official mailing list for {community}",
"url": "https://lists.openstreetmap.org/listinfo/{account}"
},
"matrix": {
"name": "{community} Matrix Chat",
"description": "Join our community Matrix chat",
"url": "https://matrix.to/#/{account}:matrix.org"
},
"meetup": {
"name": "{community} Meetup",
"url": "https://meetup.com/{account}"
},
"osm": {
"name": "{community}"
},
"osm-lc": {
"name": "{community}"
},
"reddit": {
"name": "{community} on Reddit",
"url": "https://www.reddit.com/r/{account}"
},
"slack": {
"name": "{community} Slack"
},
"telegram": {
"name": "{community} Telegram",
"description": "Join our community Telegram chat",
"url": "https://t.me/{account}"
},
"twitter": {
"name": "{community} on Twitter",
"description": "Follow us on Twitter",
"url": "https://twitter.com/{account}"
},
"wiki": {
"name": "{community} WikiProject",
"url": "https://wiki.openstreetmap.org/wiki/{account}"
},
"xmpp": {
"name": "{community} XMPP"
},
"youtube": {
"name": "{community} on YouTube",
"description": "Subscribe to our YouTube channel",
"url": "https://www.youtube.com/channel/{account}"
}
}
}