settings.yml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. server:
  2. port : 8888
  3. secret_key : "ultrasecretkey" # change this!
  4. debug : False
  5. request_timeout : 2.0 # seconds
  6. base_url : False
  7. themes_path : ""
  8. default_theme : default
  9. https_rewrite : True
  10. engines:
  11. - name : wikipedia
  12. engine : wikipedia
  13. shortcut : wp
  14. # number_of_results : 1 # default is 1
  15. - name : bing
  16. engine : bing
  17. locale : en-US
  18. shortcut : bi
  19. - name : bing images
  20. engine : bing_images
  21. locale : en-US
  22. shortcut : bii
  23. - name : bing news
  24. engine : bing_news
  25. locale : en-US
  26. shortcut : bin
  27. - name : currency
  28. engine : currency_convert
  29. categories : general
  30. shortcut : cc
  31. - name : deviantart
  32. engine : deviantart
  33. shortcut : da
  34. timeout: 3.0
  35. - name : ddg definitions
  36. engine : duckduckgo_definitions
  37. shortcut : ddd
  38. - name : duckduckgo
  39. engine : duckduckgo
  40. shortcut : ddg
  41. # down - website is under criminal investigation by the UK
  42. # - name : filecrop
  43. # engine : filecrop
  44. # categories : files
  45. # shortcut : fc
  46. - name : flickr
  47. engine : flickr
  48. categories : images
  49. shortcut : fl
  50. timeout: 3.0
  51. - name : general-file
  52. engine : generalfile
  53. shortcut : gf
  54. - name : github
  55. engine : github
  56. shortcut : gh
  57. - name : google
  58. engine : google
  59. shortcut : go
  60. - name : google images
  61. engine : google_images
  62. shortcut : goi
  63. - name : google news
  64. engine : google_news
  65. shortcut : gon
  66. - name : piratebay
  67. engine : piratebay
  68. shortcut : tpb
  69. - name : soundcloud
  70. engine : soundcloud
  71. shortcut : sc
  72. - name : stackoverflow
  73. engine : stackoverflow
  74. shortcut : st
  75. - name : startpage
  76. engine : startpage
  77. shortcut : sp
  78. # +30% page load time
  79. # - name : ixquick
  80. # engine : startpage
  81. # base_url : 'https://www.ixquick.com/'
  82. # search_url : 'https://www.ixquick.com/do/search'
  83. - name : twitter
  84. engine : twitter
  85. shortcut : tw
  86. # maybe in a fun category
  87. # - name : uncyclopedia
  88. # engine : mediawiki
  89. # categories : general
  90. # shortcut : unc
  91. # url : https://uncyclopedia.wikia.com/
  92. # tmp suspended - too slow, too many errors
  93. # - name : urbandictionary
  94. # engine : xpath
  95. # search_url : http://www.urbandictionary.com/define.php?term={query}
  96. # url_xpath : //div[@class="word"]//a/@href
  97. # title_xpath : //div[@class="word"]//a
  98. # content_xpath : //div[@class="definition"]
  99. # shortcut : ud
  100. - name : yahoo
  101. engine : yahoo
  102. shortcut : yh
  103. - name : yahoo news
  104. engine : yahoo_news
  105. shortcut : yhn
  106. - name : youtube
  107. engine : youtube
  108. shortcut : yt
  109. - name : dailymotion
  110. engine : dailymotion
  111. shortcut : dm
  112. - name : vimeo
  113. engine : vimeo
  114. locale : en-US
  115. shortcut : vm
  116. locales:
  117. en : English
  118. de : Deutsch
  119. hu : Magyar
  120. fr : Français
  121. es : Español
  122. it : Italiano
  123. nl : Nederlands