settings.yml 3.2 KB

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