pub / serci

Search the web with !keywords
git clone https://src.jayvii.de/pub/serci.git
Home | Home | Log | Files | Exports | Exports | Refs | README | RSS | RSS

commit b20e3e95037485579f68b4ae4d08edf2e1f9bb3f
parent 4a990c43d256913923eed1acc1c206e470b54df2
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 27 Jan 2025 21:33:24 +0100

fix: replace OED with CD

The Oxford English Dictionary has limited free
use. Therefore, the Cambridge Dictionary is used
instead by default.

Diffstat:
Mconfig/config.php | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/config/config.php b/config/config.php @@ -22,6 +22,14 @@ $searches = array( "keywords" => array("base", "basesearch", "science"), "description" => "The Bielefeld Academic Search Engine is one of the world's largest search engines for academic web documents" ), + "cd" => array( + "name" => "Cambridge Dictionary", + "website" => "https://dictionary.cambridge.org", + "query" => "https://dictionary.cambridge.org/search/english/direct/?q=%s", + "categories" => array("lang"), + "keywords" => array("cd", "cambridge", "eng", "uk"), + "description" => "Cambridge University Press has been publishing dictionaries for learners of English since 1995. Cambridge Dictionaries Online began offering these dictionaries completely free of charge in 1999" + ), "codeberg" => array( "name" => "Codeberg", "website" => "https://codeberg.org", @@ -341,14 +349,6 @@ $searches = array( "keywords" => array("npm", "npmjs", "node", "js"), "description" => "A repository and code sharing platform for NodeJS and Javascript, operated by Github which is owned by Microsoft" ), - "oed" => array( - "name" => "Oxford Dictionary", - "website" => "https://www.oed.com", - "query" => "https://www.oed.com/search/dictionary/?scope=Entries&q=%s", - "categories" => array("lang"), - "keywords" => array("oed", "oxford", "eng", "uk"), - "description" => "The Oxford English Dictionary is widely regarded as authority on the English language and is an unsurpassed guide to the meaning, history, and usage of 500,000 words and phrases past and present, from across the English-speaking world" - ), "openstreetmap" => array( "name" => "OpenStreetMap", "website" => "https://www.openstreetmap.org",