~ubuntu-branches/ubuntu/saucy/tdiary/saucy-proposed

« back to all changes in this revision

Viewing changes to misc/plugin/search_form.rb

  • Committer: Bazaar Package Importer
  • Author(s): Daigo Moriwaki
  • Date: 2011-04-11 21:53:16 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110411215316-ih4gt4q8p29d2wf8
Tags: 3.0.1-1
* New upstream release (Closes: #542801, #594947)
* debian/control:
 - Bumped up Standards-Version to 3.9.1.
 - Updated version dependency.
* debian/tdiary-setup.rb: Followed the upstream changes, incorporating js and
  index.fcgi

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# search_form.rb $Revision: 1.11 $ $Revision: 1.11 $
 
1
# search_form.rb
2
2
#
3
3
# Show a form for search engines.
4
4
#
44
44
def namazu_form( url, button_name = "Search", size = 20, default_text = "" )
45
45
        search_form( url, "query", button_name, size, default_text )
46
46
end
 
47
 
 
48
# Local Variables:
 
49
# mode: ruby
 
50
# indent-tabs-mode: t
 
51
# tab-width: 3
 
52
# ruby-indent-level: 3
 
53
# End: