mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[mod] oscar as default theme
This commit is contained in:
parent
3fd562ccd7
commit
306c644fa7
@ -4,8 +4,8 @@ server:
|
|||||||
debug : False # Debug mode, only for development
|
debug : False # Debug mode, only for development
|
||||||
request_timeout : 2.0 # seconds
|
request_timeout : 2.0 # seconds
|
||||||
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
||||||
themes_path : "" # Custom ui themes path
|
themes_path : "" # Custom ui themes path - leave it blank if you didn't change
|
||||||
default_theme : default # ui theme
|
default_theme : oscar # ui theme
|
||||||
https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
|
https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
|
||||||
useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ engines:
|
|||||||
engine : currency_convert
|
engine : currency_convert
|
||||||
categories : general
|
categories : general
|
||||||
shortcut : cc
|
shortcut : cc
|
||||||
|
|
||||||
- name : deezer
|
- name : deezer
|
||||||
engine : deezer
|
engine : deezer
|
||||||
shortcut : dz
|
shortcut : dz
|
||||||
@ -48,7 +48,7 @@ engines:
|
|||||||
- name : ddg definitions
|
- name : ddg definitions
|
||||||
engine : duckduckgo_definitions
|
engine : duckduckgo_definitions
|
||||||
shortcut : ddd
|
shortcut : ddd
|
||||||
|
|
||||||
- name : digg
|
- name : digg
|
||||||
engine : digg
|
engine : digg
|
||||||
shortcut : dg
|
shortcut : dg
|
||||||
@ -72,7 +72,7 @@ engines:
|
|||||||
# engine : filecrop
|
# engine : filecrop
|
||||||
# categories : files
|
# categories : files
|
||||||
# shortcut : fc
|
# shortcut : fc
|
||||||
|
|
||||||
- name : 500px
|
- name : 500px
|
||||||
engine : 500px
|
engine : 500px
|
||||||
shortcut : px
|
shortcut : px
|
||||||
@ -115,7 +115,7 @@ engines:
|
|||||||
content_xpath : //a[@class="subtitle"]
|
content_xpath : //a[@class="subtitle"]
|
||||||
categories : files
|
categories : files
|
||||||
shortcut : gpa
|
shortcut : gpa
|
||||||
|
|
||||||
- name : google play movies
|
- name : google play movies
|
||||||
engine : xpath
|
engine : xpath
|
||||||
search_url : https://play.google.com/store/search?q={query}&c=movies
|
search_url : https://play.google.com/store/search?q={query}&c=movies
|
||||||
@ -124,7 +124,7 @@ engines:
|
|||||||
content_xpath : //a[@class="subtitle"]
|
content_xpath : //a[@class="subtitle"]
|
||||||
categories : videos
|
categories : videos
|
||||||
shortcut : gpm
|
shortcut : gpm
|
||||||
|
|
||||||
- name : google play music
|
- name : google play music
|
||||||
engine : xpath
|
engine : xpath
|
||||||
search_url : https://play.google.com/store/search?q={query}&c=music
|
search_url : https://play.google.com/store/search?q={query}&c=music
|
||||||
@ -133,7 +133,7 @@ engines:
|
|||||||
content_xpath : //a[@class="subtitle"]
|
content_xpath : //a[@class="subtitle"]
|
||||||
categories : music
|
categories : music
|
||||||
shortcut : gps
|
shortcut : gps
|
||||||
|
|
||||||
- name : openstreetmap
|
- name : openstreetmap
|
||||||
engine : openstreetmap
|
engine : openstreetmap
|
||||||
shortcut : osm
|
shortcut : osm
|
||||||
@ -157,11 +157,11 @@ engines:
|
|||||||
- name : stackoverflow
|
- name : stackoverflow
|
||||||
engine : stackoverflow
|
engine : stackoverflow
|
||||||
shortcut : st
|
shortcut : st
|
||||||
|
|
||||||
- name : searchcode doc
|
- name : searchcode doc
|
||||||
engine : searchcode_doc
|
engine : searchcode_doc
|
||||||
shortcut : scd
|
shortcut : scd
|
||||||
|
|
||||||
- name : searchcode code
|
- name : searchcode code
|
||||||
engine : searchcode_code
|
engine : searchcode_code
|
||||||
shortcut : scc
|
shortcut : scc
|
||||||
|
Loading…
Reference in New Issue
Block a user