一段 OpenSearch 代码
一段 OpenSearch 代码,支持在浏览器的搜索栏增加搜索自己网站的搜索引擎和图标。
<?xml version="1.0" encoding="UTF-8" ?> <opensearchdescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <shortname>IllumineZ@Blog</shortname> <description>IllumineZ@Blog Search</description> <image height="16" width="16" type="image/x-icon">http://alpha0roc.googlepages.com/blogicon.ico</image> <tags>IllumineZ@Blog</tags> <contact>alpha.roc@gmail.com</contact> <url type="text/html" template="http://alpha0roc.blogspot.com/search?q={searchTerms}" /> </openSearchDescription>
Comments
Post a Comment