- items: allow 'upg' to be an array - filter: fixed logic error in checks - Markup: prevent handling of [menu], as PageTemplate is nyi - Power: advanced features (hide reagents or sellprice; recoloring, renaming, iconizing of links) - search: side-icon for titles - smarty: added template-vars to cache (has to be fixed sooner or later) - identify as HTML5 (fixed a strange bug with displaced list-pegs) - removed several typos
19 lines
No EOL
687 B
XML
19 lines
No EOL
687 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<ShortName>Aowow</ShortName>
|
|
<Description>Aowowo Search Plugin</Description>
|
|
<Url
|
|
type="text/html"
|
|
method="get"
|
|
template="http://aowow.dyndns.org/?search={searchTerms}" />
|
|
|
|
<Url
|
|
type="application/x-suggestions+json"
|
|
method="get"
|
|
template="http://aowow.dyndns.org/?search={searchTerms}&opensearch" />
|
|
|
|
<Image height="16" width="16" type="image/vnd.microsoft.icon">http://aowow.dyndns.org/static/images/logos/favicon.ico</Image>
|
|
<Image height="16" width="16" type="image/gif">http://aowow.dyndns.org/static/images/icons/favicon.gif</Image>
|
|
|
|
</OpenSearchDescription> |