瀏覽代碼

[enh] engine shortcuts

asciimoo 11 年之前
父節點
當前提交
af6e90009f
共有 1 個檔案被更改,包括 21 行新增0 行删除
  1. 21
    0
      searx/settings.yml

+ 21
- 0
searx/settings.yml 查看文件

10
     engine : wikipedia
10
     engine : wikipedia
11
     number_of_results : 1
11
     number_of_results : 1
12
     paging : False
12
     paging : False
13
+    shortcut : wi
13
 
14
 
14
   - name : bing
15
   - name : bing
15
     engine : bing
16
     engine : bing
16
     locale : en-US
17
     locale : en-US
18
+    shortcut : bi
17
 
19
 
18
   - name : currency
20
   - name : currency
19
     engine : currency_convert
21
     engine : currency_convert
20
     categories : general
22
     categories : general
23
+    shortcut : cc
21
 
24
 
22
   - name : deviantart
25
   - name : deviantart
23
     engine : deviantart
26
     engine : deviantart
24
     categories : images
27
     categories : images
28
+    shortcut : da
25
 
29
 
26
   - name : ddg definitions
30
   - name : ddg definitions
27
     engine : duckduckgo_definitions
31
     engine : duckduckgo_definitions
32
+    shortcut : ddd
28
 
33
 
29
   - name : duckduckgo
34
   - name : duckduckgo
30
     engine : duckduckgo
35
     engine : duckduckgo
31
     locale : en-us
36
     locale : en-us
37
+    shortcut : ddg
32
 
38
 
33
   - name : filecrop
39
   - name : filecrop
34
     engine : filecrop
40
     engine : filecrop
35
     categories : files
41
     categories : files
42
+    shortcut : fc
36
 
43
 
37
   - name : flickr
44
   - name : flickr
38
     engine : flickr
45
     engine : flickr
39
     categories : images
46
     categories : images
47
+    shortcut : fl
40
 
48
 
41
   - name : github
49
   - name : github
42
     engine : github
50
     engine : github
43
     categories : it
51
     categories : it
52
+    shortcut : gi
44
 
53
 
45
   - name : google
54
   - name : google
46
     engine : google
55
     engine : google
56
+    shortcut : go
47
 
57
 
48
   - name : google images
58
   - name : google images
49
     engine : google_images
59
     engine : google_images
60
+    shortcut : goi
50
 
61
 
51
   - name : piratebay
62
   - name : piratebay
52
     engine : piratebay
63
     engine : piratebay
53
     categories : videos, music, files
64
     categories : videos, music, files
65
+    shortcut : tpb
54
 
66
 
55
   - name : soundcloud
67
   - name : soundcloud
56
     engine : soundcloud
68
     engine : soundcloud
57
     categories : music
69
     categories : music
70
+    shortcut : sc
58
 
71
 
59
   - name : stackoverflow
72
   - name : stackoverflow
60
     engine : stackoverflow
73
     engine : stackoverflow
61
     categories : it
74
     categories : it
75
+    shortcut : st
62
 
76
 
63
   - name : startpage
77
   - name : startpage
64
     engine : startpage
78
     engine : startpage
65
     base_url : 'https://startpage.com/'
79
     base_url : 'https://startpage.com/'
66
     search_url : 'https://startpage.com/do/search'
80
     search_url : 'https://startpage.com/do/search'
81
+    shortcut : sp
67
 
82
 
68
 # +30% page load time
83
 # +30% page load time
69
 #  - name : ixquick
84
 #  - name : ixquick
74
   - name : twitter
89
   - name : twitter
75
     engine : twitter
90
     engine : twitter
76
     categories : social media
91
     categories : social media
92
+    shortcut : tw
77
 
93
 
78
   - name : urbandictionary
94
   - name : urbandictionary
79
     engine        : xpath
95
     engine        : xpath
81
     url_xpath     : //div[@class="word"]//a/@href
97
     url_xpath     : //div[@class="word"]//a/@href
82
     title_xpath   : //div[@class="word"]//a
98
     title_xpath   : //div[@class="word"]//a
83
     content_xpath : //div[@class="definition"]
99
     content_xpath : //div[@class="definition"]
100
+    shortcut : ud
84
 
101
 
85
   - name : yahoo
102
   - name : yahoo
86
     engine : yahoo
103
     engine : yahoo
104
+    shortcut : yh
87
 
105
 
88
   - name : youtube
106
   - name : youtube
89
     engine : youtube
107
     engine : youtube
90
     categories : videos
108
     categories : videos
109
+    shortcut : yt
91
 
110
 
92
   - name : dailymotion
111
   - name : dailymotion
93
     engine : dailymotion
112
     engine : dailymotion
94
     locale : en_US
113
     locale : en_US
95
     categories : videos
114
     categories : videos
115
+    shortcut : dm
96
 
116
 
97
   - name : vimeo
117
   - name : vimeo
98
     engine : vimeo
118
     engine : vimeo
101
     url_xpath : ./a/@href
121
     url_xpath : ./a/@href
102
     title_xpath : ./a/div[@class="data"]/p[@class="title"]/text()
122
     title_xpath : ./a/div[@class="data"]/p[@class="title"]/text()
103
     content_xpath : ./a/img/@src
123
     content_xpath : ./a/img/@src
124
+    shortcut : vm
104
 
125
 
105
 locales:
126
 locales:
106
     en : English
127
     en : English