settings.yml 3.3 KB

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