mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #107 from return42/wikimini
[enh] add engine Wikimini (fr.wikimini.org)
This commit is contained in:
		
						commit
						54e783f3b1
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1335,6 +1335,26 @@ engines:
 | 
			
		|||
    timeout: 5.0
 | 
			
		||||
    disabled: True
 | 
			
		||||
 | 
			
		||||
    # wikimini: online encyclopedia for children
 | 
			
		||||
    # Tthe fulltext and title parameter is necessary for Wikimini because
 | 
			
		||||
    # sometimes it will not show the results and redirect instead
 | 
			
		||||
  - name: wikimini
 | 
			
		||||
    engine: xpath
 | 
			
		||||
    shortcut: wkmn
 | 
			
		||||
    search_url : https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
 | 
			
		||||
    url_xpath : //li/div[@class="mw-search-result-heading"]/a/@href
 | 
			
		||||
    title_xpath : //li//div[@class="mw-search-result-heading"]/a
 | 
			
		||||
    content_xpath : //li/div[@class="searchresult"]
 | 
			
		||||
    categories : general
 | 
			
		||||
    disabled: True
 | 
			
		||||
    about:
 | 
			
		||||
      website: https://wikimini.org/
 | 
			
		||||
      wikidata_id: Q3568032
 | 
			
		||||
      use_official_api: false
 | 
			
		||||
      require_api_key: false
 | 
			
		||||
      results: HTML
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Doku engine lets you access to any Doku wiki instance:
 | 
			
		||||
# A public one or a privete/corporate one.
 | 
			
		||||
#  - name : ubuntuwiki
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue