diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-01-17 09:48:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-17 09:48:56 +0100 |
| commit | 10f8763ac30e71df3d6c1fc6010de8b9acacbbd0 (patch) | |
| tree | 1ecb40f47af522954d52f7bc361ecd008b6ce912 /README.rst | |
| parent | 0c036ae2941bb203769d28fe2e26cc7f0488c910 (diff) | |
| parent | 27e3e5680001f86cbfb82c1813376e702814ab95 (diff) | |
Merge pull request #760 from searxng/update-readme
[mod] update README.rst / differences to searx
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 89 |
1 files changed, 72 insertions, 17 deletions
diff --git a/README.rst b/README.rst index becf7b989..38a50a62f 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,21 @@ .. SPDX-License-Identifier: AGPL-3.0-or-later +---- + .. figure:: https://raw.githubusercontent.com/searxng/searxng/master/src/brand/searxng.svg :target: https://docs.searxng.org/ :alt: SearXNG :width: 100% :align: center - + +---- + +Privacy-respecting, hackable `metasearch engine`_ + +If you are looking for running instances, ready to use, then visit searx.space_. +Otherwise jump to the user_, admin_ and developer_ handbooks you will find on +our homepage_. + |SearXNG install| |SearXNG homepage| |SearXNG wiki| @@ -15,12 +25,7 @@ |weblate| |SearXNG logo| -Privacy-respecting, hackable `metasearch engine`_ - -If you are looking for running instances, ready to use, then visit searx.space_. - -Otherwise jump to the user_, admin_ and developer_ handbooks you will find on -our homepage_. +---- .. _searx.space: https://searx.space .. _user: https://docs.searxng.org/user @@ -58,26 +63,76 @@ our homepage_. :target: https://weblate.bubu1.eu/projects/searxng/ -SearXNG is a fork of `searx`_: +Contact +======= + +Come join us if you have questions or just want to chat about SearXNG. -* `the differences with searx <https://github.com/searxng/searxng/issues/46>`_ -* `exhaustive changelog <https://github.com/searxng/searxng/wiki/Changes-from-version-1.0.0>`_ +Matrix + `#searxng:matrix.org <https://matrix.to/#/#searxng:matrix.org>`_ + +IRC + `#searxng on libera.chat <https://web.libera.chat/?channel=#searxng>`_ + which is bridged to Matrix. + + +Differences to searx +==================== + +SearXNG is a fork of `searx`_. Here are some of the changes: .. _searx: https://github.com/searx/searx -Contact -""""""" +User experience +--------------- + +- Huge update of the simple theme: + + * usable on desktop, tablet and mobile + * light and dark versions (you can choose in the preferences) + * support right-to-left languages + +- the translations are up to date, you can contribute on `Weblate`_ +- the preferences page has been updated: + + * you can see which engines are reliable or not + * engines are grouped inside each tab + * each engine has a description + +- it is easier to report a bug of an engine +- but you can also disable the recording of the metrics on the server + + +Setup +----- + +- the Docker image is now also built for ARM64 and ARM/v7 architectures +- you don't need `Morty`_ to proxy the images even on a public instance +- on the way to embed `Filtron`_ into SearXNG +- up to date installation scripts + + +Contributing is easier +---------------------- + +- readable debug log +- contributions to the themes are made easier, check out our `Development + Quickstart`_ guide +- a lot of code cleanup and bug fixes +- the dependencies are up to date -Matrix: `#searxng:matrix.org <https://matrix.to/#/#searxng:matrix.org>`_ +.. _Morty: https://github.com/asciimoo/morty +.. _Filtron: https://github.com/searxng/filtron +.. _Weblate: https://weblate.bubu1.eu/projects/searxng/searxng/ +.. _Development Quickstart: https://docs.searxng.org/dev/quickstart.html -IRC: `#searxng on libera.chat <https://web.libera.chat/?channel=#searxng>`_ which is bridged to Matrix. - Translations -"""""""""""" +============ -We need translators, suggestions are welcome at https://weblate.bubu1.eu/projects/searxng/searxng/ +We need translators, suggestions are welcome at +https://weblate.bubu1.eu/projects/searxng/searxng/ .. figure:: https://weblate.bubu1.eu/widgets/searxng/-/multi-auto.svg :target: https://weblate.bubu1.eu/projects/searxng/ |