summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-09-08 10:51:37 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-09-11 10:23:06 +0200
commit432febd810fb45181a9b575eb71a33fcda9c7703 (patch)
treef510186cc036a50a3a2ac6156e0ccbb7b1ee5c1d /README.rst
parente8da9b36a16b03b937fcd0a737c3ddd924a15487 (diff)
[README] revision
The searx project has been archived, differentiation of the project in the README is no longer necessary. The README has been reduced to the important entry points for users, maintainers and developers. Related: https://github.com/searx/searx/commit/276ffd3f01cdd823f75676c51231fad4040059d3 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst74
1 files changed, 20 insertions, 54 deletions
diff --git a/README.rst b/README.rst
index 96f3794b..cf590e53 100644
--- a/README.rst
+++ b/README.rst
@@ -75,74 +75,40 @@ IRC
Matrix
`#searxng:matrix.org <https://matrix.to/#/#searxng:matrix.org>`_
-Differences to searx
-====================
-
-SearXNG is a fork of `searx`_, with notable changes:
-
-.. _searx: https://github.com/searx/searx
-
-
-User experience
----------------
-
-- Reworked (and still simple) theme:
-
- * Usable on desktop, tablet and mobile.
- * Light and dark versions (available in the preferences).
- * Right-to-left language support.
- * `Screenshots <https://dev.searxng.org/screenshots.html>`_
-
-- The translations are up to date, you can contribute on `Weblate`_
-- The preferences page has been updated:
-
- * Browse which engines are reliable or not.
- * Engines are grouped inside each tab.
- * Each engine has a description.
-
-- Thanks to the anonymous metrics, it is easier to report malfunctioning engines,
- so they get fixed quicker
-
- - `Turn off metrics on the server
- <https://docs.searxng.org/admin/engines/settings.html#general>`_ if you don't want them recorded.
-
-- Administrators can `block and/or replace the URLs in the search results
- <https://github.com/searxng/searxng/blob/5c1c0817c3996c5670a545d05831d234d21e6217/searx/settings.yml#L191-L199>`_
-
Setup
------
+=====
-- No need for `Morty`_ to proxy images, even on a public instance.
-- No need for `Filtron`_ to block bots, as there is now a built-in `limiter`_.
-- A well maintained `Docker image`_, now also built for ARM64 and ARM/v7 architectures.
- (Alternatively there are up to date installation scripts.)
+- A well maintained `Docker image`_, also built for ARM64 and ARM/v7
+ architectures.
+- Alternatively there are *up to date* `installation scripts`_.
+- For individual setup consult our detailed `Step by step`_ instructions.
+- To fine-tune your instance, take a look at the `Administrator documentation`_.
+.. _Administrator documentation: https://docs.searxng.org/admin/index.html
+.. _Step by step: https://docs.searxng.org/admin/installation-searxng.html
+.. _installation scripts: https://docs.searxng.org/admin/installation-scripts.html
.. _Docker image: https://github.com/searxng/searxng-docker
+Translations
+============
-Contributing
-------------
+.. _Weblate: https://translate.codeberg.org/projects/searxng/searxng/
-- Readable debug log.
-- Contributing is easier, thanks to the `Development Quickstart`_ guide.
-- A lot of code cleanup and bugfixes.
-- Up to date list dependencies.
+Help translate SearXNG at `Weblate`_
-.. _Morty: https://github.com/asciimoo/morty
-.. _Filtron: https://github.com/searxng/filtron
-.. _limiter: https://docs.searxng.org/src/searx.plugins.limiter.html
-.. _Weblate: https://translate.codeberg.org/projects/searxng/searxng/
-.. _Development Quickstart: https://docs.searxng.org/dev/quickstart.html
+.. figure:: https://translate.codeberg.org/widgets/searxng/-/multi-auto.svg
+ :target: https://translate.codeberg.org/projects/searxng/
-Translations
+Contributing
============
-Help translate SearXNG at `Weblate`_
+.. _development quickstart: https://docs.searxng.org/dev/quickstart.html
+.. _developer documentation: https://docs.searxng.org/dev/index.html
-.. figure:: https://translate.codeberg.org/widgets/searxng/-/multi-auto.svg
- :target: https://translate.codeberg.org/projects/searxng/
+Are you a developer? Have a look at our `development quickstart`_ guide, it's
+very easy to contribute. Additionally we have a `developer documentation`_.
Codespaces