<?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>MonetDB BugTracker</ShortName>
  <Description>Search MonetDB bugs on SourceForge</Description>
  <Image height="16" width="16" type="image/x-icon">http://monetdb.cwi.nl/favicon.ico</Image>
  <Url type="text/html"
	  template="http://sourceforge.net/search/index.php?group_id=56967&amp;form_submit=Search&amp;search_summary=1&amp;search_details=1&amp;search_comments=1&amp;type_of_search=artifact&amp;all_words={searchTerms}&amp;exact_phrase=&amp;some_word=&amp;without_words=&amp;artifact_id=&amp;submitted_by=&amp;assigned_to=&amp;open_date_start=&amp;open_date_end=&amp;last_update_date_start=&amp;last_update_date_end="/>
</OpenSearchDescription>
