diff options
author | metamuffin <metamuffin@disroot.org> | 2023-07-26 21:48:06 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-07-26 21:48:37 +0200 |
commit | 377e503555a9b5feb89e15275f26333545a6e414 (patch) | |
tree | 2e0d5907fee87a91799c9388ede8fa28c2c77579 /src | |
parent | 25699e2d089ab21072e6894c098efea98fc14fa9 (diff) | |
download | fastbangs-377e503555a9b5feb89e15275f26333545a6e414.tar fastbangs-377e503555a9b5feb89e15275f26333545a6e414.tar.bz2 fastbangs-377e503555a9b5feb89e15275f26333545a6e414.tar.zst |
rename project and add some more ui
Diffstat (limited to 'src')
-rw-r--r-- | src/Config.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Config.hs b/src/Config.hs index da9206a..799b297 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -31,8 +31,8 @@ makeOpenSearch searchUrl = do favicon <- faviconUrl return $ "<OpenSearchDescription xmlns=\"http://a9.com/-/spec/opensearch/1.1/\"\n" <> " xmlns:moz=\"http://www.mozilla.org/2006/browser/search/\">\n" - <> " <ShortName>Banger</ShortName>\n" - <> " <Description>Bangs von ddg, ohne ddg</Description>\n" + <> " <ShortName>Fastbangs</ShortName>\n" + <> " <Description>Handles search bangs (mostly) locally.</Description>\n" <> " <InputEncoding>UTF-8</InputEncoding>\n" <> " <Image width=\"16\" height=\"16\" type=\"image/x-icon\">" <> favicon <> "</Image>\n" <> " <Url type=\"text/html\" template=\"" <> searchUrl <> "\"/>\n" |