commit 592a25d089b36b5cc7735de04fe5a21c84eca169
parent 566406cab87f97c1aa5c48c74fe92858a5f545f2
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Wed, 16 Oct 2024 21:41:58 +0200
feat: Add Wolfram Alpha
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/config/config.php b/config/config.php
@@ -432,6 +432,13 @@ $searches = array(
"categories" => array("everything", "wiki", "linux", "docu", "forum"),
"keywords" => array("winehq", "wine")
),
+ "wolframalpha" => array(
+ "name" => "Wolfram Alpha",
+ "website" => "https://www.wolframalpha.com",
+ "query" => "https://www.wolframalpha.com/input?i=%s",
+ "categories" => array("everything", "sci"),
+ "keywords" => array("wolframalpha", "calculator", "calc", "wa")
+ ),
"youtube" => array(
"name" => "YouTube (via Invidious)",
"website" => "https://video.fosswelt.org",