settings.yml 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437
  1. general:
  2. debug : False # Debug mode, only for development
  3. instance_name : "searx" # displayed name
  4. contact_url: False # mailto:contact@example.com
  5. brand:
  6. git_url: https://github.com/searx/searx
  7. git_branch: master
  8. issue_url: https://github.com/searx/searx/issues
  9. docs_url: https://searx.github.io/searx
  10. public_instances: https://searx.space
  11. wiki_url: https://github.com/searx/searx/wiki
  12. twitter_url: https://twitter.com/Searx_engine
  13. search:
  14. safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
  15. autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
  16. default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
  17. ban_time_on_fail : 5 # ban time in seconds after engine errors
  18. max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
  19. server:
  20. port : 8888
  21. bind_address : "127.0.0.1" # address to listen on
  22. secret_key : "ultrasecretkey" # change this!
  23. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  24. image_proxy : False # Proxying image results through searx
  25. http_protocol_version : "1.0" # 1.0 and 1.1 are supported
  26. method: "POST" # POST queries are more secure as they don't show up in history but may cause problems when using Firefox containers
  27. default_http_headers:
  28. X-Content-Type-Options : nosniff
  29. X-XSS-Protection : 1; mode=block
  30. X-Download-Options : noopen
  31. X-Robots-Tag : noindex, nofollow
  32. Referrer-Policy : no-referrer
  33. ui:
  34. static_path : "" # Custom static path - leave it blank if you didn't change
  35. templates_path : "" # Custom templates path - leave it blank if you didn't change
  36. default_theme : oscar # ui theme
  37. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  38. theme_args :
  39. oscar_style : logicodev # default style of oscar
  40. # results_on_new_tab: False # Open result links in a new tab by default
  41. # categories_order :
  42. # - general
  43. # - files
  44. # - map
  45. # - it
  46. # - science
  47. # Lock arbitrary settings on the preferences page.
  48. # To find the ID of the user setting you want to lock, check
  49. # the ID of the form on the page "preferences".
  50. #preferences:
  51. # lock:
  52. # - language
  53. # - autocomplete
  54. # - method
  55. # searx supports result proxification using an external service: https://github.com/asciimoo/morty
  56. # uncomment below section if you have running morty proxy
  57. # the key is base64 encoded (keep the !!binary notation)
  58. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  59. #result_proxy:
  60. # url : http://127.0.0.1:3000/
  61. # key : !!binary "your_morty_proxy_key"
  62. outgoing: # communication with search engines
  63. request_timeout : 3.0 # default timeout in seconds, can be override by engine
  64. # max_request_timeout: 10.0 # the maximum timeout in seconds
  65. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  66. pool_connections : 100 # The maximum number of concurrent connections that may be established.
  67. pool_maxsize : 20 # Allow the connection pool to maintain keep-alive connections below this point.
  68. enable_http2: True # See https://www.python-httpx.org/http2/
  69. # uncomment below section if you want to use a proxy
  70. # see https://2.python-requests.org/en/latest/user/advanced/#proxies
  71. # SOCKS proxies are also supported: see https://2.python-requests.org/en/latest/user/advanced/#socks
  72. # proxies:
  73. # all://:
  74. # - http://proxy1:8080
  75. # - http://proxy2:8080
  76. # using_tor_proxy : True
  77. # extra_proxy_timeout : 10.0 # Extra seconds to add in order to account for the time taken by the proxy
  78. # uncomment below section only if you have more than one network interface
  79. # which can be the source of outgoing search requests
  80. # source_ips:
  81. # - 1.1.1.1
  82. # - 1.1.1.2
  83. # - fe80::/126
  84. # External plugin configuration
  85. # See http://searx.github.io/searx/dev/plugins.html for more details
  86. #
  87. # plugins:
  88. # - plugin1
  89. # - plugin2
  90. # - ...
  91. # uncomment below section if you want to configure which plugin is enabled by default
  92. #
  93. # enabled_plugins:
  94. # - "HTTPS rewrite"
  95. # - ...
  96. checker:
  97. # disable checker when in debug mode
  98. off_when_debug: True
  99. # scheduling: interval or int
  100. # use "scheduling: False" to disable scheduling
  101. # to activate the scheduler:
  102. # * uncomment "scheduling" section
  103. # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" to your uwsgi.ini
  104. # scheduling:
  105. # start_after: [300, 1800] # delay to start the first run of the checker
  106. # every: [86400, 90000] # how often the checker runs
  107. # additional tests: only for the YAML anchors (see the engines section)
  108. additional_tests:
  109. rosebud: &test_rosebud
  110. matrix:
  111. query: rosebud
  112. lang: en
  113. result_container:
  114. - not_empty
  115. - ['one_title_contains', 'citizen kane']
  116. test:
  117. - unique_results
  118. android: &test_android
  119. matrix:
  120. query: ['android']
  121. lang: ['en', 'de', 'fr', 'zh-CN']
  122. result_container:
  123. - not_empty
  124. - ['one_title_contains', 'google']
  125. test:
  126. - unique_results
  127. # tests: only for the YAML anchors (see the engines section)
  128. tests:
  129. infobox: &tests_infobox
  130. infobox:
  131. matrix:
  132. query: ["linux", "new york", "bbc"]
  133. result_container:
  134. - has_infobox
  135. engines:
  136. - name: apk mirror
  137. engine: apkmirror
  138. timeout: 4.0
  139. shortcut: apkm
  140. disabled: True
  141. # Requires Tor
  142. - name : ahmia
  143. engine : ahmia
  144. categories : onions
  145. enable_http : True
  146. shortcut : ah
  147. - name : arch linux wiki
  148. engine : archlinux
  149. shortcut : al
  150. - name : archive is
  151. engine : xpath
  152. search_url : https://archive.is/{query}
  153. url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
  154. title_xpath : (//div[@class="TEXT-BLOCK"]/a)
  155. content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
  156. categories : general
  157. timeout : 7.0
  158. disabled : True
  159. shortcut : ai
  160. about:
  161. website: https://archive.is/
  162. wikidata_id: Q13515725
  163. official_api_documentation: http://mementoweb.org/depot/native/archiveis/
  164. use_official_api: false
  165. require_api_key: false
  166. results: HTML
  167. - name : artic
  168. engine : artic
  169. shortcut : arc
  170. timeout : 4.0
  171. - name : arxiv
  172. engine : arxiv
  173. shortcut : arx
  174. categories : science
  175. timeout : 4.0
  176. # tmp suspended: dh key too small
  177. # - name : base
  178. # engine : base
  179. # shortcut : bs
  180. - name: bandcamp
  181. engine: bandcamp
  182. shortcut: bc
  183. categories: music
  184. - name : wikipedia
  185. engine : wikipedia
  186. shortcut : wp
  187. base_url : 'https://{language}.wikipedia.org/'
  188. - name : bing
  189. engine : bing
  190. shortcut : bi
  191. - name : bing images
  192. engine : bing_images
  193. shortcut : bii
  194. - name : bing news
  195. engine : bing_news
  196. shortcut : bin
  197. - name : bing videos
  198. engine : bing_videos
  199. shortcut : biv
  200. - name : bitbucket
  201. engine : xpath
  202. paging : True
  203. search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
  204. url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  205. title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
  206. content_xpath : //article[@class="repo-summary"]/p
  207. categories : it
  208. timeout : 4.0
  209. disabled : True
  210. shortcut : bb
  211. about:
  212. website: https://bitbucket.org/
  213. wikidata_id: Q2493781
  214. official_api_documentation: https://developer.atlassian.com/bitbucket
  215. use_official_api: false
  216. require_api_key: false
  217. results: HTML
  218. - name : btdigg
  219. engine : btdigg
  220. shortcut : bt
  221. - name : ccc-tv
  222. engine : xpath
  223. paging : False
  224. search_url : https://media.ccc.de/search/?q={query}
  225. url_xpath : //div[@class="caption"]/h3/a/@href
  226. title_xpath : //div[@class="caption"]/h3/a/text()
  227. content_xpath : //div[@class="caption"]/h4/@title
  228. categories : videos
  229. disabled : True
  230. shortcut : c3tv
  231. about:
  232. website: https://media.ccc.de/
  233. wikidata_id: Q80729951
  234. official_api_documentation: https://github.com/voc/voctoweb
  235. use_official_api: false
  236. require_api_key: false
  237. results: HTML
  238. - name : ccengine
  239. engine : ccengine
  240. categories : images
  241. shortcut : cce
  242. - name : crossref
  243. engine : json_engine
  244. paging : True
  245. search_url : https://search.crossref.org/dois?q={query}&page={pageno}
  246. url_query : doi
  247. title_query : title
  248. title_html_to_text: True
  249. content_query : fullCitation
  250. content_html_to_text: True
  251. categories : science
  252. shortcut : cr
  253. about:
  254. website: https://www.crossref.org/
  255. wikidata_id: Q5188229
  256. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  257. use_official_api: false
  258. require_api_key: false
  259. results: JSON
  260. - name : currency
  261. engine : currency_convert
  262. categories : general
  263. shortcut : cc
  264. - name : deezer
  265. engine : deezer
  266. shortcut : dz
  267. - name : deviantart
  268. engine : deviantart
  269. shortcut : da
  270. timeout : 3.0
  271. - name : ddg definitions
  272. engine : duckduckgo_definitions
  273. shortcut : ddd
  274. weight : 2
  275. disabled : True
  276. tests: *tests_infobox
  277. # cloudflare protected
  278. # - name : digbt
  279. # engine : digbt
  280. # shortcut : dbt
  281. # timeout : 6.0
  282. # disabled : True
  283. - name : digg
  284. engine : digg
  285. shortcut : dg
  286. - name : erowid
  287. engine : xpath
  288. paging : True
  289. first_page_num : 0
  290. page_size : 30
  291. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  292. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  293. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  294. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  295. categories : general
  296. shortcut : ew
  297. disabled : True
  298. about:
  299. website: https://www.erowid.org/
  300. wikidata_id: Q1430691
  301. official_api_documentation:
  302. use_official_api: false
  303. require_api_key: false
  304. results: HTML
  305. # - name : elasticsearch
  306. # shortcut : es
  307. # engine : elasticsearch
  308. # base_url : http://localhost:9200
  309. # username : elastic
  310. # password : changeme
  311. # index : my-index
  312. # # available options: match, simple_query_string, term, terms, custom
  313. # query_type : match
  314. # # if query_type is set to custom, provide your query here
  315. # #custom_query_json: {"query":{"match_all": {}}}
  316. # #show_metadata: False
  317. # disabled : True
  318. - name : wikidata
  319. engine : wikidata
  320. shortcut : wd
  321. timeout : 3.0
  322. weight : 2
  323. tests: *tests_infobox
  324. - name : duckduckgo
  325. engine : duckduckgo
  326. shortcut : ddg
  327. disabled : True
  328. - name : duckduckgo images
  329. engine : duckduckgo_images
  330. shortcut : ddi
  331. timeout: 3.0
  332. disabled : True
  333. - name : etools
  334. engine : etools
  335. shortcut : eto
  336. disabled : True
  337. additional_tests:
  338. rosebud: *test_rosebud
  339. - name : etymonline
  340. engine : xpath
  341. paging : True
  342. search_url : https://etymonline.com/search?page={pageno}&q={query}
  343. url_xpath : //a[contains(@class, "word__name--")]/@href
  344. title_xpath : //a[contains(@class, "word__name--")]
  345. content_xpath : //section[contains(@class, "word__defination")]
  346. first_page_num : 1
  347. shortcut : et
  348. disabled : True
  349. about:
  350. website: https://www.etymonline.com/
  351. wikidata_id: Q1188617
  352. official_api_documentation:
  353. use_official_api: false
  354. require_api_key: false
  355. results: HTML
  356. # - name : ebay
  357. # engine : ebay
  358. # shortcut : eb
  359. # disabled : True
  360. # timeout: 5
  361. - name : 1x
  362. engine : www1x
  363. shortcut : 1x
  364. timeout : 3.0
  365. disabled : True
  366. - name : fdroid
  367. engine : fdroid
  368. shortcut : fd
  369. disabled : True
  370. - name : flickr
  371. categories : images
  372. shortcut : fl
  373. # You can use the engine using the official stable API, but you need an API key
  374. # See : https://www.flickr.com/services/apps/create/
  375. # engine : flickr
  376. # api_key: 'apikey' # required!
  377. # Or you can use the html non-stable engine, activated by default
  378. engine : flickr_noapi
  379. - name : free software directory
  380. engine : mediawiki
  381. shortcut : fsd
  382. categories : it
  383. base_url : https://directory.fsf.org/
  384. number_of_results : 5
  385. # what part of a page matches the query string: title, text, nearmatch
  386. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  387. search_type : title
  388. timeout : 5.0
  389. disabled : True
  390. about:
  391. website: https://directory.fsf.org/
  392. wikidata_id: Q2470288
  393. # - name : freesound
  394. # engine : freesound
  395. # shortcut : fnd
  396. # disabled : True
  397. # timeout : 15.0
  398. # api_key : MyAPIkey
  399. # API key required, see : https://freesound.org/docs/api/overview.html
  400. - name : frinkiac
  401. engine : frinkiac
  402. shortcut : frk
  403. disabled : True
  404. - name : genius
  405. engine : genius
  406. shortcut : gen
  407. - name : gigablast
  408. engine : gigablast
  409. shortcut : gb
  410. timeout : 3.0
  411. disabled: True
  412. additional_tests:
  413. rosebud: *test_rosebud
  414. - name : gentoo
  415. engine : gentoo
  416. shortcut : ge
  417. - name : gitlab
  418. engine : json_engine
  419. paging : True
  420. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  421. url_query : web_url
  422. title_query : name_with_namespace
  423. content_query : description
  424. page_size : 20
  425. categories : it
  426. shortcut : gl
  427. timeout : 10.0
  428. disabled : True
  429. about:
  430. website: https://about.gitlab.com/
  431. wikidata_id: Q16639197
  432. official_api_documentation: https://docs.gitlab.com/ee/api/
  433. use_official_api: false
  434. require_api_key: false
  435. results: JSON
  436. - name : github
  437. engine : github
  438. shortcut : gh
  439. # This a Gitea service. If you would like to use a different instance,
  440. # change codeberg.org to URL of the desired Gitea host. Or you can create
  441. # a new engine by copying this and changing the name, shortcut and search_url.
  442. - name : codeberg
  443. engine : json_engine
  444. search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  445. url_query : html_url
  446. title_query : name
  447. content_query : description
  448. categories : it
  449. shortcut : cb
  450. disabled : True
  451. about:
  452. website: https://codeberg.org/
  453. wikidata_id:
  454. official_api_documentation: https://try.gitea.io/api/swagger
  455. use_official_api: false
  456. require_api_key: false
  457. results: JSON
  458. - name : google
  459. engine : google
  460. shortcut : go
  461. # additional_tests:
  462. # android: *test_android
  463. - name : google images
  464. engine : google_images
  465. shortcut : goi
  466. # additional_tests:
  467. # android: *test_android
  468. # dali:
  469. # matrix:
  470. # query: ['Dali Christ']
  471. # lang: ['en', 'de', 'fr', 'zh-CN']
  472. # result_container:
  473. # - ['one_title_contains', 'Salvador']
  474. - name : google news
  475. engine : google_news
  476. shortcut : gon
  477. # additional_tests:
  478. # android: *test_android
  479. - name : google videos
  480. engine : google_videos
  481. shortcut : gov
  482. # additional_tests:
  483. # android: *test_android
  484. - name : google scholar
  485. engine : google_scholar
  486. shortcut : gos
  487. - name : google play apps
  488. engine : xpath
  489. search_url : https://play.google.com/store/search?q={query}&c=apps
  490. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  491. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  492. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  493. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  494. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  495. categories : files
  496. shortcut : gpa
  497. disabled : True
  498. about:
  499. website: https://play.google.com/
  500. wikidata_id: Q79576
  501. official_api_documentation:
  502. use_official_api: false
  503. require_api_key: false
  504. results: HTML
  505. - name : google play movies
  506. engine : xpath
  507. search_url : https://play.google.com/store/search?q={query}&c=movies
  508. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  509. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  510. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  511. content_xpath : './/div[@class="kCSSQe"]'
  512. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  513. categories : videos
  514. shortcut : gpm
  515. disabled : True
  516. about:
  517. website: https://play.google.com/
  518. wikidata_id: Q79576
  519. official_api_documentation:
  520. use_official_api: false
  521. require_api_key: false
  522. results: HTML
  523. - name : geektimes
  524. engine : xpath
  525. paging : True
  526. search_url : https://habr.com/en/search/page{pageno}/?q={query}
  527. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  528. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  529. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  530. categories : it
  531. timeout : 4.0
  532. disabled : True
  533. shortcut : gt
  534. about:
  535. website: https://geektimes.ru/
  536. wikidata_id: Q50572423
  537. official_api_documentation:
  538. use_official_api: false
  539. require_api_key: false
  540. results: HTML
  541. - name : habrahabr
  542. engine : xpath
  543. paging : True
  544. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  545. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  546. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  547. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  548. categories : it
  549. timeout : 4.0
  550. disabled : True
  551. shortcut : habr
  552. about:
  553. website: https://habr.com/
  554. wikidata_id: Q4494434
  555. official_api_documentation: https://habr.com/en/docs/help/api/
  556. use_official_api: false
  557. require_api_key: false
  558. results: HTML
  559. - name : hoogle
  560. engine : xpath
  561. paging : True
  562. search_url : https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  563. results_xpath : '//div[@class="result"]'
  564. title_xpath : './/div[@class="ans"]//a'
  565. url_xpath : './/div[@class="ans"]//a/@href'
  566. content_xpath : './/div[@class="from"]'
  567. page_size : 20
  568. categories : it
  569. shortcut : ho
  570. about:
  571. website: https://www.haskell.org/
  572. wikidata_id: Q34010
  573. official_api_documentation: https://hackage.haskell.org/api
  574. use_official_api: false
  575. require_api_key: false
  576. results: JSON
  577. - name : ina
  578. engine : ina
  579. shortcut : in
  580. timeout : 6.0
  581. disabled : True
  582. - name : invidious
  583. engine : invidious
  584. base_url :
  585. - https://invidious.tube/
  586. - https://invidious.snopyta.org/
  587. shortcut: iv
  588. timeout : 5.0
  589. disabled : True
  590. - name: kickass
  591. engine : kickass
  592. shortcut : kc
  593. timeout : 4.0
  594. disabled : True
  595. - name : library genesis
  596. engine : xpath
  597. enable_http: True
  598. search_url : http://libgen.rs/search.php?req={query}
  599. url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href
  600. title_xpath : //a[contains(@href,"book/")]/text()[1]
  601. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  602. categories : general
  603. timeout : 7.0
  604. disabled : True
  605. shortcut : lg
  606. about:
  607. website: http://libgen.rs/
  608. wikidata_id: Q22017206
  609. official_api_documentation:
  610. use_official_api: false
  611. require_api_key: false
  612. results: HTML
  613. - name : library of congress
  614. engine : loc
  615. shortcut : loc
  616. categories : images
  617. - name : lobste.rs
  618. engine : xpath
  619. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  620. results_xpath : //li[contains(@class, "story")]
  621. url_xpath : .//a[@class="u-url"]/@href
  622. title_xpath : .//a[@class="u-url"]
  623. content_xpath : .//a[@class="domain"]
  624. categories : it
  625. shortcut : lo
  626. timeout : 5.0
  627. disabled: True
  628. about:
  629. website: https://lobste.rs/
  630. wikidata_id: Q60762874
  631. official_api_documentation:
  632. use_official_api: false
  633. require_api_key: false
  634. results: HTML
  635. # - name : meilisearch
  636. # engine : meilisearch
  637. # shortcut: mes
  638. # enable_http: True
  639. # base_url : http://localhost:7700
  640. # index : my-index
  641. - name : microsoft academic
  642. engine : microsoft_academic
  643. categories : science
  644. shortcut : ma
  645. - name : mixcloud
  646. engine : mixcloud
  647. shortcut : mc
  648. - name : npm
  649. engine : json_engine
  650. paging : True
  651. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  652. results_query : results
  653. url_query : package/links/npm
  654. title_query : package/name
  655. content_query : package/description
  656. page_size : 25
  657. categories : it
  658. disabled: True
  659. timeout: 5.0
  660. shortcut : npm
  661. about:
  662. website: https://npms.io/
  663. wikidata_id: Q7067518
  664. official_api_documentation: https://api-docs.npms.io/
  665. use_official_api: false
  666. require_api_key: false
  667. results: JSON
  668. # Requires Tor
  669. - name : not evil
  670. engine : not_evil
  671. categories : onions
  672. enable_http : True
  673. shortcut : ne
  674. - name : nyaa
  675. engine : nyaa
  676. shortcut : nt
  677. disabled : True
  678. - name : openairedatasets
  679. engine : json_engine
  680. paging : True
  681. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  682. results_query : response/results/result
  683. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  684. title_query : metadata/oaf:entity/oaf:result/title/$
  685. content_query : metadata/oaf:entity/oaf:result/description/$
  686. content_html_to_text: True
  687. categories : science
  688. shortcut : oad
  689. timeout: 5.0
  690. about:
  691. website: https://www.openaire.eu/
  692. wikidata_id: Q25106053
  693. official_api_documentation: https://api.openaire.eu/
  694. use_official_api: false
  695. require_api_key: false
  696. results: JSON
  697. - name : openairepublications
  698. engine : json_engine
  699. paging : True
  700. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  701. results_query : response/results/result
  702. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  703. title_query : metadata/oaf:entity/oaf:result/title/$
  704. content_query : metadata/oaf:entity/oaf:result/description/$
  705. content_html_to_text: True
  706. categories : science
  707. shortcut : oap
  708. timeout: 5.0
  709. about:
  710. website: https://www.openaire.eu/
  711. wikidata_id: Q25106053
  712. official_api_documentation: https://api.openaire.eu/
  713. use_official_api: false
  714. require_api_key: false
  715. results: JSON
  716. # - name : opensemanticsearch
  717. # engine : opensemantic
  718. # shortcut : oss
  719. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  720. - name : openstreetmap
  721. engine : openstreetmap
  722. shortcut : osm
  723. - name : openrepos
  724. engine : xpath
  725. paging : True
  726. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  727. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  728. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  729. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  730. categories : files
  731. timeout : 4.0
  732. disabled : True
  733. shortcut : or
  734. about:
  735. website: https://openrepos.net/
  736. wikidata_id:
  737. official_api_documentation:
  738. use_official_api: false
  739. require_api_key: false
  740. results: HTML
  741. - name : pdbe
  742. engine : pdbe
  743. shortcut : pdb
  744. # Hide obsolete PDB entries.
  745. # Default is not to hide obsolete structures
  746. # hide_obsolete : False
  747. - name : photon
  748. engine : photon
  749. shortcut : ph
  750. - name : piratebay
  751. engine : piratebay
  752. shortcut : tpb
  753. # You may need to change this URL to a proxy if piratebay is blocked in your country
  754. url: https://thepiratebay.org/
  755. timeout : 3.0
  756. - name : pubmed
  757. engine : pubmed
  758. shortcut : pub
  759. categories: science
  760. timeout : 3.0
  761. - name : qwant
  762. engine : qwant
  763. shortcut : qw
  764. categories : general
  765. disabled : True
  766. additional_tests:
  767. rosebud: *test_rosebud
  768. - name : qwant images
  769. engine : qwant
  770. shortcut : qwi
  771. categories : images
  772. network: qwant
  773. - name : qwant news
  774. engine : qwant
  775. shortcut : qwn
  776. categories : news
  777. network: qwant
  778. # - name: library
  779. # engine: recoll
  780. # shortcut: lib
  781. # base_url: 'https://recoll.example.org/'
  782. # search_dir: ''
  783. # mount_prefix: /export
  784. # dl_prefix: 'https://download.example.org'
  785. # timeout: 30.0
  786. # categories: files
  787. # disabled: True
  788. # - name: recoll library reference
  789. # engine: recoll
  790. # base_url: 'https://recoll.example.org/'
  791. # search_dir: reference
  792. # mount_prefix: /export
  793. # dl_prefix: 'https://download.example.org'
  794. # shortcut: libr
  795. # timeout: 30.0
  796. # categories: files
  797. # disabled: True
  798. - name : reddit
  799. engine : reddit
  800. shortcut : re
  801. page_size : 25
  802. timeout : 10.0
  803. disabled : True
  804. # tmp suspended: bad certificate
  805. # - name : scanr structures
  806. # shortcut: scs
  807. # engine : scanr_structures
  808. # disabled : True
  809. - name: sepiasearch
  810. engine: sepiasearch
  811. shortcut: sep
  812. - name : soundcloud
  813. engine : soundcloud
  814. shortcut : sc
  815. - name : stackoverflow
  816. engine : stackoverflow
  817. shortcut : st
  818. - name : searchcode code
  819. engine : searchcode_code
  820. shortcut : scc
  821. disabled : True
  822. - name : framalibre
  823. engine : framalibre
  824. shortcut : frl
  825. disabled : True
  826. # - name : searx
  827. # engine : searx_engine
  828. # shortcut : se
  829. # instance_urls :
  830. # - http://127.0.0.1:8888/
  831. # - ...
  832. # disabled : True
  833. - name : semantic scholar
  834. engine : semantic_scholar
  835. disabled : True
  836. shortcut : se
  837. categories : science
  838. about:
  839. website: https://www.semanticscholar.org/
  840. wikidata_id: Q22908627
  841. official_api_documentation: https://api.semanticscholar.org/
  842. use_official_api: false
  843. require_api_key: false
  844. results: JSON
  845. # Spotify needs API credentials
  846. # - name : spotify
  847. # engine : spotify
  848. # shortcut : stf
  849. # api_client_id : *******
  850. # api_client_secret : *******
  851. # - name : solr
  852. # engine : solr
  853. # shortcut : slr
  854. # base_url : http://localhost:8983
  855. # collection : collection_name
  856. # sort : '' # sorting: asc or desc
  857. # field_list : '' # comma separated list of field names to display on the UI
  858. # default_fields : '' # default field to query
  859. # query_fields : '' # query fields
  860. # enable_http : True
  861. - name : startpage
  862. engine : startpage
  863. shortcut : sp
  864. timeout : 6.0
  865. disabled : True
  866. additional_tests:
  867. rosebud: *test_rosebud
  868. - name : tokyotoshokan
  869. engine : tokyotoshokan
  870. shortcut : tt
  871. timeout : 6.0
  872. disabled : True
  873. - name : solidtorrents
  874. engine : solidtorrents
  875. shortcut : solid
  876. timeout : 3.0
  877. disabled : True
  878. - name : torrentz
  879. engine : torrentz
  880. shortcut : tor
  881. url: https://torrentz2.eu/
  882. timeout : 3.0
  883. # Requires Tor
  884. - name : torch
  885. engine : xpath
  886. paging : True
  887. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  888. results_xpath : //table//tr
  889. url_xpath : ./td[2]/a
  890. title_xpath : ./td[2]/b
  891. content_xpath : ./td[2]/small
  892. categories : onions
  893. enable_http : True
  894. shortcut : tch
  895. # maybe in a fun category
  896. # - name : uncyclopedia
  897. # engine : mediawiki
  898. # shortcut : unc
  899. # base_url : https://uncyclopedia.wikia.com/
  900. # number_of_results : 5
  901. # tmp suspended - too slow, too many errors
  902. # - name : urbandictionary
  903. # engine : xpath
  904. # search_url : http://www.urbandictionary.com/define.php?term={query}
  905. # url_xpath : //*[@class="word"]/@href
  906. # title_xpath : //*[@class="def-header"]
  907. # content_xpath : //*[@class="meaning"]
  908. # shortcut : ud
  909. - name : unsplash
  910. engine : unsplash
  911. disabled: True
  912. shortcut : us
  913. - name : yahoo
  914. engine : yahoo
  915. shortcut : yh
  916. disabled : True
  917. - name : yahoo news
  918. engine : yahoo_news
  919. shortcut : yhn
  920. - name : youtube
  921. shortcut : yt
  922. # You can use the engine using the official stable API, but you need an API key
  923. # See : https://console.developers.google.com/project
  924. # engine : youtube_api
  925. # api_key: 'apikey' # required!
  926. # Or you can use the html non-stable engine, activated by default
  927. engine : youtube_noapi
  928. - name : yggtorrent
  929. engine : yggtorrent
  930. shortcut : ygg
  931. url: https://www4.yggtorrent.li/
  932. disabled : True
  933. timeout : 4.0
  934. - name : dailymotion
  935. engine : dailymotion
  936. shortcut : dm
  937. - name : vimeo
  938. engine : vimeo
  939. shortcut : vm
  940. - name : wiby
  941. engine : json_engine
  942. search_url : https://wiby.me/json/?q={query}
  943. url_query : URL
  944. title_query : Title
  945. content_query : Snippet
  946. categories : general
  947. shortcut : wib
  948. disabled : True
  949. - name : wikibooks
  950. engine : mediawiki
  951. shortcut : wb
  952. categories : general
  953. base_url : "https://{language}.wikibooks.org/"
  954. number_of_results : 5
  955. search_type : text
  956. disabled : True
  957. about:
  958. website: https://www.wikibooks.org/
  959. wikidata_id: Q367
  960. - name : wikinews
  961. engine : mediawiki
  962. shortcut : wn
  963. categories : news
  964. base_url : "https://{language}.wikinews.org/"
  965. number_of_results : 5
  966. search_type : text
  967. disabled : True
  968. about:
  969. website: https://www.wikinews.org/
  970. wikidata_id: Q964
  971. - name : wikiquote
  972. engine : mediawiki
  973. shortcut : wq
  974. categories : general
  975. base_url : "https://{language}.wikiquote.org/"
  976. number_of_results : 5
  977. search_type : text
  978. disabled : True
  979. additional_tests:
  980. rosebud: *test_rosebud
  981. about:
  982. website: https://www.wikiquote.org/
  983. wikidata_id: Q369
  984. - name : wikisource
  985. engine : mediawiki
  986. shortcut : ws
  987. categories : general
  988. base_url : "https://{language}.wikisource.org/"
  989. number_of_results : 5
  990. search_type : text
  991. disabled : True
  992. about:
  993. website: https://www.wikisource.org/
  994. wikidata_id: Q263
  995. - name : wiktionary
  996. engine : mediawiki
  997. shortcut : wt
  998. categories : general
  999. base_url : "https://{language}.wiktionary.org/"
  1000. number_of_results : 5
  1001. search_type : text
  1002. disabled : True
  1003. about:
  1004. website: https://www.wiktionary.org/
  1005. wikidata_id: Q151
  1006. - name : wikiversity
  1007. engine : mediawiki
  1008. shortcut : wv
  1009. categories : general
  1010. base_url : "https://{language}.wikiversity.org/"
  1011. number_of_results : 5
  1012. search_type : text
  1013. disabled : True
  1014. about:
  1015. website: https://www.wikiversity.org/
  1016. wikidata_id: Q370
  1017. - name : wikivoyage
  1018. engine : mediawiki
  1019. shortcut : wy
  1020. categories : general
  1021. base_url : "https://{language}.wikivoyage.org/"
  1022. number_of_results : 5
  1023. search_type : text
  1024. disabled : True
  1025. about:
  1026. website: https://www.wikivoyage.org/
  1027. wikidata_id: Q373
  1028. - name : wolframalpha
  1029. shortcut : wa
  1030. # You can use the engine using the official stable API, but you need an API key
  1031. # See : http://products.wolframalpha.com/api/
  1032. # engine : wolframalpha_api
  1033. # api_key: '' # required!
  1034. engine : wolframalpha_noapi
  1035. timeout: 6.0
  1036. categories : science
  1037. - name : dictzone
  1038. engine : dictzone
  1039. shortcut : dc
  1040. - name : mymemory translated
  1041. engine : translated
  1042. shortcut : tl
  1043. timeout : 5.0
  1044. disabled : True
  1045. # You can use without an API key, but you are limited to 1000 words/day
  1046. # See : http://mymemory.translated.net/doc/usagelimits.php
  1047. # api_key : ''
  1048. - name : 1337x
  1049. engine : 1337x
  1050. shortcut : 1337x
  1051. disabled : True
  1052. - name : duden
  1053. engine : duden
  1054. shortcut : du
  1055. disabled : True
  1056. - name : seznam
  1057. shortcut: szn
  1058. engine: seznam
  1059. disabled : True
  1060. - name : mojeek
  1061. shortcut: mjk
  1062. engine: xpath
  1063. paging : True
  1064. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1065. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1066. url_xpath : ./h2/a/@href
  1067. title_xpath : ./h2
  1068. content_xpath : ./p[@class="s"]
  1069. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1070. first_page_num : 0
  1071. page_size : 10
  1072. disabled : True
  1073. about:
  1074. website: https://www.mojeek.com/
  1075. wikidata_id: Q60747299
  1076. official_api_documentation: https://www.mojeek.com/services/api.html/
  1077. use_official_api: false
  1078. require_api_key: false
  1079. results: HTML
  1080. - name : naver
  1081. shortcut: nvr
  1082. engine: xpath
  1083. paging : True
  1084. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1085. url_xpath : //a[@class="link_tit"]/@href
  1086. title_xpath : //a[@class="link_tit"]
  1087. content_xpath : //a[@class="total_dsc"]/div
  1088. first_page_num : 1
  1089. page_size : 10
  1090. disabled : True
  1091. about:
  1092. website: https://www.naver.com/
  1093. wikidata_id: Q485639
  1094. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1095. use_official_api: false
  1096. require_api_key: false
  1097. results: HTML
  1098. - name : rubygems
  1099. shortcut: rbg
  1100. engine: xpath
  1101. paging : True
  1102. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1103. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1104. url_xpath : ./@href
  1105. title_xpath : ./span/h2
  1106. content_xpath : ./span/p
  1107. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1108. first_page_num : 1
  1109. categories: it
  1110. disabled : True
  1111. about:
  1112. website: https://rubygems.org/
  1113. wikidata_id: Q1853420
  1114. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1115. use_official_api: false
  1116. require_api_key: false
  1117. results: HTML
  1118. - name : peertube
  1119. engine: peertube
  1120. shortcut: ptb
  1121. paging : True
  1122. base_url : https://peer.tube/
  1123. categories: videos
  1124. disabled : True
  1125. - name : mediathekviewweb
  1126. engine : mediathekviewweb
  1127. shortcut : mvw
  1128. # - name : yacy
  1129. # engine : yacy
  1130. # shortcut : ya
  1131. # base_url : 'http://localhost:8090'
  1132. # enable_http: True # required if you aren't using HTTPS for your local yacy instance
  1133. # number_of_results : 5
  1134. # timeout : 3.0
  1135. - name : rumble
  1136. engine : rumble
  1137. shortcut : ru
  1138. base_url : https://rumble.com/
  1139. paging : True
  1140. categories: videos
  1141. disabled : True
  1142. - name: wordnik
  1143. engine: wordnik
  1144. shortcut: def
  1145. base_url: https://www.wordnik.com/
  1146. categories: general
  1147. timeout: 5.0
  1148. disabled: True
  1149. - name: słownik języka polskiego
  1150. engine: sjp
  1151. shortcut: sjp
  1152. base_url: https://sjp.pwn.pl/
  1153. categories: general
  1154. timeout: 5.0
  1155. disabled: True
  1156. # Doku engine lets you access to any Doku wiki instance:
  1157. # A public one or a privete/corporate one.
  1158. # - name : ubuntuwiki
  1159. # engine : doku
  1160. # shortcut : uw
  1161. # base_url : 'http://doc.ubuntu-fr.org'
  1162. # Be careful when enabling this engine if you are
  1163. # running a public instance. Do not expose any sensitive
  1164. # information. You can restrict access by configuring a list
  1165. # of access tokens under tokens.
  1166. # - name: git grep
  1167. # engine: command
  1168. # command: ['git', 'grep', '{{QUERY}}']
  1169. # shortcut: gg
  1170. # tokens: []
  1171. # disabled: True
  1172. # delimiter:
  1173. # chars: ':'
  1174. # keys: ['filepath', 'code']
  1175. # Be careful when enabling this engine if you are
  1176. # running a public instance. Do not expose any sensitive
  1177. # information. You can restrict access by configuring a list
  1178. # of access tokens under tokens.
  1179. # - name: locate
  1180. # engine: command
  1181. # command: ['locate', '{{QUERY}}']
  1182. # shortcut: loc
  1183. # tokens: []
  1184. # disabled: True
  1185. # delimiter:
  1186. # chars: ' '
  1187. # keys: ['line']
  1188. # Be careful when enabling this engine if you are
  1189. # running a public instance. Do not expose any sensitive
  1190. # information. You can restrict access by configuring a list
  1191. # of access tokens under tokens.
  1192. # - name: find
  1193. # engine: command
  1194. # command: ['find', '.', '-name', '{{QUERY}}']
  1195. # query_type: path
  1196. # shortcut: fnd
  1197. # tokens: []
  1198. # disabled: True
  1199. # delimiter:
  1200. # chars: ' '
  1201. # keys: ['line']
  1202. # Be careful when enabling this engine if you are
  1203. # running a public instance. Do not expose any sensitive
  1204. # information. You can restrict access by configuring a list
  1205. # of access tokens under tokens.
  1206. # - name: pattern search in files
  1207. # engine: command
  1208. # command: ['fgrep', '{{QUERY}}']
  1209. # shortcut: fgr
  1210. # tokens: []
  1211. # disabled: True
  1212. # delimiter:
  1213. # chars: ' '
  1214. # keys: ['line']
  1215. # Be careful when enabling this engine if you are
  1216. # running a public instance. Do not expose any sensitive
  1217. # information. You can restrict access by configuring a list
  1218. # of access tokens under tokens.
  1219. # - name: regex search in files
  1220. # engine: command
  1221. # command: ['grep', '{{QUERY}}']
  1222. # shortcut: gr
  1223. # tokens: []
  1224. # disabled: True
  1225. # delimiter:
  1226. # chars: ' '
  1227. # keys: ['line']
  1228. locales:
  1229. en : English
  1230. ar : العَرَبِيَّة (Arabic)
  1231. bg : Български (Bulgarian)
  1232. bo : བོད་སྐད་ (Tibetian)
  1233. ca : Català (Catalan)
  1234. cs : Čeština (Czech)
  1235. cy : Cymraeg (Welsh)
  1236. da : Dansk (Danish)
  1237. de : Deutsch (German)
  1238. el_GR : Ελληνικά (Greek_Greece)
  1239. eo : Esperanto (Esperanto)
  1240. es : Español (Spanish)
  1241. et : Eesti (Estonian)
  1242. eu : Euskara (Basque)
  1243. fa_IR : (fārsī) فارسى (Persian)
  1244. fi : Suomi (Finnish)
  1245. fil : Wikang Filipino (Filipino)
  1246. fr : Français (French)
  1247. gl : Galego (Galician)
  1248. he : עברית (Hebrew)
  1249. hr : Hrvatski (Croatian)
  1250. hu : Magyar (Hungarian)
  1251. ia : Interlingua (Interlingua)
  1252. it : Italiano (Italian)
  1253. ja : 日本語 (Japanese)
  1254. lt : Lietuvių (Lithuanian)
  1255. nl : Nederlands (Dutch)
  1256. nl_BE : Vlaams (Dutch_Belgium)
  1257. oc : Lenga D'òc (Occitan)
  1258. pl : Polski (Polish)
  1259. pt : Português (Portuguese)
  1260. pt_BR : Português (Portuguese_Brazil)
  1261. ro : Română (Romanian)
  1262. ru : Русский (Russian)
  1263. sk : Slovenčina (Slovak)
  1264. sl : Slovenski (Slovene)
  1265. sr : српски (Serbian)
  1266. sv : Svenska (Swedish)
  1267. te : తెలుగు (telugu)
  1268. ta : தமிழ் (Tamil)
  1269. tr : Türkçe (Turkish)
  1270. uk : українська мова (Ukrainian)
  1271. vi : tiếng việt (Vietnamese)
  1272. zh : 中文 (Chinese)
  1273. zh_TW : 國語 (Taiwanese Mandarin)
  1274. doi_resolvers :
  1275. oadoi.org : 'https://oadoi.org/'
  1276. doi.org : 'https://doi.org/'
  1277. doai.io : 'https://dissem.in/'
  1278. sci-hub.se : 'https://sci-hub.se/'
  1279. sci-hub.do : 'https://sci-hub.do/'
  1280. scihubtw.tw : 'https://scihubtw.tw/'
  1281. sci-hub.st : 'https://sci-hub.st/'
  1282. sci-hub.bar : 'https://sci-hub.bar/'
  1283. sci-hub.it.nf : 'https://sci-hub.it.nf/'
  1284. default_doi_resolver : 'oadoi.org'