pub / serci

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

commit c87dbe0677ae1d8cd7d63a5727638fa6056fb7f5
parent d4c5b454445d93c7e1b9f4a49b3fc816120df2be
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Wed, 16 Oct 2024 22:48:40 +0200

feat: Add Openverse

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

diff --git a/config/config.php b/config/config.php @@ -241,6 +241,13 @@ $searches = array( "categories" => array("everything", "map"), "keywords" => array("openstreetmap", "osm", "map", "maps") ), + "openverse" => array( + "name" => "Openverse", + "website" => "https://openverse.org", + "query" => "https://openverse.org/de/search?q=%s", + "categories" => array("everything", "img"), + "keywords" => array("openverse") + ), "php" => array( "name" => "PHP Manual", "website" => "https://www.php.net",