diff options
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/wikipedia.xml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/data/wikipedia.xml b/src/data/wikipedia.xml index 6f200a25..4e152087 100644 --- a/src/data/wikipedia.xml +++ b/src/data/wikipedia.xml @@ -1,8 +1,8 @@  <?xml version="1.0" encoding="UTF-8"?>  <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> -    <ShortName>Wikipédia (fr)</ShortName> -    <Description>Wikipédia (fr)</Description> -    <Url method="get" template="http://fr.wikipedia.org/w/index.php?title=Sp%C3%A9cial:Recherche&search={searchTerms}"/> -    <Url method="get" type="application/x-suggestions+xml" template="http://fr.wikipedia.org/w/api.php?action=opensearch&format=xml&search={searchTerms}&namespace=0"/> -    <Image>http://fr.wikipedia.org/favicon.ico</Image> +    <ShortName>Wikipedia</ShortName> +    <Description>Wikipedia</Description> +    <Url method="get" template="http://en.wikipedia.org/w/index.php?title=Sp%C3%A9cial:Recherche&search={searchTerms}"/> +    <Url method="get" type="application/x-suggestions+xml" template="http://en.wikipedia.org/w/api.php?action=opensearch&format=xml&search={searchTerms}&namespace=0"/> +    <Image>http://en.wikipedia.org/favicon.ico</Image>  </OpenSearchDescription> | 
