2013-10-21 00:28:48 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{% extends 'base.html' %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% block content %}
							 
						 
					
						
							
								
									
										
										
										
											2013-10-21 09:51:35 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{% include 'github_ribbon.html' %}
							 
						 
					
						
							
								
									
										
										
										
											2013-10-21 00:28:48 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< div  class = "row" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < h1 > About < a  href = "/" > searx< / a > < / h1 > 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-20 23:57:34 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-10-26 20:54:06 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    < p > Searx is a meta-search engine inspired by the < a  href = "http://seeks-project.info/" > seeks-project< / a > .
							 
						 
					
						
							
								
									
										
										
										
											2013-11-01 23:33:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    < br  / > It tries to provide basic privacy by mixing your queries with those from others while avoiding storing search data. 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.
							 
						 
					
						
							
								
									
										
										
										
											2013-10-21 22:46:34 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    < br  / > You can add it to your browsers search bar and even make it your default search engine.
							 
						 
					
						
							
								
									
										
										
										
											2013-11-01 23:33:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    < / p > 
							 
						 
					
						
							
								
									
										
										
										
											2013-11-08 23:43:27 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    < h2 > What makes searx different< / h2 > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < li > No ads - searx is Free Software (free-as-in-freedom), funded by your donations< / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < li > Privacy - tries to minimalize the digital footprint of the searches< / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < li > Optionally self hosted - see the < a  href = "#faq" > FAQ< / a > < / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        < li > Easy to add new engines/categories< / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < / ul > 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-20 23:57:34 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-10-23 23:45:41 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< h2 > Engines< / h2 >  
						 
					
						
							
								
									
										
										
										
											2013-10-20 23:57:34 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-10-21 00:28:48 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								{% for (categ,search_engines) in categs %}
							 
						 
					
						
							
								
									
										
										
										
											2013-11-01 23:33:22 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    < h3 > {{ categ.capitalize() }}< / h3 > 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-21 00:28:48 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    < ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        {% for search_engine in search_engines %}
							 
						 
					
						
							
								
									
										
										
										
											2013-10-26 20:54:06 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            {% if not search_engine.private %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                < li > {{ search_engine.name }}< / li > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            {% endif %}
							 
						 
					
						
							
								
									
										
										
										
											2013-10-21 00:28:48 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        {% endfor %}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    < / ul > 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% endfor %}
							 
						 
					
						
							
								
									
										
										
										
											2013-11-08 23:43:27 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< p > Please add more engines to this list, pull requests are welcome!< / p >  
						 
					
						
							
								
									
										
										
										
											2013-10-20 23:57:34 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-11-08 23:43:27 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< h2 > < a  href = "https://github.com/asciimoo/searx/wiki/Searx-instances" > Running public instances< / a > < / h2 >  
						 
					
						
							
								
									
										
										
										
											2013-10-22 21:31:56 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-11-08 23:43:27 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< h2  id = "faq" > FAQ< / h2 >  
						 
					
						
							
								
									
										
										
										
											2013-10-21 00:28:48 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< h3 > Trust< / h3 >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< p > It's ok if you don't trust us regarding the logs, < a  href = "https://github.com/asciimoo/searx" > take the code< / a >  and run it yourself for your friends! decentralize!< / p >  
						 
					
						
							
								
									
										
										
										
											2013-10-21 02:38:20 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< h3 > Firefox engines plz?< / h3 >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< p > < a  href = "#"  onclick = "window.external.AddSearchProvider(window.location.protocol + '//' + window.location.host + '/opensearch.xml')" >  
						 
					
						
							
								
									
										
										
										
											2013-10-21 22:46:34 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									Install< / a >  searx as a search engine on any version of Firefox!< / p > 
							 
						 
					
						
							
								
									
										
										
										
											2013-10-20 23:57:34 +02:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2013-10-21 00:28:48 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< / div >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								{% endblock %}