Skip to content

Commit

Permalink
Merge pull request #43 from pebosi/master
Browse files Browse the repository at this point in the history
Updating search engines
  • Loading branch information
halfdan committed Mar 20, 2013
2 parents 5572724 + 10ca866 commit 6c1aefd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions core/DataFiles/SearchEngines.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@
'www.123people.com' => array('123people', array('/s\/([^\/]+)/', 'search_term'), 's/{k}'),
'123people.{}' => array('123people'),

// 1und1
'search.1und1.de' => array('1und1', 'su', 'search/web/?su={k}'),

// 360search
'so.360.cn' => array('360search', 'q', 's?q={k}', array('UTF-8', 'gb2312')),
'www.so.com' => array('360search', 'q', 's?q={k}', array('UTF-8', 'gb2312')),
Expand Down Expand Up @@ -143,6 +140,7 @@
'aolrecherche.aol.fr' => array('AOL'),
'sucheaol.aol.de' => array('AOL'),
'suche.aol.de' => array('AOL'),
'o2suche.aol.de' => array('AOL'),
'suche.aolsvc.de' => array('AOL'),
'aolbusqueda.aol.com.mx' => array('AOL'),
'alicesuche.aol.de' => array('AOL'),
Expand All @@ -152,6 +150,7 @@
'search.hp.my.aol.de' => array('AOL'),
'search.hp.my.aol.it' => array('AOL'),
'search-intl.netscape.com' => array('AOL'),
'de.aolsearch.com' => array('AOL', 'q', 'search?q={k}'),

// Aport
'sm.aport.ru' => array('Aport', 'r', 'search?r={k}'),
Expand Down Expand Up @@ -183,6 +182,8 @@
'www.search-results.com' => array('Ask'),
'int.search-results.com' => array('Ask'),
'{}.search-results.com' => array('Ask'),
'{}.search.ask.com' => array('Ask'),
'avira-int.ask.com' => array('Ask'),

// Atlas
'searchatlas.centrum.cz' => array('Atlas', 'q', '?q={k}'),
Expand Down Expand Up @@ -376,9 +377,6 @@
'www.gigablast.com' => array('Gigablast', 'q', 'search?q={k}'),
'dir.gigablast.com' => array('Gigablast (Directory)', 'q'),

// GMX
'suche.gmx.net' => array('GMX', 'su', 'search/web/?su={k}'),

// Gnadenmeer
'www.gnadenmeer.de' => array('Gnadenmeer', 'keyword'),

Expand Down Expand Up @@ -428,7 +426,13 @@
'searchresults.verizon.com' => array('Google'),
'search.walla.co.il' => array('Google'),
'search.alot.com' => array('Google'),

'suche.gmx.net' => array('Google', 'q', 'web?q={k}'),
'search.incredibar.com' => array('Google', 'q', 'search.php?q={k}'),
'www.delta-search.com' => array('Google', 'q'),
'search.1und1.de' => array('Google', 'q', 'web?q={k}'),
'search.zonealarm.com' => array('Google'),
'start.lenovo.com' => array('Google', 'q', 'search/index.php?q={k}'),

// Google Earth
// - 2010-09-13: are these redirects now?
'www.googleearth.de' => array('Google'),
Expand Down Expand Up @@ -456,6 +460,10 @@
// Google Images
'images.google.com' => array('Google Images', 'q', 'images?q={k}'),
'images.google.{}' => array('Google Images'),

// Google Maps
'maps.google.com' => array('Google Maps', 'q', 'maps?q={k}'),
'maps.google.{}' => array('Google Maps'),

// Google News
'news.google.com' => array('Google News', 'q'),
Expand Down Expand Up @@ -508,6 +516,9 @@
// Ilse
'www.ilse.nl' => array('Ilse NL', 'search_for', '?search_for={k}'),

// Inbox.com
'www2.inbox.com' => array('Inbox', 'q', 'search/results1.aspx?q={k}'),

// InfoSpace (and related web properties)
'infospace.com' => array('InfoSpace', 'q', '/search/web?q={k}'),
'dogpile.com' => array('InfoSpace'),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/Referers/images/searchEngines/scour.com.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file removed plugins/Referers/images/searchEngines/suche.gmx.net.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c1aefd

Please sign in to comment.