read, think, learn
You're not logged in ... login

Abgabe, Flash Animation

Aufgabenstellung Ziel war das...

(2008-06-25 23:08)

Mai 2008: April     1  2  3  4  5  6  7  8  9 10111213141516171819202122 232425262728293031  Juni
Home : Stories : OpenSearch and Sherlock search engine support

OpenSearch and Sherlock search engine support

Experimentally I tried to add OpenSearch and Sherlock search engine support to my blog.

OpenSearch

OpenSearch is supported by Firefox 2+ and IE 7. Resources:

I created an OpenSearch description file and uploaded it on my blog: opensearch.xml (xml, 1 KB)

Sadly I cannot add the file to the layout itself, so there is a bit of dependency between the layout used and the files in the blog the layout is applied to.

A reference to the OpenSearch description file must be added to the HTML head by updating your layout's main page:
<link rel="search" type="application/opensearchdescription+xml" href="<% site.url %>getfile?name=opensearch.xml" title="OpenSearch <% site.title %>" />

Browsing my blog should add a search engine option to Firefox and IE.

Sherlock

Sherlock is a searching tool developed by Apple.
Resources:

Sherlock plugin description file: sherlock.src (src, 1 KB)

Sherlock untested yet.

Update: No success adding sherlock support, probably already outdated? Will stop trying