diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-11-29 20:05:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-29 20:05:54 +0100 |
| commit | 989f9e97f0225f72edca82d3ff02a0acc890bfa5 (patch) | |
| tree | 8a6cd62c6998d834a48c8a42a116ba4b008c8ab6 /README.rst | |
| parent | 3700094f3a8f12bee4130035977e0cde4f859f9a (diff) | |
| parent | e2e585319e8f0685d749580619b94bcc5085eaf5 (diff) | |
Merge pull request #561 from return42/fix-README
[brand] README: add SearXNG logo
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 44 |
1 files changed, 29 insertions, 15 deletions
diff --git a/README.rst b/README.rst index be45c9c41..025569dfb 100644 --- a/README.rst +++ b/README.rst @@ -1,24 +1,46 @@ .. SPDX-License-Identifier: AGPL-3.0-or-later -|searx install| -|searx homepage| -|searx wiki| +.. figure:: https://raw.githubusercontent.com/searxng/searxng/master/src/brand/searxng.svg + :target: https://searxng.github.io/searxng/ + :alt: SearXNG + :width: 100% + :align: center + + +|SearXNG install| +|SearXNG homepage| +|SearXNG wiki| |AGPL License| |Issues| |commits| |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://searxng.github.io/searxng/user +.. _admin: https://searxng.github.io/searxng/admin +.. _developer: https://searxng.github.io/searxng/dev +.. _homepage: https://searxng.github.io/searxng .. _metasearch engine: https://en.wikipedia.org/wiki/Metasearch_engine -.. |searx install| image:: https://img.shields.io/badge/-install-blue +.. |SearXNG logo| image:: https://raw.githubusercontent.com/searxng/searxng/master/src/brand/searxng-wordmark.svg + :target: https://searxng.github.io/searxng + :width: 5% + +.. |SearXNG install| image:: https://img.shields.io/badge/-install-blue :target: https://searxng.github.io/searxng/admin/installation.html -.. |searx homepage| image:: https://img.shields.io/badge/-homepage-blue +.. |SearXNG homepage| image:: https://img.shields.io/badge/-homepage-blue :target: https://searxng.github.io/searxng -.. |searx wiki| image:: https://img.shields.io/badge/-wiki-blue +.. |SearXNG wiki| image:: https://img.shields.io/badge/-wiki-blue :target: https://github.com/searxng/searxng/wiki .. |AGPL License| image:: https://img.shields.io/badge/license-AGPL-blue.svg @@ -36,10 +58,7 @@ Privacy-respecting, hackable `metasearch engine`_ .. |weblate| image:: https://weblate.bubu1.eu/widgets/searxng/-/searxng/svg-badge.svg :target: https://weblate.bubu1.eu/projects/searxng/ -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 is a fork of `searx`_: @@ -47,8 +66,3 @@ SearXNG is a fork of `searx`_: * `exhaustive changelog <https://github.com/searxng/searxng/wiki/Changes-from-version-1.0.0>`_ .. _searx: https://github.com/searx/searx -.. _searx.space: https://searx.space -.. _user: https://searxng.github.io/searxng/user -.. _admin: https://searxng.github.io/searxng/admin -.. _developer: https://searxng.github.io/searxng/dev -.. _homepage: https://searxng.github.io/searxng |