-
Notifications
You must be signed in to change notification settings - Fork 159
/
defaults.json
140 lines (140 loc) · 4.01 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"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} Community Forum",
"description": "The official forum for {community}",
"url": "https://community.openstreetmap.org/c/communities/{account}"
},
"facebook": {
"name": "{community} on Facebook",
"description": "Join our community on Facebook",
"url": "https://www.facebook.com/{account}"
},
"fediverse": {
"name": "{community}"
},
"forum": {
"name": "{community} Forum",
"description": "The official forum for {community}"
},
"github": {
"name": "{community} GitHub",
"url": "https://github.com/{account}"
},
"gitlab": {
"name": "{community} GitLab",
"url": "https://gitlab.com/{account}"
},
"group": {
"name": "{community}"
},
"instagram": {
"name": "{community} on Instagram",
"description": "Follow us on Instagram",
"url": "https://instagram.com/{account}"
},
"irc": {
"name": "{community} on IRC",
"description": "Join #{account} on irc.oftc.net (port 6667 for non-SSL or 6697 for SSL)",
"url": "https://webchat.oftc.net/?channels={account}"
},
"linkedin": {
"name": "{community} on LinkedIn",
"description": "Join our community on LinkedIn",
"url": "https://www.linkedin.com/company/{account}"
},
"mailinglist": {
"name": "{account} Mailing List",
"description": "The official mailing list for {community}",
"url": "https://lists.openstreetmap.org/listinfo/{account}"
},
"mastodon": {
"name": "{community} on Mastodon",
"description": "The official Mastodon account for {community}"
},
"matrix": {
"name": "{community} Matrix Chat",
"description": "Join our community Matrix chat",
"url": "https://matrix.to/#/{account}:matrix.org"
},
"meetup": {
"name": "{community} Meetup",
"url": "https://www.meetup.com/{account}"
},
"newsletter": {
"name": "{community} Newsletter"
},
"osm": {
"name": "{community}"
},
"osm-lc": {
"name": "{community}"
},
"reddit": {
"name": "{community} on Reddit",
"url": "https://www.reddit.com/r/{account}"
},
"signal": {
"name": "{community} Signal",
"description": "Join our community chat on Signal"
},
"slack": {
"name": "{community} Slack"
},
"telegram": {
"name": "{community} Telegram",
"description": "Join our community Telegram chat",
"url": "https://t.me/{account}"
},
"threads": {
"name": "{community} on Threads",
"description": "Follow us on Threads",
"url": "https://threads.net/@{account}"
},
"tiktok": {
"name": "{community} on TikTok",
"description": "Follow us on TikTok",
"url": "https://tiktok.com/@{account}"
},
"twitter": {
"name": "{community} on 𝕏",
"description": "Follow us on 𝕏",
"url": "https://twitter.com/{account}"
},
"website": {
"name": "{community}"
},
"wiki": {
"name": "{community} WikiProject",
"url": "https://wiki.openstreetmap.org/wiki/{account}"
},
"x": {
"name": "{community} on 𝕏",
"description": "Follow us on 𝕏",
"url": "https://twitter.com/{account}"
},
"xmpp": {
"name": "{community} XMPP",
"description": "Join our XMPP community chat: {url}"
},
"youtube": {
"name": "{community} on YouTube",
"description": "Subscribe to our YouTube channel",
"url": "https://www.youtube.com/channel/{account}"
},
"zulip": {
"name": "{community} Zulip",
"description": "Join our community chat on Zulip"
}
}
}