| 
				
			 | 
			
			
				@@ -114,7 +114,7 @@ function create_searx_config { 
			 | 
		
	
		
			
			| 
				114
			 | 
			
				114
			 | 
			
			
				     echo '' >> $settings_file 
			 | 
		
	
		
			
			| 
				115
			 | 
			
				115
			 | 
			
			
				     echo 'ui:' >> $settings_file 
			 | 
		
	
		
			
			| 
				116
			 | 
			
				116
			 | 
			
			
				     echo '    themes_path : "" # Custom ui themes path' >> $settings_file 
			 | 
		
	
		
			
			| 
				117
			 | 
			
				
			 | 
			
			
				-    echo '    default_theme : oscar # ui theme' >> $settings_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				117
			 | 
			
			
				+    echo '    default_theme : courgette # ui theme' >> $settings_file 
			 | 
		
	
		
			
			| 
				118
			 | 
			
				118
			 | 
			
			
				     echo '    default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section' >> $settings_file 
			 | 
		
	
		
			
			| 
				119
			 | 
			
				119
			 | 
			
			
				     echo '' >> $settings_file 
			 | 
		
	
		
			
			| 
				120
			 | 
			
				120
			 | 
			
			
				     echo 'outgoing: # communication with search engines' >> $settings_file 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -159,7 +159,7 @@ function create_searx_config { 
			 | 
		
	
		
			
			| 
				159
			 | 
			
				159
			 | 
			
			
				     echo '    url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href' >> $settings_file 
			 | 
		
	
		
			
			| 
				160
			 | 
			
				160
			 | 
			
			
				     echo '    title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]' >> $settings_file 
			 | 
		
	
		
			
			| 
				161
			 | 
			
				161
			 | 
			
			
				     echo '    content_xpath : //article[@class="repo-summary"]/p' >> $settings_file 
			 | 
		
	
		
			
			| 
				162
			 | 
			
				
			 | 
			
			
				-    echo '    categories : it' >> $settings_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				162
			 | 
			
			
				+    echo '    categories : code' >> $settings_file 
			 | 
		
	
		
			
			| 
				163
			 | 
			
				163
			 | 
			
			
				     echo '    timeout : 4.0' >> $settings_file 
			 | 
		
	
		
			
			| 
				164
			 | 
			
				164
			 | 
			
			
				     echo '    disabled : True' >> $settings_file 
			 | 
		
	
		
			
			| 
				165
			 | 
			
				165
			 | 
			
			
				     echo '    shortcut : bb' >> $settings_file 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -287,7 +287,7 @@ function create_searx_config { 
			 | 
		
	
		
			
			| 
				287
			 | 
			
				287
			 | 
			
			
				     echo '    url_xpath : //li[@class="project-row"]//a[@class="project"]/@href' >> $settings_file 
			 | 
		
	
		
			
			| 
				288
			 | 
			
				288
			 | 
			
			
				     echo '    title_xpath : //li[@class="project-row"]//span[contains(@class, "project-full-name")]' >> $settings_file 
			 | 
		
	
		
			
			| 
				289
			 | 
			
				289
			 | 
			
			
				     echo '    content_xpath : //li[@class="project-row"]//div[@class="description"]/p' >> $settings_file 
			 | 
		
	
		
			
			| 
				290
			 | 
			
				
			 | 
			
			
				-    echo '    categories : it' >> $settings_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				290
			 | 
			
			
				+    echo '    categories : code' >> $settings_file 
			 | 
		
	
		
			
			| 
				291
			 | 
			
				291
			 | 
			
			
				     echo '    shortcut : gl' >> $settings_file 
			 | 
		
	
		
			
			| 
				292
			 | 
			
				292
			 | 
			
			
				     echo '    timeout : 5.0' >> $settings_file 
			 | 
		
	
		
			
			| 
				293
			 | 
			
				293
			 | 
			
			
				     echo '    disabled : True' >> $settings_file 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -295,6 +295,7 @@ function create_searx_config { 
			 | 
		
	
		
			
			| 
				295
			 | 
			
				295
			 | 
			
			
				     echo '  - name : github' >> $settings_file 
			 | 
		
	
		
			
			| 
				296
			 | 
			
				296
			 | 
			
			
				     echo '    engine : github' >> $settings_file 
			 | 
		
	
		
			
			| 
				297
			 | 
			
				297
			 | 
			
			
				     echo '    shortcut : gh' >> $settings_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				298
			 | 
			
			
				+    echo '    categories : code' >> $settings_file 
			 | 
		
	
		
			
			| 
				298
			 | 
			
				299
			 | 
			
			
				     echo '' >> $settings_file 
			 | 
		
	
		
			
			| 
				299
			 | 
			
				300
			 | 
			
			
				     echo '  - name : geektimes' >> $settings_file 
			 | 
		
	
		
			
			| 
				300
			 | 
			
				301
			 | 
			
			
				     echo '    engine : xpath' >> $settings_file 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -303,7 +304,7 @@ function create_searx_config { 
			 | 
		
	
		
			
			| 
				303
			 | 
			
				304
			 | 
			
			
				     echo '    url_xpath : //div[@class="search_results"]//a[@class="post__title_link"]/@href' >> $settings_file 
			 | 
		
	
		
			
			| 
				304
			 | 
			
				305
			 | 
			
			
				     echo '    title_xpath : //div[@class="search_results"]//a[@class="post__title_link"]' >> $settings_file 
			 | 
		
	
		
			
			| 
				305
			 | 
			
				306
			 | 
			
			
				     echo '    content_xpath : //div[@class="search_results"]//div[contains(@class, "content")]' >> $settings_file 
			 | 
		
	
		
			
			| 
				306
			 | 
			
				
			 | 
			
			
				-    echo '    categories : it' >> $settings_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				307
			 | 
			
			
				+    echo '    categories : code' >> $settings_file 
			 | 
		
	
		
			
			| 
				307
			 | 
			
				308
			 | 
			
			
				     echo '    timeout : 4.0' >> $settings_file 
			 | 
		
	
		
			
			| 
				308
			 | 
			
				309
			 | 
			
			
				     echo '    disabled : True' >> $settings_file 
			 | 
		
	
		
			
			| 
				309
			 | 
			
				310
			 | 
			
			
				     echo '    shortcut : gt' >> $settings_file 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -315,7 +316,7 @@ function create_searx_config { 
			 | 
		
	
		
			
			| 
				315
			 | 
			
				316
			 | 
			
			
				     echo '    url_xpath : //div[@class="search_results"]//a[contains(@class, "post__title_link")]/@href' >> $settings_file 
			 | 
		
	
		
			
			| 
				316
			 | 
			
				317
			 | 
			
			
				     echo '    title_xpath : //div[@class="search_results"]//a[contains(@class, "post__title_link")]' >> $settings_file 
			 | 
		
	
		
			
			| 
				317
			 | 
			
				318
			 | 
			
			
				     echo '    content_xpath : //div[@class="search_results"]//div[contains(@class, "content")]' >> $settings_file 
			 | 
		
	
		
			
			| 
				318
			 | 
			
				
			 | 
			
			
				-    echo '    categories : it' >> $settings_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				319
			 | 
			
			
				+    echo '    categories : code' >> $settings_file 
			 | 
		
	
		
			
			| 
				319
			 | 
			
				320
			 | 
			
			
				     echo '    timeout : 4.0' >> $settings_file 
			 | 
		
	
		
			
			| 
				320
			 | 
			
				321
			 | 
			
			
				     echo '    disabled : True' >> $settings_file 
			 | 
		
	
		
			
			| 
				321
			 | 
			
				322
			 | 
			
			
				     echo '    shortcut : habr' >> $settings_file 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -329,7 +330,7 @@ function create_searx_config { 
			 | 
		
	
		
			
			| 
				329
			 | 
			
				330
			 | 
			
			
				     echo '    title_query : self' >> $settings_file 
			 | 
		
	
		
			
			| 
				330
			 | 
			
				331
			 | 
			
			
				     echo '    content_query : docs' >> $settings_file 
			 | 
		
	
		
			
			| 
				331
			 | 
			
				332
			 | 
			
			
				     echo '    page_size : 20' >> $settings_file 
			 | 
		
	
		
			
			| 
				332
			 | 
			
				
			 | 
			
			
				-    echo '    categories : it' >> $settings_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				333
			 | 
			
			
				+    echo '    categories : code' >> $settings_file 
			 | 
		
	
		
			
			| 
				333
			 | 
			
				334
			 | 
			
			
				     echo '    shortcut : ho' >> $settings_file 
			 | 
		
	
		
			
			| 
				334
			 | 
			
				335
			 | 
			
			
				     echo '' >> $settings_file 
			 | 
		
	
		
			
			| 
				335
			 | 
			
				336
			 | 
			
			
				     echo '  - name : ina' >> $settings_file 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -362,7 +363,7 @@ function create_searx_config { 
			 | 
		
	
		
			
			| 
				362
			 | 
			
				363
			 | 
			
			
				     echo '    url_xpath : .//span[@class="link"]/a/@href' >> $settings_file 
			 | 
		
	
		
			
			| 
				363
			 | 
			
				364
			 | 
			
			
				     echo '    title_xpath : .//span[@class="link"]/a' >> $settings_file 
			 | 
		
	
		
			
			| 
				364
			 | 
			
				365
			 | 
			
			
				     echo '    content_xpath : .//a[@class="domain"]' >> $settings_file 
			 | 
		
	
		
			
			| 
				365
			 | 
			
				
			 | 
			
			
				-    echo '    categories : it' >> $settings_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				366
			 | 
			
			
				+    echo '    categories : code' >> $settings_file 
			 | 
		
	
		
			
			| 
				366
			 | 
			
				367
			 | 
			
			
				     echo '    shortcut : lo' >> $settings_file 
			 | 
		
	
		
			
			| 
				367
			 | 
			
				368
			 | 
			
			
				     echo '' >> $settings_file 
			 | 
		
	
		
			
			| 
				368
			 | 
			
				369
			 | 
			
			
				     echo '  - name : mixcloud' >> $settings_file 
			 |