~ubuntu-branches/ubuntu/wily/tdiary/wily

« back to all changes in this revision

Viewing changes to misc/plugin/zh/weather.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
1
=begin
2
 
= Weather-of-today plugin((-$Id: weather.rb,v 1.8 2008/01/19 10:23:55 zunda Exp $-))
 
2
= Weather-of-today plugin((-$Id: weather.rb,v 1.9 2008-03-02 09:01:47 kazuhiko Exp $-))
3
3
Records the weather when the diary is first updated for the date and
4
4
displays it.
5
5
 
171
171
        HTML
172
172
end
173
173
 
 
174
 
 
175
# Local Variables:
 
176
# mode: ruby
 
177
# indent-tabs-mode: t
 
178
# tab-width: 3
 
179
# ruby-indent-level: 3
 
180
# End: