diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-06 22:37:10 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-12-06 22:37:10 +0000 |
commit | b69a21f09e302c44b3be907ea767c31a92f565ff (patch) | |
tree | ab696dce74a2bb146a6838178eb46f1601d27206 | |
parent | Add xyaku, a general dictionary/search engine front-end for X. (diff) |
Add probably useful entries: google, google-bsd, freebsd-cvsweb and freebsd-pr.
Notes
Notes:
svn path=/head/; revision=35729
-rw-r--r-- | japanese/xyaku/files/patch-websearch.sh.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/japanese/xyaku/files/patch-websearch.sh.in b/japanese/xyaku/files/patch-websearch.sh.in new file mode 100644 index 000000000000..ba7839561e7d --- /dev/null +++ b/japanese/xyaku/files/patch-websearch.sh.in @@ -0,0 +1,17 @@ +--- addin/websearch.sh.in.orig Sat Sep 2 22:19:15 2000 ++++ addin/websearch.sh.in Thu Dec 7 07:23:04 2000 +@@ -53,6 +53,14 @@ + + # Search for the target word + case "$WEBSITE" in ++google) ++ URL="http://www.google.com/search?q=$target";; ++google-bsd) ++ URL="http://www.google.com/search?restrict=bsd&q=$target";; ++freebsd-cvsweb) ++ URL="http://www.FreeBSD.org/cgi/cvsweb.cgi/$target";; ++freebsd-pr) ++ URL="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=$target";; + yahoo.co.jp) + URL="http://search.yahoo.co.jp/bin/search?p=$target";; + yahoo | yahoo.com | yahoo*) |