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 414342407f97d0b2a2e874223b5bc0ff0545014a
parent 4d6bfe1a86d30766b732e2fd862b3852ba5f6c42
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu, 17 Oct 2024 18:31:26 +0200

feat: use shorter category names

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

diff --git a/config/config.php b/config/config.php @@ -529,13 +529,13 @@ $searches = array( /* Categories */ $categories = array( "everything" => array( - "name" => "All search engines", + "name" => "Everything", ), "meta" => array( - "name" => "Meta search engines", + "name" => "Metaengines", ), "web" => array( - "name" => "General web search", + "name" => "General", ), "img" => array( "name" => "Images" @@ -547,10 +547,10 @@ $categories = array( "name" => "Audio" ), "map" => array( - "name" => "Mapping and navigation" + "name" => "Maps" ), "lang" => array( - "name" => "Languages and translation" + "name" => "Languages" ), "fedi" => array( "name" => "Fediverse" @@ -559,34 +559,34 @@ $categories = array( "name" => "Science" ), "wiki" => array( - "name" => "Wikis and encyclopedias" + "name" => "Wikis" ), "linux" => array( - "name" => "GNU+Linux" + "name" => "Linux" ), "android" => array( "name" => "Android" ), "code" => array( - "name" => "Coding platforms" + "name" => "Coding" ), "git" => array( - "name" => "GIT forges and repositories" + "name" => "Git" ), "software" => array( - "name" => "Software repositories" + "name" => "Software" ), "forum" => array( - "name" => "Forums and message boards" + "name" => "Forums" ), "learn" => array( "name" => "Learning" ), "docu" => array( - "name" => "Documentation and manuals" + "name" => "Manuals" ), "misc" => array( - "name" => "Miscellaneous searches" + "name" => "Other" ), "archive" => array( "name" => "Archives"