Add wttr.in

This commit is contained in:
~lucidiot 2021-10-24 21:28:02 +02:00
parent 2a4b78d937
commit c78afeffc0
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="https://www.mozilla.org/2006/browser/search/">
<ShortName>wttr.in</ShortName>
<Description>wttr.in - the right way to check the weather!</Description>
<Developer>~lucidiot - https://envs.net/~lucidiot/</Developer>
<Contact>lucidiot@envs.net</Contact>
<Url type="text/html" template="https://wttr.in/{searchTerms}" />
<Url type="application/opensearchdescription+xml" rel="self" template="https://envs.net/~lucidiot/opensearch/wttr.xml" />
<moz:SearchForm>http://wttr.in/:help</moz:SearchForm>
</OpenSearchDescription>

View File

@ -33,6 +33,12 @@ header-includes:
title="Veronica-2"
href="./veronica2.xml"
/>
<link
rel="search"
type="application/opensearchdescription+xml"
title="wttr.in"
href="./wttr.xml"
/>
```
---
@ -99,6 +105,7 @@ autodiscovery, well you can just grab the XML files yourself here:
* [Mamont (Russian)](./mamont.xml) (FTP search engine)
* [Mamont (English)](./mamont-int.xml) (FTP search engine)
* [Veronica-2](./veronica2.xml) (Gopher search engine, proxied over HTTP)
* [wttr.in](./wttr.xml) (weather forecast)
## To-do