diff options
Diffstat (limited to 'src/osdd.xml')
-rw-r--r-- | src/osdd.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/osdd.xml b/src/osdd.xml new file mode 100644 index 0000000..9522910 --- /dev/null +++ b/src/osdd.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> + <!-- this file is a format string, so make sure it does not exceed ~4000 characters and it has percents escaped with + percent percent. --> +<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" > + <ShortName>sear.c</ShortName> + <Description>sear.c</Description> + <Url type="text/html" method="get" template="http://%s/?q={searchTerms}" /> +</OpenSearchDescription> |