From b7fa79081f3c7c9ce2974c406e07b1e48cb9534a Mon Sep 17 00:00:00 2001
From: asciimoo
Date: Sun, 19 Jan 2014 23:17:50 +0100
Subject: [doc] about page updates
---
searx/templates/about.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'searx/templates/about.html')
diff --git a/searx/templates/about.html b/searx/templates/about.html
index 4e3f4bf4e..1219c2ebe 100644
--- a/searx/templates/about.html
+++ b/searx/templates/about.html
@@ -39,7 +39,7 @@ Searx can be added to your browser's search bar, moreover it can be set as the d
New engines?
Don't forget to restart searx after config edit!
--
cgit v1.2.3
From 5cf2809cc98bd6c450fac683ed958dec30b0824e Mon Sep 17 00:00:00 2001
From: asciimoo
Date: Mon, 20 Jan 2014 20:19:45 +0100
Subject: [mod] about page
---
searx/templates/about.html | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
(limited to 'searx/templates/about.html')
diff --git a/searx/templates/about.html b/searx/templates/about.html
index 1219c2ebe..cc4e54dfe 100644
--- a/searx/templates/about.html
+++ b/searx/templates/about.html
@@ -8,25 +8,25 @@
Why use Searx?
- - Maybe Searx won’t offer you as personalised results as Google, but it doesn't make a profile about you
- - Searx doesn't care about what you search, never shares anything with a third party, and it can't be used to compromise you
- - Searx is a free software, the code is 100% open and you can help to make it better. See more on github
+ - Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you
+ - Searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you
+ - Searx is free software, the code is 100% open and you can help to make it better. See more on github
- If you do care about privacy, want to be a conscious user, moreover believe
+
If you do care about privacy, want to be a conscious user, or otherwise believe
in digital freedom, make Searx your default search engine or run it on your own server
Technical details - How does it work?
Searx is a metasearch engine,
inspired by the seeks project.
-It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they don't show up in our logs, neither in your url history. In case of Chrome* users there is an exception, Searx uses the search bar to perform GET requests.
-Searx can be added to your browser's search bar, moreover it can be set as the default search engine.
+It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, Searx uses the search bar to perform GET requests.
+Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
-How can I have my own?
+How can I make it my own?
-Searx appreciates your suspicion regarding logs, so take the code and run it yourself!
Add your Searx to this list to help other people to have privacy and make the Internet freer!
-
The more decentralized the Internet is the more freedom we have!
+Searx appreciates your concern regarding logs, so take the code and run it yourself!
Add your Searx to this list to help other people reclaim their privacy and make the Internet freer!
+
The more decentralized the Internet, is the more freedom we have!
@@ -48,7 +48,7 @@ Searx can be added to your browser's search bar, moreover it can be set as the d
See the installation and setup wiki page
How to debug engines?
-Stats page contains some useful data about the used engines.
+Stats page contains some useful data about the engines used.
{% endblock %}
--
cgit v1.2.3
From 449ffeeeef8659aef076bbcafec1e781c99c1667 Mon Sep 17 00:00:00 2001
From: asciimoo
Date: Tue, 21 Jan 2014 11:14:55 +0100
Subject: [fix] link
---
searx/templates/about.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'searx/templates/about.html')
diff --git a/searx/templates/about.html b/searx/templates/about.html
index cc4e54dfe..4d80235de 100644
--- a/searx/templates/about.html
+++ b/searx/templates/about.html
@@ -10,7 +10,7 @@
- Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you
- Searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you
- - Searx is free software, the code is 100% open and you can help to make it better. See more on github
+ - Searx is free software, the code is 100% open and you can help to make it better. See more on github
If you do care about privacy, want to be a conscious user, or otherwise believe
in digital freedom, make Searx your default search engine or run it on your own server
--
cgit v1.2.3
From e3369174febd2ce433c6fd5add353c04c4315cf2 Mon Sep 17 00:00:00 2001
From: asciimoo
Date: Tue, 21 Jan 2014 12:38:51 +0100
Subject: [fix] link
---
searx/templates/about.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'searx/templates/about.html')
diff --git a/searx/templates/about.html b/searx/templates/about.html
index 4d80235de..bb0a3e882 100644
--- a/searx/templates/about.html
+++ b/searx/templates/about.html
@@ -39,7 +39,7 @@ Searx can be added to your browser's search bar; moreover, it can be set as the
New engines?
Don't forget to restart searx after config edit!
--
cgit v1.2.3