Compare commits
3 Commits
c6f1156bc6
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d0ee97582c | |||
| ac3dd7b804 | |||
| 3075003825 |
@@ -1,56 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
id="svg8"
|
||||
width="21.508125mm"
|
||||
height="21.508017mm"
|
||||
viewBox="0 0 21.508125 21.508015"
|
||||
version="1.1"
|
||||
viewBox="0 0 92 92"
|
||||
height="92mm"
|
||||
width="92mm">
|
||||
id="svg1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs2" />
|
||||
<metadata
|
||||
id="metadata5">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
id="defs1" />
|
||||
<g
|
||||
transform="translate(-40.921303,-17.416526)"
|
||||
id="layer1">
|
||||
<circle
|
||||
r="0"
|
||||
style="fill:none;stroke:#000000;stroke-width:12;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
||||
cy="92"
|
||||
cx="75"
|
||||
id="path3713" />
|
||||
<circle
|
||||
r="30"
|
||||
cy="53.902557"
|
||||
cx="75.921303"
|
||||
id="path834"
|
||||
style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
id="layer1"
|
||||
transform="translate(-54.245938,-114.24604)">
|
||||
<path
|
||||
d="m 67.514849,37.91524 a 18,18 0 0 1 21.051475,3.312407 18,18 0 0 1 3.137312,21.078282"
|
||||
id="path852"
|
||||
style="fill:none;fill-opacity:1;stroke:#3050ff;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<rect
|
||||
transform="rotate(-46.234709)"
|
||||
ry="1.8669105e-13"
|
||||
y="122.08995"
|
||||
x="3.7063529"
|
||||
height="39.963303"
|
||||
width="18.846331"
|
||||
id="rect912"
|
||||
style="opacity:1;fill:#3050ff;fill-opacity:1;stroke:none;stroke-width:8;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
style="fill:#222222;fill-opacity:1;stroke:#ffffff;stroke-width:1.50812;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 55,115 5.000001,4.99999 h 5 L 75,130 70.000002,135 H 60.000001 L 55,130 Z"
|
||||
id="path2" />
|
||||
<path
|
||||
style="fill:#222222;fill-opacity:1;stroke:#ffffff;stroke-width:1.50812;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 67,119.99999 h 3.000002 L 75,115 v 12.99999 z"
|
||||
id="path3" />
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 980 B |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 310 KiB |
@@ -184,7 +184,7 @@ ui:
|
||||
#
|
||||
outgoing:
|
||||
# default timeout in seconds, can be override by engine
|
||||
request_timeout: 3.0
|
||||
request_timeout: 6.0
|
||||
# the maximum timeout in seconds
|
||||
# max_request_timeout: 10.0
|
||||
# suffix of searx_useragent, could contain information like an email address
|
||||
@@ -207,12 +207,12 @@ outgoing:
|
||||
# are also supported: see
|
||||
# https://2.python-requests.org/en/latest/user/advanced/#socks
|
||||
#
|
||||
proxies:
|
||||
all://:
|
||||
- http://38.33.146.13:2000
|
||||
- http://38.33.148.3:2000
|
||||
- http://38.38.254.150:2000
|
||||
- http://38.33.146.96:2000
|
||||
# proxies:
|
||||
# all://:
|
||||
# - http://38.33.146.13:2000
|
||||
# - http://38.33.148.3:2000
|
||||
# - http://38.38.254.150:2000
|
||||
# - http://38.33.146.96:2000
|
||||
#https: http://192.168.1.78:8888
|
||||
#proxies:
|
||||
#all://:
|
||||
@@ -771,6 +771,7 @@ engines:
|
||||
engine: wikidata
|
||||
shortcut: wd
|
||||
timeout: 3.0
|
||||
disabled: true
|
||||
weight: 2
|
||||
# add "list" to the array to get results in the results list
|
||||
display_type: ["infobox"]
|
||||
@@ -968,7 +969,7 @@ engines:
|
||||
- name: google
|
||||
engine: google
|
||||
shortcut: go
|
||||
disabled: true
|
||||
disabled: false
|
||||
# additional_tests:
|
||||
# android: *test_android
|
||||
|
||||
@@ -2003,6 +2004,7 @@ engines:
|
||||
- name: wiby
|
||||
engine: json_engine
|
||||
paging: true
|
||||
disabled: true
|
||||
search_url: https://wiby.me/json/?q={query}&p={pageno}
|
||||
url_query: URL
|
||||
title_query: Title
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="20mm"
|
||||
height="20mm"
|
||||
viewBox="0 0 20 19.999999"
|
||||
width="21.508125mm"
|
||||
height="21.508017mm"
|
||||
viewBox="0 0 21.508125 21.508015"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
@@ -13,13 +13,13 @@
|
||||
id="defs1" />
|
||||
<g
|
||||
id="layer1"
|
||||
transform="translate(-55,-115)">
|
||||
transform="translate(-54.245938,-114.24604)">
|
||||
<path
|
||||
style="fill:#222222;fill-opacity:1;stroke-width:0.264583"
|
||||
style="fill:#222222;fill-opacity:1;stroke:#ffffff;stroke-width:1.50812;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 55,115 5.000001,4.99999 h 5 L 75,130 70.000002,135 H 60.000001 L 55,130 Z"
|
||||
id="path2" />
|
||||
<path
|
||||
style="fill:#222222;fill-opacity:1;stroke-width:0.264583"
|
||||
style="fill:#222222;fill-opacity:1;stroke:#ffffff;stroke-width:1.50812;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"
|
||||
d="m 67,119.99999 h 3.000002 L 75,115 v 12.99999 z"
|
||||
id="path3" />
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 732 B After Width: | Height: | Size: 980 B |
BIN
searx/templates/simple/.base.html.kate-swp
Normal file
BIN
searx/templates/simple/.base.html.kate-swp
Normal file
Binary file not shown.
Reference in New Issue
Block a user