Add dict.org search engine

This commit is contained in:
~lucidiot 2021-10-24 23:34:50 +02:00
parent c78afeffc0
commit 2df2639205
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?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>dict.org</ShortName>
<Description>The DICT Development group</Description>
<LongName>Search in over a hundred dictionaries using the DICT protocol.</LongName>
<Developer>~lucidiot - https://envs.net/~lucidiot/</Developer>
<Contact>lucidiot@envs.net</Contact>
<Image>http://dict.org/favicon.ico</Image>
<Url type="text/html" method="post" template="http://dict.org/bin/Dict">
<Param name="Form" value="Dict1" />
<Param name="Query" value="{searchTerms}" />
<Param name="Strategy" value="*" />
<Param name="Database" value="*" />
</Url>
<Url type="application/opensearchdescription+xml" rel="self" template="https://envs.net/~lucidiot/opensearch/dict.xml" />
<moz:SearchForm>http://dict.org/</moz:SearchForm>
</OpenSearchDescription>

View File

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