redlib 0.36.0

Alternative private front-end to Reddit
Documentation
1
2
3
4
5
6
7
8
9
10
11
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>Search Redlib</ShortName>
  <Description>Search for whatever you want on Redlib, awesome Reddit frontend</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image width="32" height="32" type="image/x-icon">https://localhost:8080/favicon.ico</Image>
  <Url type="text/html" template="https://localhost:8080/search">
    <Param name="q" value="{searchTerms}"/>
  </Url>
  <moz:SearchForm>https://localhost:8080/search</moz:SearchForm>
</OpenSearchDescription>