File: example_virtual.conf

package info (click to toggle)
dictd 1.10.2-3.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,964 kB
  • ctags: 3,321
  • sloc: ansic: 29,082; sh: 4,646; makefile: 1,008; yacc: 436; perl: 410; cpp: 275; lex: 243
file content (40 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
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
access {
    allow *
}

# English monolingual dictionaries
database en-en {
    data   "en-en.data"
    index  "en-en.index"
}

# Russian monolingual dictionaries
database ru-ru {
    data   "ru-ru.data"
    index  "ru-ru.index"
}


# We stop the search here
database_exit


database web1913 {
    data       "web1913.dict.dz"
    index      "web1913.index"
}

database wn {
    data       "wn.dict.dz"
    index      "wn.index"
}

database vidal {
    data       "vidal.dict.dz"
    index      "vidal.index"
}

database brokefr {
    data       "brokefr.dict.dz"
    index      "brokefr.index"
}