Hello my telerik chums,
Please please please implement OpenSearch on your forums, it's oh so simple it'll only take you a few seconds! Go on you know you want to....
Your forum template page add the following in the <head> tag
Eh voila, now I can whack you into my IE search provider list (or firefoxy)!
Job Done :)
Wondering what the heck OpenSearch does?
See http://www.opensearch.org/Home for info.
Toodles
Mac.
Please please please implement OpenSearch on your forums, it's oh so simple it'll only take you a few seconds! Go on you know you want to....
| Xml file (OpenSearch.xml) |
| <?xml version="1.0" encoding="utf-8" ?> |
| <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> |
| <ShortName>My Search Name</ShortName> |
| <Description>My Search Description</Description> |
| <Url type="text/html" method="get" template="http://myUrl/search.aspx?q={searchTerms}"/> |
| <Image width="16" height="16">http://myUrl/favicon.ico</Image> |
| <InputEncoding>UTF-8</InputEncoding> |
| <SearchForm>http://myUrl/search.aspx</SearchForm> |
| </OpenSearchDescription> |
Your forum template page add the following in the <head> tag
<link rel="search" type="application/opensearchdescription+xml" href="~/opensearch.xml" title="My Search"> |
Eh voila, now I can whack you into my IE search provider list (or firefoxy)!
Job Done :)
Wondering what the heck OpenSearch does?
See http://www.opensearch.org/Home for info.
Toodles
Mac.
