forked from Icycoide/searxng
[enh] add external plugin support
This commit is contained in:
parent
1185c06a87
commit
1f2dc6c647
5 changed files with 78 additions and 3 deletions
|
@ -30,6 +30,13 @@ Example plugin
|
|||
ctx['search'].suggestions.add('example')
|
||||
return True
|
||||
|
||||
External plugins
|
||||
================
|
||||
|
||||
External plugins are standard python modules implementing all the requirements of the standard plugins.
|
||||
Plugins can be enabled by adding them to :ref:`settings.yml`'s ``plugins`` section.
|
||||
Example external plugin can be found `here <https://github.com/asciimoo/searx_external_plugin_example>`_.
|
||||
|
||||
Register your plugin
|
||||
====================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue