Masafumi Yokoyama
null+****@clear*****
Sat Nov 1 17:35:11 JST 2014
Masafumi Yokoyama 2014-11-01 17:35:11 +0900 (Sat, 01 Nov 2014) New Revision: 2737bad9594ecd867c1b0ddb9228a6a01591dd1b https://github.com/ranguba/rroonga/commit/2737bad9594ecd867c1b0ddb9228a6a01591dd1b Message: example: use "Groonga" form Modified files: example/bookmark.rb example/search/config.ru Modified: example/bookmark.rb (+1 -1) =================================================================== --- example/bookmark.rb 2014-11-01 17:27:57 +0900 (ea42428) +++ example/bookmark.rb 2014-11-01 17:35:11 +0900 (2cf92d4) @@ -111,7 +111,7 @@ p(add_bookmark("http://jp.rubyist.net/magazine/", "Rubyist Magazine - るびま", "moritan", "Ruby 記事", Time.parse("2010-10-07T14:18:28+09:00"))) p(add_bookmark("http://groonga.rubyforge.org/", - "Rubyでgroonga使って全文検索 - ラングバ", "taporobo", + "RubyでGroonga使って全文検索 - ラングバ", "taporobo", "Ruby groonga 全文検索", Time.parse("2010-11-11T12:39:59+09:00"))) p(add_bookmark("http://www.rubyist.net/~matz/", Modified: example/search/config.ru (+4 -4) =================================================================== --- example/search/config.ru 2014-11-01 17:27:57 +0900 (0c9dc3b) +++ example/search/config.ru 2014-11-01 17:35:11 +0900 (1264f42) @@ -51,13 +51,13 @@ class Searcher <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="robot" content="noindex,nofollow" /> - <title>groongaで全文検索</title> + <title>Groongaで全文検索</title> <link rel="stylesheet" href="#{path(request, 'css/groonga.css')}" type="text/css" media="all" /> </head> <body> <div class="header"> - <h1>groongaで全文検索</h1> + <h1>Groongaで全文検索</h1> </div> <div class="content"> @@ -71,7 +71,7 @@ EOH <div class="footer"> <p class="powered-by-groonga"> - <a href="http://groonga.org/">groonga</a> + <a href="http://groonga.org/">Groonga</a> #{Groonga::VERSION.join('.')}を使っています。 </p> <p class="powered-by-ruby-groonga"> @@ -120,7 +120,7 @@ EOF records = [] response.write(<<-EOS) <div class='search-summary'> - <p>Rubyでgroonga使って全文検索</p> + <p>RubyでGroonga使って全文検索</p> </div> EOS else -------------- next part -------------- HTML����������������������������...Download