gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit e8502ea42e4bba5049ee676cf83f5f6a8656453d
parent bb1c04329c4eaf1cdb78095f945123514667ffb9
Author: Ruben Rodriguez <ruben@gnu.org>
Date:   Tue, 22 Dec 2015 18:04:25 -0600

Updated format on duckduckgo.xml

Diffstat:
Mdata/searchplugins/duckduckgo.xml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/data/searchplugins/duckduckgo.xml b/data/searchplugins/duckduckgo.xml @@ -1,5 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> -<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> +<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/"> <ShortName>DuckDuckGo</ShortName> <Description>Search DuckDuckGo (SSL)</Description> <InputEncoding>UTF-8</InputEncoding> @@ -9,4 +8,4 @@ <Param name="q" value="{searchTerms}"/> <Param name="t" value="gnu"/> </Url> -</OpenSearchDescription> +</SearchPlugin>