settings.yml 3.2 KB

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