mirror of https://github.com/searxng/searxng.git
[docs] move blog article "Command line engines" to admin/engines/
The article "Command line engines" should be in admin's engine documentation (like the recoll engine). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
523bddf987
commit
a561083537
|
@ -13,7 +13,8 @@ Special Engine Settings
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
engines/recoll.rst
|
engines/recoll
|
||||||
|
engines/command-line-engines
|
||||||
|
|
||||||
|
|
||||||
.. _engines generic:
|
.. _engines generic:
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
========================================
|
.. _engine command:
|
||||||
Running shell commands to fetch results
|
|
||||||
========================================
|
==============================
|
||||||
|
Fetch results from commandline
|
||||||
|
==============================
|
||||||
|
|
||||||
Previously, with searx you could search over the Internet on other people's
|
Previously, with searx you could search over the Internet on other people's
|
||||||
computers. Now it is possible to fetch results from your local machine without
|
computers. Now it is possible to fetch results from your local machine without
|
||||||
connecting to any networks from the same graphical user interface.
|
connecting to any networks from the same graphical user interface.
|
||||||
|
|
||||||
|
.. _command line engines:
|
||||||
|
|
||||||
Command line engines
|
Command line engines
|
||||||
====================
|
====================
|
||||||
|
@ -59,7 +62,3 @@ This development was sponsored by `Search and Discovery Fund`_ of `NLnet Foundat
|
||||||
|
|
||||||
.. _Search and Discovery Fund: https://nlnet.nl/discovery
|
.. _Search and Discovery Fund: https://nlnet.nl/discovery
|
||||||
.. _NLnet Foundation: https://nlnet.nl/
|
.. _NLnet Foundation: https://nlnet.nl/
|
||||||
|
|
||||||
|
|
||||||
| Happy hacking.
|
|
||||||
| kvch // 2020.09.28 21:26
|
|
|
@ -10,6 +10,5 @@ Blog
|
||||||
python3
|
python3
|
||||||
intro-offline
|
intro-offline
|
||||||
private-engines
|
private-engines
|
||||||
command-line-engines
|
|
||||||
search-indexer-engines
|
search-indexer-engines
|
||||||
sql-engines
|
sql-engines
|
||||||
|
|
Loading…
Reference in New Issue