From 4cd3be89642d09d1ef7c118a9add741ef3d823db Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 7 Jan 2023 14:44:04 +0100 Subject: [fix] indentation and line size of the the markdown files Signed-off-by: Markus Heiser --- searx/infopage/en/about.md | 4 ++-- searx/infopage/en/search-syntax.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'searx/infopage/en') diff --git a/searx/infopage/en/about.md b/searx/infopage/en/about.md index 48abda68f..3639a7666 100644 --- a/searx/infopage/en/about.md +++ b/searx/infopage/en/about.md @@ -4,8 +4,8 @@ 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 you have questions or just want to chat about SearXNG at [#searxng:matrix.org] +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. diff --git a/searx/infopage/en/search-syntax.md b/searx/infopage/en/search-syntax.md index fa54017a2..99e1e5fd8 100644 --- a/searx/infopage/en/search-syntax.md +++ b/searx/infopage/en/search-syntax.md @@ -35,8 +35,8 @@ To select language filter use a `:` prefix. To give an example: ## `!!` external bangs -SearXNG supports the external bangs from [DuckDuckGo]. To directly jump to a external -search page use the `!!` prefix. To give an example: +SearXNG supports the external bangs from [DuckDuckGo]. To directly jump to a +external search page use the `!!` prefix. To give an example: - search Wikipedia by a custom language -- cgit v1.2.3 From 212acf7f7bbcd88771d9590729766b5920d4d23e Mon Sep 17 00:00:00 2001 From: PrivateLalle <29478339+LalleSX@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:19:04 +0000 Subject: [mod] about page: add information about adding enginge to the brownser --- searx/infopage/en/about.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'searx/infopage/en') diff --git a/searx/infopage/en/about.md b/searx/infopage/en/about.md index 3639a7666..e10f54d53 100644 --- a/searx/infopage/en/about.md +++ b/searx/infopage/en/about.md @@ -27,7 +27,6 @@ If you do care about privacy, want to be a conscious user, or otherwise believe in digital freedom, make SearXNG your default search engine or run it on your own server! - ## How do I set it as the default search engine? SearXNG supports [OpenSearch]. For more information on changing your default @@ -39,6 +38,11 @@ search engine, see your browser's documentation: - [Chromium]-based browsers only add websites that the user navigates to without a path. +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. ## How does it work? -- cgit v1.2.3