summaryrefslogtreecommitdiff
path: root/docs/dev/contribution_guide.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-09-12 08:36:56 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-09-13 14:36:24 +0200
commitecb7e73e039cf805c31764d148daae15e91389a5 (patch)
treeba5ad02b2c1a41701acf507c34bec1816bb65e0d /docs/dev/contribution_guide.rst
parentde5a8ee7d7186efdc1d54e602c5f807d87ebcfc2 (diff)
[brand] docs - normalize project name to SearXNG
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/dev/contribution_guide.rst')
-rw-r--r--docs/dev/contribution_guide.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/dev/contribution_guide.rst b/docs/dev/contribution_guide.rst
index a8e5095be..0a2f07e40 100644
--- a/docs/dev/contribution_guide.rst
+++ b/docs/dev/contribution_guide.rst
@@ -12,21 +12,21 @@ How to contribute
Prime directives: Privacy, Hackability
======================================
-Searx has two prime directives, **privacy-by-design and hackability** . The
+SearXNG has two prime directives, **privacy-by-design and hackability** . The
hackability comes in three levels:
- support of search engines
- plugins to alter search behaviour
-- hacking searx itself
+- hacking SearXNG itself
-Note the lack of "world domination" among the directives. Searx has no
+Note the lack of "world domination" among the directives. SearXNG has no
intention of wide mass-adoption, rounded corners, etc. The prime directive
"privacy" deserves a separate chapter, as it's quite uncommon unfortunately.
Privacy-by-design
-----------------
-Searx was born out of the need for a **privacy-respecting** search tool which
+SearXNG was born out of the need for a **privacy-respecting** search tool which
can be extended easily to maximize both, its search and its privacy protecting
capabilities.
@@ -46,7 +46,7 @@ Submitting a bugreport to the vendor of the tool that misbehaves might be a good
feedback to reconsider the disrespect to its customers (e.g. ``GET`` vs ``POST``
requests in various browsers).
-Remember the other prime directive of searx is to be hackable, so if the above
+Remember the other prime directive of SearXNG is to be hackable, so if the above
privacy concerns do not fancy you, simply fork it.
*Happy hacking.*
@@ -99,7 +99,7 @@ In order to submit a patch, please follow the steps below:
- Create a pull request.
-For more help on getting started with searx development, see :ref:`devquickstart`.
+For more help on getting started with SearXNG development, see :ref:`devquickstart`.
Translation