| ... | ... | @@ -11,7 +11,6 @@ | 
| 11 | 11 |    {% capture keywords %}{% if page.keywords %}{{ page.keywords }}{% else %}{{ site.keywords }}{% endif %}{% endcapture %} | 
| 12 | 12 |    <meta name="keywords" content="{{ keywords }}"> | 
| 13 | 13 |  | 
| 14 | - <!-- http://t.co/dKP3o1e --> | |
| 15 | 14 | <meta name="HandheldFriendly" content="True"> | 
| 16 | 15 | <meta name="MobileOptimized" content="320"> | 
| 17 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 
| ... | ... | @@ -24,6 +23,7 @@ | 
| 24 | 24 |    <script src="{{ root_url }}/javascripts/ender.js"></script> | 
| 25 | 25 |    <script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script> | 
| 26 | 26 |    <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> | 
| 27 | + <link rel="search" type="application/opensearchdescription+xml" title="Cinan's world" href="http://blog.cinan.sk/opensearch.xml"> | |
| 27 | 28 |    {% include custom/head.html %} | 
| 28 | 29 |    {% include google_analytics.html %} | 
| 29 | 30 |  | 
| 30 | 31 | new file mode 100644 | 
| ... | ... | @@ -0,0 +1,11 @@ | 
| 0 | +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |
| 1 | +<ShortName>Cinan's World</ShortName> | |
| 2 | +<LongName>Cinan's World</LongName> | |
| 3 | +<Description>Search in Cinan's World</Description> | |
| 4 | +<InputEncoding>UTF-8</InputEncoding> | |
| 5 | +<OutputEncoding>UTF-8</OutputEncoding> | |
| 6 | +<Image height="16" width="16" type="image/x-icon">http://blog.cinan.sk/favicon.ico</Image> | |
| 7 | +<Url type="text/html" method="GET" template="https://www.google.com/search?q=site:blog.cinan.sk {searchTerms}"/> | |
| 8 | +<Query role="example" searchTerms="server"/> | |
| 9 | +</OpenSearchDescription> | |
| 10 | + | 
| ... | ... | @@ -11,7 +11,6 @@ | 
| 11 | 11 |    {% capture keywords %}{% if page.keywords %}{{ page.keywords }}{% else %}{{ site.keywords }}{% endif %}{% endcapture %} | 
| 12 | 12 |    <meta name="keywords" content="{{ keywords }}"> | 
| 13 | 13 |  | 
| 14 | - <!-- http://t.co/dKP3o1e --> | |
| 15 | 14 | <meta name="HandheldFriendly" content="True"> | 
| 16 | 15 | <meta name="MobileOptimized" content="320"> | 
| 17 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 
| ... | ... | @@ -24,6 +23,7 @@ | 
| 24 | 24 |    <script src="{{ root_url }}/javascripts/ender.js"></script> | 
| 25 | 25 |    <script src="{{ root_url }}/javascripts/octopress.js" type="text/javascript"></script> | 
| 26 | 26 |    <link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml"> | 
| 27 | + <link rel="search" type="application/opensearchdescription+xml" title="Cinan's world" href="http://blog.cinan.sk/opensearch.xml"> | |
| 27 | 28 |    {% include custom/head.html %} | 
| 28 | 29 |    {% include google_analytics.html %} | 
| 29 | 30 |  | 
| 30 | 31 | new file mode 100644 | 
| ... | ... | @@ -0,0 +1,11 @@ | 
| 0 | +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> | |
| 1 | +<ShortName>Cinan's World</ShortName> | |
| 2 | +<LongName>Cinan's World</LongName> | |
| 3 | +<Description>Search in Cinan's World</Description> | |
| 4 | +<InputEncoding>UTF-8</InputEncoding> | |
| 5 | +<OutputEncoding>UTF-8</OutputEncoding> | |
| 6 | +<Image height="16" width="16" type="image/x-icon">http://blog.cinan.sk/favicon.ico</Image> | |
| 7 | +<Url type="text/html" method="GET" template="https://www.google.com/search?q=site:blog.cinan.sk {searchTerms}"/> | |
| 8 | +<Query role="example" searchTerms="server"/> | |
| 9 | +</OpenSearchDescription> | |
| 10 | + |