mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[enh] about page updates
This commit is contained in:
		
							parent
							
								
									09e7353307
								
							
						
					
					
						commit
						be42683cbc
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
<div class="row">
 | 
			
		||||
    <h1>About <a href="/">searx</a></h1>
 | 
			
		||||
 | 
			
		||||
    <p>Searx is a meta-search engine inspired by the seeks-project.
 | 
			
		||||
    <p>Searx is a meta-search engine inspired by the <a href="http://seeks-project.info/">seeks-project</a>.
 | 
			
		||||
    <br />You can add it to your browsers search bar and even make it your default search engine.
 | 
			
		||||
    <br />It tries to provide basic privacy by mixing your queries with those from others while avoiding logging. For all browsers (except chrom*) queries are made using a POST request. Thus they don't show up in our logs, nor in your url history. For Chrom* users there is an exception, searx is used from the search bar, it issues GET requests.</p>
 | 
			
		||||
    <p>Please add more engines to this list, pull requests are welcome!</p>
 | 
			
		||||
| 
						 | 
				
			
			@ -15,7 +15,9 @@
 | 
			
		|||
    <h3>{{ categ.capitalize() }} category</h3>
 | 
			
		||||
    <ul>
 | 
			
		||||
        {% for search_engine in search_engines %}
 | 
			
		||||
            {% if not search_engine.private %}
 | 
			
		||||
                <li>{{ search_engine.name }}</li>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
        {% endfor %}
 | 
			
		||||
    </ul>
 | 
			
		||||
{% endfor %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue