summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorasciimoo <asciimoo@gmail.com>2014-01-31 16:10:05 +0100
committerasciimoo <asciimoo@gmail.com>2014-01-31 16:10:05 +0100
commit017c85c447f5ffb976ceae58bf66964022c6fe0a (patch)
tree8f9bcbf978fb75316ab96560e87a9a37d72077dc /README.rst
parent48dc019b94cd171cb69cd8d4cd4ac89d18900ec4 (diff)
downloadsearxng-017c85c447f5ffb976ceae58bf66964022c6fe0a.tar.gz
searxng-017c85c447f5ffb976ceae58bf66964022c6fe0a.zip
[doc] readme updates
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 1ac08f3b4..2c398d279 100644
--- a/README.rst
+++ b/README.rst
@@ -13,15 +13,14 @@ Features
~~~~~~~~
- Tracking free
-- Modular (see
- `examples <https://github.com/asciimoo/searx/blob/master/examples>`__)
-- Parallel queries
- Supports multiple output formats
- json ``curl https://searx.0x2a.tk/?format=json&q=[query]``
- csv ``curl https://searx.0x2a.tk/?format=csv&q=[query]``
- opensearch/rss ``curl https://searx.0x2a.tk/?format=rss&q=[query]``
- Opensearch support (you can set as default search engine)
- Configurable search engines/categories
+- Duckduckgo like !bang functionality with engine shortcuts
+- Parallel queries - relatively fast
Installation
~~~~~~~~~~~~
@@ -132,7 +131,6 @@ TODO
- Moar engines
- Better ui
- Browser integration
-- Language support
- Documentation
- Fix ``flake8`` errors, ``make flake8`` will be merged into
``make tests`` when it does not fail anymore