2019-12-30 18:31:17 +01:00
<!DOCTYPE html>
2020-06-19 11:15:15 +02:00
< html >
2019-12-30 18:31:17 +01:00
< head >
< meta charset = "utf-8" / >
2020-09-30 10:35:05 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2019-12-30 18:31:17 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2020-12-14 19:16:25 +01:00
< title > Plugins builtin — Searx Documentation (Searx-0.18.0.tex)< / title >
2019-12-30 18:31:17 +01:00
< link rel = "stylesheet" href = "../_static/pygments.css" type = "text/css" / >
2021-01-05 16:45:49 +01:00
< link rel = "stylesheet" href = "../_static/searx.css" type = "text/css" / >
2021-02-17 20:54:37 +01:00
< link rel = "stylesheet" type = "text/css" href = "../_static/tabs.css" / >
2020-02-15 10:08:58 +01:00
< script id = "documentation_options" data-url_root = "../" src = "../_static/documentation_options.js" > < / script >
< script src = "../_static/jquery.js" > < / script >
< script src = "../_static/underscore.js" > < / script >
< script src = "../_static/doctools.js" > < / script >
2019-12-30 18:31:17 +01:00
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
< link rel = "next" title = "Buildhosts" href = "buildhosts.html" / >
2020-11-30 08:38:13 +01:00
< link rel = "prev" title = "Recoll" href = "engines/recoll.html" / >
2019-12-30 18:31:17 +01:00
< script > DOCUMENTATION _OPTIONS . URL _ROOT = '../' ; < / script >
< / head > < body >
< div class = "related" role = "navigation" aria-label = "related navigation" >
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
2020-11-04 14:12:59 +01:00
< li class = "right" >
< a href = "../py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
2019-12-30 18:31:17 +01:00
< li class = "right" >
< a href = "buildhosts.html" title = "Buildhosts"
accesskey="N">next< / a > |< / li >
< li class = "right" >
2020-11-30 08:38:13 +01:00
< a href = "engines/recoll.html" title = "Recoll"
2019-12-30 18:31:17 +01:00
accesskey="P">previous< / a > |< / li >
2020-12-14 19:16:25 +01:00
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Searx Documentation (Searx-0.18.0.tex)< / a > » < / li >
2020-09-30 10:35:05 +02:00
< li class = "nav-item nav-item-1" > < a href = "index.html" accesskey = "U" > Administrator documentation< / a > » < / li >
< li class = "nav-item nav-item-this" > < a href = "" > Plugins builtin< / a > < / li >
2019-12-30 18:31:17 +01:00
< / ul >
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< div class = "section" id = "plugins-builtin" >
< span id = "plugins-generic" > < / span > < h1 > Plugins builtin< a class = "headerlink" href = "#plugins-builtin" title = "Permalink to this headline" > ¶< / a > < / h1 >
< div class = "sidebar" >
< p class = "sidebar-title" > Further reading ..< / p >
< ul class = "simple" >
< li > < p > < a class = "reference internal" href = "../dev/plugins.html#dev-plugin" > < span class = "std std-ref" > Plugins< / span > < / a > < / p > < / li >
< / ul >
< / div >
< p > Configuration defaults (at built time):< / p >
< dl class = "field-list simple" >
< dt class = "field-odd" > DO< / dt >
< dd class = "field-odd" > < p > Default on< / p >
< / dd >
< / dl >
< span id = "configured-plugins" > < / span > < table class = "docutils align-default" id = "id1" >
2020-02-15 10:08:58 +01:00
< caption > < span class = "caption-number" > Table 2 < / span > < span class = "caption-text" > Plugins configured at built time (defaults)< / span > < a class = "headerlink" href = "#id1" title = "Permalink to this table" > ¶< / a > < / caption >
2019-12-30 18:31:17 +01:00
< colgroup >
< col style = "width: 23%" / >
< col style = "width: 8%" / >
< col style = "width: 69%" / >
< / colgroup >
< thead >
< tr class = "row-odd" > < th class = "head stub" > < p > Name< / p > < / th >
< th class = "head" > < p > DO< / p > < / th >
< th class = "head" > < p > Description< / p >
< p > JS & CSS dependencies< / p >
< / th >
< / tr >
< / thead >
< tbody >
< tr class = "row-even" > < th class = "stub" > < p > Open Access DOI rewrite< / p > < / th >
< td > < / td >
< td > < p > Avoid paywalls by redirecting to open-access versions of publications when available< / p > < / td >
< / tr >
2020-10-27 11:12:34 +01:00
< tr class = "row-odd" > < th class = "stub" > < p > Hash plugin< / p > < / th >
< td > < p > y< / p > < / td >
< td > < p > Converts strings to different hash digests.< / p > < / td >
< / tr >
< tr class = "row-even" > < th class = "stub" > < p > HTTPS rewrite< / p > < / th >
2019-12-30 18:31:17 +01:00
< td > < p > y< / p > < / td >
< td > < p > Rewrite HTTP links to HTTPS if possible< / p > < / td >
< / tr >
2020-10-27 11:12:34 +01:00
< tr class = "row-odd" > < th class = "stub" > < p > Infinite scroll< / p > < / th >
2019-12-30 18:31:17 +01:00
< td > < / td >
< td > < p > Automatically load next page when scrolling to bottom of current page< / p >
< div class = "line-block" >
< div class = "line" > < code class = "docutils literal notranslate" > < span class = "pre" > plugins/js/infinite_scroll.js< / span > < / code > < / div >
< div class = "line" > < code class = "docutils literal notranslate" > < span class = "pre" > plugins/css/infinite_scroll.css< / span > < / code > < / div >
< / div >
< / td >
< / tr >
2020-10-27 11:12:34 +01:00
< tr class = "row-even" > < th class = "stub" > < p > Self Informations< / p > < / th >
2019-12-30 18:31:17 +01:00
< td > < p > y< / p > < / td >
< td > < p > Displays your IP if the query is “ip” and your user agent if the query contains “user agent”.< / p > < / td >
< / tr >
2020-10-27 11:12:34 +01:00
< tr class = "row-odd" > < th class = "stub" > < p > Search on category select< / p > < / th >
2019-12-30 18:31:17 +01:00
< td > < p > y< / p > < / td >
< td > < p > Perform search immediately if a category selected. Disable to select multiple categories. (JavaScript required)< / p >
< div class = "line-block" >
< div class = "line" > < code class = "docutils literal notranslate" > < span class = "pre" > plugins/js/search_on_category_select.js< / span > < / code > < / div >
< / div >
< / td >
< / tr >
2020-10-27 11:12:34 +01:00
< tr class = "row-even" > < th class = "stub" > < p > Tracker URL remover< / p > < / th >
2019-12-30 18:31:17 +01:00
< td > < p > y< / p > < / td >
< td > < p > Remove trackers arguments from the returned URL< / p > < / td >
< / tr >
2020-10-27 11:12:34 +01:00
< tr class = "row-odd" > < th class = "stub" > < p > Vim-like hotkeys< / p > < / th >
2019-12-30 18:31:17 +01:00
< td > < / td >
< td > < p > Navigate search results with Vim-like hotkeys (JavaScript required). Press “h” key on main or result page to get help.< / p >
< div class = "line-block" >
< div class = "line" > < code class = "docutils literal notranslate" > < span class = "pre" > plugins/js/vim_hotkeys.js< / span > < / code > < / div >
< div class = "line" > < code class = "docutils literal notranslate" > < span class = "pre" > plugins/css/vim_hotkeys.css< / span > < / code > < / div >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
2020-09-30 10:35:05 +02:00
< div class = "clearer" > < / div >
2019-12-30 18:31:17 +01:00
< / div >
< / div >
< / div >
< span id = "sidebar-top" > < / span >
< div class = "sphinxsidebar" role = "navigation" aria-label = "main navigation" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "../index.html" >
< img class = "logo" src = "../_static/searx_logo_small.png" alt = "Logo" / >
< / a > < / p >
< h3 > Project Links< / h3 >
< ul >
2020-09-30 10:35:05 +02:00
< li > < a href = "https://github.com/searx/searx" > Source< / a >
2019-12-30 18:31:17 +01:00
2020-09-30 10:35:05 +02:00
< li > < a href = "https://github.com/searx/searx/wiki" > Wiki< / a >
2019-12-30 18:31:17 +01:00
2021-01-12 10:55:12 +01:00
< li > < a href = "https://searx.space" > Public instances< / a >
2019-12-30 18:31:17 +01:00
< li > < a href = "https://twitter.com/Searx_engine" > Twitter< / a >
2021-01-12 10:55:12 +01:00
< li > < a href = "https://github.com/searx/searx/issues" > Issue Tracker< / a >
2019-12-30 18:31:17 +01:00
< / ul > < h3 > Navigation< / h3 >
< ul >
< li > < a href = "../index.html" > Overview< / a >
< ul >
< li > < a href = "index.html" > Administrator documentation< / a >
< ul >
2020-11-30 08:38:13 +01:00
< li > Previous: < a href = "engines/recoll.html" title = "previous chapter" > Recoll< / a >
2019-12-30 18:31:17 +01:00
< li > Next: < a href = "buildhosts.html" title = "next chapter" > Buildhosts< / a > < / ul >
< / li >
< / ul >
< / li >
< / ul >
< div id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "../search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / div >
2020-02-15 10:08:58 +01:00
< script > $ ( '#searchbox' ) . show ( 0 ) ; < / script >
2019-12-30 18:31:17 +01:00
< / div >
< / div >
< div class = "clearer" > < / div >
< / div >
< div class = "footer" role = "contentinfo" >
2020-02-20 19:32:55 +01:00
© Copyright 2015-2020, Adam Tauber, Noémi Ványi.
2021-03-12 20:22:18 +01:00
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 3.5.2.
2019-12-30 18:31:17 +01:00
< / div >
2020-02-15 10:08:58 +01:00
< script src = "../_static/version_warning_offset.js" > < / script >
2019-12-30 18:31:17 +01:00
< / body >
< / html >