From a9177ce5d48e8d4b9273653b22983a12811cd47f Mon Sep 17 00:00:00 2001 From: khaneliman Date: Wed, 19 Mar 2025 20:17:01 +0000 Subject: [PATCH] deploy: 8b629b5424dd2b10ff5cbca7fa52fa66ef33a196 --- options.xhtml | 75 ++++++++++++++++++++++++++------------------------- 1 file changed, 39 insertions(+), 36 deletions(-) diff --git a/options.xhtml b/options.xhtml index b97abc716..729a4a939 100644 --- a/options.xhtml +++ b/options.xhtml @@ -22081,7 +22081,7 @@ null or string

null

Example: -"DuckDuckGo"

+"ddg"

Declared by:

@@ -22101,7 +22101,7 @@ null or string

Attribute set of search engine configurations. Engines that only have metaData specified will be treated as builtin -to Firefox.

See SearchEngine.jsm +to Firefox.

See SearchEngine.jsm in Firefox’s source for available options. We maintain a mapping to let you specify all options in the referenced link without underscores, but it may fall out of date with future @@ -22115,7 +22115,8 @@ attribute set of attribute set of (JSON value)

{ }

Example:

{
-  "Nix Packages" = {
+  nix-packages = {
+    name = "Nix Packages";
     urls = [{
       template = "https://search.nixos.org/packages";
       params = [
@@ -22128,15 +22129,15 @@ attribute set of attribute set of (JSON value)

definedAliases = [ "@np" ]; }; - "NixOS Wiki" = { - urls = [{ template = "https://wiki.nixos.org/index.php?search={searchTerms}"; }]; - iconUpdateURL = "https://wiki.nixos.org/favicon.png"; - updateInterval = 24 * 60 * 60 * 1000; # every day + nixos-wiki = { + name = "NixOS Wiki"; + urls = [{ template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; }]; + iconMapObj."16" = "https://wiki.nixos.org/favicon.ico"; definedAliases = [ "@nw" ]; }; - "Bing".metaData.hidden = true; - "Google".metaData.alias = "@g"; # builtin engines only support specifying one additional alias + bing.metaData.hidden = true; + google.metaData.alias = "@g"; # builtin engines only support specifying one additional alias }
@@ -22196,8 +22197,8 @@ list of string

[ ]

Example:

[
-  "DuckDuckGo"
-  "Google"
+  "ddg"
+  "google"
 ]
 
@@ -22226,7 +22227,7 @@ null or string

null

Example: -"DuckDuckGo"

+"ddg"

Declared by:

@@ -23683,7 +23684,7 @@ null or string

null

Example: -"DuckDuckGo"

+"ddg"

Declared by:

@@ -23703,7 +23704,7 @@ null or string

Attribute set of search engine configurations. Engines that only have metaData specified will be treated as builtin -to Floorp.

See SearchEngine.jsm +to Floorp.

See SearchEngine.jsm in Floorp’s source for available options. We maintain a mapping to let you specify all options in the referenced link without underscores, but it may fall out of date with future @@ -23717,7 +23718,8 @@ attribute set of attribute set of (JSON value)

{ }

Example:

{
-  "Nix Packages" = {
+  nix-packages = {
+    name = "Nix Packages";
     urls = [{
       template = "https://search.nixos.org/packages";
       params = [
@@ -23730,15 +23732,15 @@ attribute set of attribute set of (JSON value)

definedAliases = [ "@np" ]; }; - "NixOS Wiki" = { - urls = [{ template = "https://wiki.nixos.org/index.php?search={searchTerms}"; }]; - iconUpdateURL = "https://wiki.nixos.org/favicon.png"; - updateInterval = 24 * 60 * 60 * 1000; # every day + nixos-wiki = { + name = "NixOS Wiki"; + urls = [{ template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; }]; + iconMapObj."16" = "https://wiki.nixos.org/favicon.ico"; definedAliases = [ "@nw" ]; }; - "Bing".metaData.hidden = true; - "Google".metaData.alias = "@g"; # builtin engines only support specifying one additional alias + bing.metaData.hidden = true; + google.metaData.alias = "@g"; # builtin engines only support specifying one additional alias }
@@ -23798,8 +23800,8 @@ list of string

[ ]

Example:

[
-  "DuckDuckGo"
-  "Google"
+  "ddg"
+  "google"
 ]
 
@@ -23828,7 +23830,7 @@ null or string

null

Example: -"DuckDuckGo"

+"ddg"

Declared by:

@@ -54689,7 +54691,7 @@ null or string

null

Example: -"DuckDuckGo"

+"ddg"

Declared by:

@@ -54709,7 +54711,7 @@ null or string

Attribute set of search engine configurations. Engines that only have metaData specified will be treated as builtin -to Thunderbird.

See SearchEngine.jsm +to Thunderbird.

See SearchEngine.jsm in Thunderbird’s source for available options. We maintain a mapping to let you specify all options in the referenced link without underscores, but it may fall out of date with future @@ -54723,7 +54725,8 @@ attribute set of attribute set of (JSON value)

{ }

Example:

{
-  "Nix Packages" = {
+  nix-packages = {
+    name = "Nix Packages";
     urls = [{
       template = "https://search.nixos.org/packages";
       params = [
@@ -54736,15 +54739,15 @@ attribute set of attribute set of (JSON value)

definedAliases = [ "@np" ]; }; - "NixOS Wiki" = { - urls = [{ template = "https://wiki.nixos.org/index.php?search={searchTerms}"; }]; - iconUpdateURL = "https://wiki.nixos.org/favicon.png"; - updateInterval = 24 * 60 * 60 * 1000; # every day + nixos-wiki = { + name = "NixOS Wiki"; + urls = [{ template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; }]; + iconMapObj."16" = "https://wiki.nixos.org/favicon.ico"; definedAliases = [ "@nw" ]; }; - "Bing".metaData.hidden = true; - "Google".metaData.alias = "@g"; # builtin engines only support specifying one additional alias + bing.metaData.hidden = true; + google.metaData.alias = "@g"; # builtin engines only support specifying one additional alias }
@@ -54804,8 +54807,8 @@ list of string

[ ]

Example:

[
-  "DuckDuckGo"
-  "Google"
+  "ddg"
+  "google"
 ]
 
@@ -54834,7 +54837,7 @@ null or string

null

Example: -"DuckDuckGo"

+"ddg"

Declared by: