<?xml version="1.0" standalone="yes"?>

<!-- Made up DTD to make our CVS accept this file (xmllint ??noout ??valid must succeed) -->
<!DOCTYPE OpenSearchDescription [
<!ELEMENT OpenSearchDescription (ShortName, Description, Image, Url)>
<!ATTLIST OpenSearchDescription xmlns CDATA #FIXED "http://a9.com/-/spec/opensearch/1.1/">
  <!ELEMENT ShortName (#PCDATA)>
  <!ELEMENT Description (#PCDATA)>
  <!ELEMENT Image (#PCDATA)>
  <!ATTLIST Image height CDATA #REQUIRED
                  width  CDATA #REQUIRED
                  type   CDATA #REQUIRED>
  <!ELEMENT Url EMPTY>
  <!ATTLIST Url type     CDATA #REQUIRED
                template CDATA #REQUIRED>
]>

<OpenSearchDescription>
  <ShortName>forum.mtbikes.info - Forum Rowerowe</ShortName>
  <Description>Search forum.mtbikes.info - Forum Rowerowe</Description>
  <Image height="16" width="16" type="image/x-icon">http://forum.mtbikes.info/favicon.ico</Image>
  <Url type="text/html" template="http://forum.mtbikes.info/search.php?action=firefox_search&amp;keywords={searchTerms}"/>
</OpenSearchDescription>