自定义Win 7中的Federated Search

2009/1/19 0:31:16    编辑:Windows7之家 - Mary Jane     字体:【

Win7之家www.win7china.com):自定义Win 7中的Federated Search

 Windows 7中联合搜索大家都知道了吧,通过一些插件,从Windows 7的桌面即可搜索Flickr、Youtube等网站上的内容,那么是否可以搜索学校的图书馆呢?

创建模板

*新建记事本文档
*复制粘贴如下内容

<?xml version=”1.0″ encoding=”UTF-8″?><OpenSearchDescription xmlns=http://a9.com/-/spec/opensearch/1.1/ xmlns:ms-ose=”http://schemas.microsoft.com/opensearchext/2009/”>
<ShortName>输入搜索名称</ShortName>
<Description>输入搜索描述</Description>
<Url type=”application/rss+xml” template=”http://search.msn.com/results.aspx?q={searchTerms}+site:域名&num=10&format=rss”/>
<Url type=”text/html” template=”http://search.live.com/results.aspx?q={searchTerms}+site:域名&format=rss”/>
</OpenSearchDescription>

编辑模板

此部分请小心操作,注意每个字母和数字、否则会无法使用,不过放心,不会有什么大问题,仅仅是无法使用而已。

红色部分:输入自己搜索的名字和描述

蓝色部分:不要动

绿色部分:输入学校图书馆的域名,如:kent.ac.uk或stanford.edu

保存和使用

*当编辑完成后,右键-另存为XXX.osdx
*此时,文件图标应该会变为搜索图标(一个放大镜)
*双击即可使用

小编:我由于条件限制,没有亲自测试,大家见谅。照理说是应该可以的,而且应该不只是图书馆,应该是任意网站都可以,大家不妨试试,反正也花不了多少时间。

附部分原文:

Federated Search, from a developers perspective, is like the search bar in Firefox and IE7. For the end user, and in this case, the student, it allows you to browse a search engine directly from your desktop, in Windows Search. So instead of searching “Everywhere” or “Indexed Locations”, why not “Flickr”, “YouTube”, or “Your university library”?
...