From b47ee0a4e338f86761cb871496852b71594fceb0 Mon Sep 17 00:00:00 2001
From: benpiano800 <51756721+benpiano800@users.noreply.github.com>
Date: Thu, 12 Jun 2025 10:24:43 -0500
Subject: [PATCH] [chore] docs: various grammatical fixes
---
searx/infopage/en/about.md | 14 +++---
searx/infopage/en/search-syntax.md | 50 +++++++++----------
searx/plugins/hostnames.py | 2 +-
.../simple/preferences/center_alignment.html | 2 +-
.../templates/simple/preferences/cookies.html | 2 +-
.../templates/simple/preferences/footer.html | 4 +-
.../simple/preferences/image_proxy.html | 2 +-
.../simple/preferences/infinite_scroll.html | 2 +-
.../search_on_category_select.html | 4 +-
searx/templates/simple/preferences/theme.html | 2 +-
10 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/searx/infopage/en/about.md b/searx/infopage/en/about.md
index b868813a3..486b26175 100644
--- a/searx/infopage/en/about.md
+++ b/searx/infopage/en/about.md
@@ -4,10 +4,10 @@ SearXNG is a [metasearch engine], aggregating the results of other
{{link('search engines', 'preferences')}} while not storing information about
its users.
-The SearXNG project is driven by an open community, come join us on Matrix if
+The SearXNG project is driven by an open community. Come join us on Matrix if
you have questions or just want to chat about SearXNG at [#searxng:matrix.org]
-Make SearXNG better.
+Make SearXNG better:
- You can improve SearXNG translations at [Weblate], or...
- Track development, send contributions, and report issues at [SearXNG sources].
@@ -19,8 +19,8 @@ Make SearXNG better.
- SearXNG may not offer you as personalized results as Google, but it doesn't
generate a profile about you.
- SearXNG doesn't care about what you search for, never shares anything with a
- third-party, and it can't be used to compromise you.
-- SearXNG is free software, the code is 100% open, and everyone is welcome to
+ third-party, and can't be used to compromise you.
+- SearXNG is free software; the code is 100% open, and everyone is welcome to
make it better.
If you do care about privacy, want to be a conscious user, or otherwise believe
@@ -41,12 +41,12 @@ search engine, see your browser's documentation:
When adding a search engine, there must be no duplicates with the same name. If
you encounter a problem where you cannot add the search engine, you can either:
-- remove the duplicate (default name: SearXNG) or
-- contact the owner to give the instance a different name than the default.
+- Remove the duplicate (default name: SearXNG) or
+- Contact the owner to give the instance a different name from the default.
## How does it work?
-SearXNG is a fork from the well-known [searx] [metasearch engine] which was
+SearXNG is a fork of the well-known [searx] [metasearch engine] which was
inspired by the [Seeks project]. It provides basic privacy by mixing your
queries with searches on other platforms without storing search data. SearXNG
can be added to your browser's search bar; moreover, it can be set as the
diff --git a/searx/infopage/en/search-syntax.md b/searx/infopage/en/search-syntax.md
index ea6663337..e162d16c7 100644
--- a/searx/infopage/en/search-syntax.md
+++ b/searx/infopage/en/search-syntax.md
@@ -1,64 +1,64 @@
# Search syntax
-SearXNG comes with a search syntax by with you can modify the categories,
-engines, languages and more. See the {{link('preferences', 'preferences')}} for
-the list of engines, categories and languages.
+SearXNG comes with a search syntax by which you can modify the categories,
+engines, languages, and more. See the {{link('preferences', 'preferences')}} for
+the list of engines, categories, and languages.
-## `!` select engine and category
+## `!` Select engine and category
-To set category and/or engine names use a `!` prefix. To give a few examples:
+To set category and/or engine names, use a `!` prefix. To give a few examples:
-- search in Wikipedia for **paris**
+- Search Wikipedia for **paris**:
- {{search('!wp paris')}}
- {{search('!wikipedia paris')}}
-- search in category **map** for **paris**
+- Search in category **map** for **paris**:
- {{search('!map paris')}}
-- image search
+- Image search
- {{search('!images Wau Holland')}}
Abbreviations of the engines and languages are also accepted. Engine/category
-modifiers are chain able and inclusive. E.g. with {{search('!map !ddg !wp
-paris')}} search in map category and DuckDuckGo and Wikipedia for **paris**.
+modifiers are chainable and inclusive. For example, {{search('!map !ddg !wp
+paris')}} searches in the map category and searches DuckDuckGo and Wikipedia for **paris**.
-## `:` select language
+## `:` Select language
-To select language filter use a `:` prefix. To give an example:
+To select a language filter use a `:` prefix. To give an example:
-- search Wikipedia by a custom language
+- Search Wikipedia with a custom language:
- {{search(':fr !wp Wau Holland')}}
-## `!!
{{- _('This is the list of cookies and their values SearXNG is storing on your computer.') }}
-
{{- _('With that list, you can assess SearXNG transparency.') -}}
+
{{- _('With this list, you can assess the transparency of SearXNG.') -}}
{{- '' -}}
- {{- _('These settings are stored in your cookies, this allows us not to store this data about you.') -}}
-
{{- _("These cookies serve your sole convenience, we don't use these cookies to track you.") -}}
+ {{- _('These settings are stored in your cookies. This allows us not to store this data about you.') -}}
+
{{- _("These cookies serve your sole convenience; we don't use them to track you.") -}}