|  | @@ -8,25 +8,25 @@
 | 
	
		
			
			| 8 | 8 |      </p>
 | 
	
		
			
			| 9 | 9 |      <h2>Why use Searx?</h2>
 | 
	
		
			
			| 10 | 10 |      <ul>
 | 
	
		
			
			| 11 |  | -        <li>Maybe Searx won’t offer you as personalised results as Google, but it doesn't make a profile about you</li>
 | 
	
		
			
			| 12 |  | -        <li>Searx doesn't care about what you search, never shares anything with a third party, and it can't be used to compromise you</li>
 | 
	
		
			
			| 13 |  | -        <li>Searx is a free software, the code is 100% open and you can help to make it better. See more on <a href="https://gmail.com/asciimoo/searx">github</a></li>
 | 
	
		
			
			|  | 11 | +        <li>Searx may not offer you as personalised results as Google, but it doesn't generate a profile about you</li>
 | 
	
		
			
			|  | 12 | +        <li>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</li>
 | 
	
		
			
			|  | 13 | +        <li>Searx is free software, the code is 100% open and you can help to make it better. See more on <a href="https://gmail.com/asciimoo/searx">github</a></li>
 | 
	
		
			
			| 14 | 14 |      </ul>
 | 
	
		
			
			| 15 |  | -    <p>If you do care about privacy, want to be a conscious user, moreover believe
 | 
	
		
			
			|  | 15 | +    <p>If you do care about privacy, want to be a conscious user, or otherwise believe
 | 
	
		
			
			| 16 | 16 |      in digital freedom, make Searx your default search engine or run it on your own server</p>
 | 
	
		
			
			| 17 | 17 |  
 | 
	
		
			
			| 18 | 18 |  <h2>Technical details - How does it work?</h2>
 | 
	
		
			
			| 19 | 19 |  
 | 
	
		
			
			| 20 | 20 |  <p>Searx is a <a href="https://en.wikipedia.org/wiki/Metasearch_engine">metasearch engine</a>,
 | 
	
		
			
			| 21 | 21 |  inspired by the <a href="http://seeks-project.info/">seeks project</a>.<br />
 | 
	
		
			
			| 22 |  | -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.<br />
 | 
	
		
			
			| 23 |  | -Searx can be added to your browser's search bar, moreover it can be set as the default search engine.
 | 
	
		
			
			|  | 22 | +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.<br />
 | 
	
		
			
			|  | 23 | +Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.
 | 
	
		
			
			| 24 | 24 |  </p>
 | 
	
		
			
			| 25 | 25 |  
 | 
	
		
			
			| 26 |  | -<h2>How can I have my own?</h2>
 | 
	
		
			
			|  | 26 | +<h2>How can I make it my own?</h2>
 | 
	
		
			
			| 27 | 27 |  
 | 
	
		
			
			| 28 |  | -<p>Searx appreciates your suspicion regarding logs, so take the <a href="https://github.com/asciimoo/searx">code</a> and run it yourself! <br />Add your Searx to this <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">list</a> to help other people to have privacy and make the Internet freer!
 | 
	
		
			
			| 29 |  | -<br />The more decentralized the Internet is the more freedom we have!</p>
 | 
	
		
			
			|  | 28 | +<p>Searx appreciates your concern regarding logs, so take the <a href="https://github.com/asciimoo/searx">code</a> and run it yourself! <br />Add your Searx to this <a href="https://github.com/asciimoo/searx/wiki/Searx-instances">list</a> to help other people reclaim their privacy and make the Internet freer!
 | 
	
		
			
			|  | 29 | +<br />The more decentralized the Internet, is the more freedom we have!</p>
 | 
	
		
			
			| 30 | 30 |  
 | 
	
		
			
			| 31 | 31 |  <hr />
 | 
	
		
			
			| 32 | 32 |  
 | 
	
	
		
			
			|  | @@ -48,7 +48,7 @@ Searx can be added to your browser's search bar, moreover it can be set as the d
 | 
	
		
			
			| 48 | 48 |  <p>See the <a href="https://github.com/asciimoo/searx/wiki/Installation">installation and setup</a> wiki page</p>
 | 
	
		
			
			| 49 | 49 |  
 | 
	
		
			
			| 50 | 50 |  <h3>How to debug engines?</h3>
 | 
	
		
			
			| 51 |  | -<p><a href="/stats">Stats page</a> contains some useful data about the used engines.</p>
 | 
	
		
			
			|  | 51 | +<p><a href="/stats">Stats page</a> contains some useful data about the engines used.</p>
 | 
	
		
			
			| 52 | 52 |  
 | 
	
		
			
			| 53 | 53 |  </div>
 | 
	
		
			
			| 54 | 54 |  {% endblock %}
 |