pub / serci

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

commit cdafe211eca772004c3eb6eac879effd1c993a3d
parent 24e19d0fc940040b246c8f55f79e015b2f7211f5
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun, 28 Jul 2024 16:38:42 +0200

feat: Add TDF

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

diff --git a/config/config.php b/config/config.php @@ -257,6 +257,13 @@ $searches = array( "categories" => array("everything", "misc"), "keywords" => array("symbl", "symbol", "unicode") ), + "thedocumentfoundation" => array( + "name" => "The Document Fdn.", + "website" => "https://wiki.documentfoundation.org", + "query" => "https://wiki.documentfoundation.org/index.php?title=Special%3ASearch&search=%s", + "categories" => array("everything", "wiki"), + "keywords" => array("thedocumentfoundation", "tdf", "libreoffice", "openoffice", "lo", "oo") + ), "w3schools" => array( "name" => "W3schools", /* Google CSE (!) */ "website" => "https://www.w3schools.com",