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

« back to all changes in this revision

Viewing changes to misc/plugin/zh/makerss.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
# makerss.rb Chinese resources
2
 
 
3
2
def makerss_tsukkomi_label( id )
4
3
        "TSUKKOMI to #{id[0,4]}-#{id[4,2]}-#{id[6,2]}[#{id[/[1-9]\d*$/]}]"
5
4
end
39
38
end
40
39
 
41
40
@makerss_edit_label = "A little modify (don't update feeds)"
 
41
 
 
42
# Local Variables:
 
43
# mode: ruby
 
44
# indent-tabs-mode: t
 
45
# tab-width: 3
 
46
# ruby-indent-level: 3
 
47
# End: