-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
39 lines (39 loc) · 1.1 KB
/
config.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
{
"-//boardId": "id of the Hackafe Events board",
"boardId": "GHda069L",
"-//blacklist": [
"regex expressions that blacklist labels based on name,",
"all matching must be case insensitive and unicode enabled"
],
"blacklist": [
"вътреш(ен|н(а|о|и))",
"private"
],
"-//categories": "list of regex expressions that match label name to category",
"categories": {
"-//course": "a course instance",
"course": [
"course",
"курс"
],
"-//meetup": "a gathering of people that share common interest",
"meetup": [
"meetup",
"сбирк(а|и)"
],
"-//party": "well, it's a party :)",
"party": [
"party",
"парти",
"празненство",
"празнуване"
]
},
"-//meta": "collection of regexes to extract additional information for events",
"meta": {
"-//facebook": "link to facebook event",
"facebook": "((https?:)?//(www.)?facebook.com/events/d+)",
"-//frm": "link to frm.hackafe.org topic for the event",
"frm": "((https?:)?//frm.hackafe.org/t/[-a-zA-Z0-9]+/d+)"
}
}