Add archive.org search engines
continuous-integration/drone/push Build is passing Details

This commit is contained in:
~lucidiot 2021-10-25 00:02:01 +02:00
parent 2df2639205
commit 0e97f128eb
3 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?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>Internet Archive</ShortName>
<Description>Search the Internet Archive's collections</Description>
<LongName>Search through millions of archived books, texts, videos, images, programs, and more</LongName>
<Developer>~lucidiot - https://envs.net/~lucidiot/</Developer>
<Contact>lucidiot@envs.net</Contact>
<Image width="32" height="32">https://archive.org/favicon.ico</Image>
<Url type="text/html" template="https://archive.org/search.php?query={searchTerms}" />
<Url type="application/opensearchdescription+xml" rel="self" template="https://envs.net/~lucidiot/opensearch/archive.xml" />
<moz:SearchForm>https://archive.org/</moz:SearchForm>
</OpenSearchDescription>

View File

@ -0,0 +1,11 @@
<?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>Wayback Machine</ShortName>
<Description>Explore hundreds of billions of web pages saved over time</Description>
<Developer>~lucidiot - https://envs.net/~lucidiot/</Developer>
<Contact>lucidiot@envs.net</Contact>
<Image width="32" height="32">https://archive.org/favicon.ico</Image>
<Url type="text/html" template="https://web.archive.org/web/*/{searchTerms}" />
<Url type="application/opensearchdescription+xml" rel="self" template="https://envs.net/~lucidiot/opensearch/wayback.xml" />
<moz:SearchForm>https://web.archive.org/</moz:SearchForm>
</OpenSearchDescription>

View File

@ -45,6 +45,18 @@ header-includes:
title="dict.org"
href="./dict.xml"
/>
<link
rel="search"
type="application/opensearchdescription+xml"
title="Internet Archive"
href="./archive.xml"
/>
<link
rel="search"
type="application/opensearchdescription+xml"
title="Wayback Machine"
href="./wayback.xml"
/>
```
---
@ -113,6 +125,8 @@ autodiscovery, well you can just grab the XML files yourself here:
* [Veronica-2](./veronica2.xml) (Gopher search engine, proxied over HTTP)
* [wttr.in](./wttr.xml) (weather forecast)
* [dict.org](./dict.xml) (dictionary)
* [Internet Archive](./archive.xml)
* [Wayback Machine](./wayback.xml)
## To-do