-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.ini
59 lines (49 loc) · 1016 Bytes
/
config.ini
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
# Config file containing configurations for the each domain
# containing word definitions or synonym lists.
# selector should be set to the html classes or ids containing the definiton
# lang specifies the written language of the source
# syn defines wether it's a synonym source or not
[DEFAULT]
selector = p
lang = all
[ordnet.dk]
selector = .definition
lang = da
syn = false
[merriam-webster.com]
selector = .definition-list p
lang = en
syn = false
[da.wikipedia.org]
selector = \#mw-content-text p
lang = da
syn = false
[en.wikipedia.org]
selector = \#mw-content-text p
lang = en
syn = false
[sproget.dk]
selector = \#listing li
lang = da
syn = false
# Output from dictionary.com is a bit iffy
[dictionary.com]
selector = .def-content
lang = en
syn = false
[thefreedictionary.com]
selector = .ds-list
lang = en
syn = false
[vocabulary.com]
selector = .definition
lang = en
syn = false
[thesaurus.com]
selector = .synonyms .text
lang = en
syn = true
[synonym.com]
selector = .syn a
lang = en
syn = true