From 0884dbeb2d0e233264364f67ee9012656a8bf204 Mon Sep 17 00:00:00 2001 From: makeworld Date: Mon, 8 Mar 2021 14:23:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Change=20default=20search=20to?= =?UTF-8?q?=20geminispace.info?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + README.md | 2 +- config/config.go | 2 +- config/default.go | 2 +- default-config.toml | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb643ef..e5a771e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Favicon support removed (#199) - Bookmarks are stored using XML in the XBEL format, old bookmarks are transferred (#68) - Text no longer disappears under the left margin when scrolling (regression from v1.8.0) (#197) +- Default search engine changed to geminispace.info from gus.guru ### Fixed - Help text is now the same color as `regular_text` in the theme config diff --git a/README.md b/README.md index 81ff661..89752d1 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Features in *italics* are in the master branch, but not in the latest release. - [x] Basic forward/backward history, for each tab - [x] Input (Status Code 10 & 11) - [x] Multiple charset support (over 55) -- [x] Built-in search (uses GUS by default) +- [x] Built-in search (uses geminispace.info by default) - [x] Bookmarks - [x] Download pages and arbitrary data - [x] Theming diff --git a/config/config.go b/config/config.go index 42b391f..6f9c9c7 100644 --- a/config/config.go +++ b/config/config.go @@ -191,7 +191,7 @@ func Init() error { viper.SetDefault("a-general.home", "gemini://gemini.circumlunar.space") viper.SetDefault("a-general.auto_redirect", false) viper.SetDefault("a-general.http", "default") - viper.SetDefault("a-general.search", "gemini://gus.guru/search") + viper.SetDefault("a-general.search", "gemini://geminispace.info/search") viper.SetDefault("a-general.color", true) viper.SetDefault("a-general.ansi", true) viper.SetDefault("a-general.bullets", true) diff --git a/config/default.go b/config/default.go index 6de65f1..bd6221f 100644 --- a/config/default.go +++ b/config/default.go @@ -39,7 +39,7 @@ auto_redirect = false http = 'default' # Any URL that will accept a query string can be put here -search = "gemini://gus.guru/search" +search = "gemini://geminispace.info/search" # Whether colors will be used in the terminal color = true diff --git a/default-config.toml b/default-config.toml index 2fb7031..cc73465 100644 --- a/default-config.toml +++ b/default-config.toml @@ -36,7 +36,7 @@ auto_redirect = false http = 'default' # Any URL that will accept a query string can be put here -search = "gemini://gus.guru/search" +search = "gemini://geminispace.info/search" # Whether colors will be used in the terminal color = true