Kouhei Sutou
kou****@cozmi*****
2005年 2月 10日 (木) 23:38:06 JST
須藤です. 私はよくロケーションバーに「http://localhost[ENTER]」と入力 する代わりに「localhost[ENTER]」と入力するのですが,現在のデ フォルトのsmart bookmarkのエントリだけだとGoogle検索になって しまい *私にとって* 嬉しくありません. localhostは特別な存在なのでデフォルトのsmartbookmarks.xmlに 以下のエントリを追加してもらえませんか? <metadata owner="http://kazehakase.sourceforge.jp/" kz:smart_regex="^localhost" kz:smart_uri="%s" /> -------------- next part -------------- Index: etc/smartbookmarks.xml =================================================================== RCS file: /cvsroot/kazehakase/kazehakase/etc/smartbookmarks.xml,v retrieving revision 1.4.2.1 diff -u -p -r1.4.2.1 smartbookmarks.xml --- etc/smartbookmarks.xml 6 Feb 2005 11:24:13 -0000 1.4.2.1 +++ etc/smartbookmarks.xml 10 Feb 2005 14:32:47 -0000 @@ -6,6 +6,7 @@ <info> <metadata owner="http://kazehakase.sourceforge.jp/" kz:smart_regex="\.(com|org|jp|net)" kz:smart_uri="%s" /> <metadata owner="http://kazehakase.sourceforge.jp/" kz:smart_regex="^(http:|ftp:|file:|https:|about:)" kz:smart_uri="%s" /> + <metadata owner="http://kazehakase.sourceforge.jp/" kz:smart_regex="^localhost" kz:smart_uri="%s" /> <metadata owner="http://kazehakase.sourceforge.jp/" kz:smart_regex="^/.*" kz:smart_uri="file://%s" /> <metadata owner="http://kazehakase.sourceforge.jp/" kz:smart_regex="(.*)" kz:smart_uri="http://google.com/search?ie=UTF8&oe=UTF-8&q=%s" kz:smart_urlencode="yes" /> </info>