<?xml version="1.0"?>
<OpenSearchDescription
	xmlns="http://a9.com/-/spec/opensearch/1.1/"
	xmlns:moz="http://www.mozilla.org/2006/browser/search/"
>
	<ShortName>PBM</ShortName>
	<Description>PBM Search Bug</Description>
	<InputEncoding>iso-8858-1</InputEncoding>

	<!-- Chemin vers l'image qui s'affiche dans la zone de recherche -->
	 <Image height="16" width="16" type="image/x-icon">
			http://vingtetun.org/ico/opensearch.ico
	</Image>

	<!-- Notre url de recherche -->
	<Url 
		type="text/html"
		template="http://vingtetun.org/index.html?object=Status&amp;value={searchTerms}"
	/>

	<!-- Notre suggestion de recherche -->
	<Url 
		type="application/x-suggestions+json"
		template="http://vingtetun.org/json/search.js"
	/>

	<!--
		Ce namespace moz ne marche qu'avec mozilla, il est tranparent sous IE.
		C'est un raccourci vers la page d'index de PBM.
	-->
	<moz:SearchForm>http://vingtetun.org/index.html</moz:SearchForm>
</OpenSearchDescription>
