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 dff952142ee3b97cccdd217f14029023afed73e7
parent 8b3456f9adad460176afd7a2c0e5adbf9ab3fd37
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu, 17 Oct 2024 20:01:31 +0200

feat: Add Gentoo Wiki

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

diff --git a/config/config.php b/config/config.php @@ -134,6 +134,14 @@ $searches = array( "keywords" => array("flathub", "flatpak", "fh", "fp"), "description" => "A repository / remote source for the universal packaging format for GNU+Linux: Flatpak" ), + "gentoowiki" => array( + "name" => "Gentoo Wiki", + "website" => "https://wiki.gentoo.org", + "query" => "https://wiki.gentoo.org/index.php?search=%s", + "categories" => array("everything", "wiki", "linux"), + "keywords" => array("gentoowiki", "gentoo", "gw"), + "description" => "Manuals and documentation for the Gentoo Linux distribution" + ), "github" => array( "name" => "GitHub", "website" => "https://github.com",