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

« back to all changes in this revision

Viewing changes to contrib2/plugin/ja/microsummary.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
# ja/microsummary.rb
 
2
#
 
3
# Japanese resources for microsummary.rb
 
4
#
 
5
# Copyright (c) 2006 elytsllams <smallstyle@gmail.com>
 
6
# Distributed under the GPL
 
7
#
 
8
 
 
9
if @mode == 'conf' || @mode == 'saveconf'
 
10
   add_conf_proc( 'microsummary', 'Microsummary Generator' ) do
 
11
      saveconf_microsummary
 
12
      microsummary_init
 
13
      <<-HTML
 
14
      <h3 class="subtitle">URI for microsummary generator XML</h3>
 
15
      <p><input name="generator.xml" value="#{CGI::escapeHTML(@conf['generator.xml'])}" size="60"></p>
 
16
      HTML
 
17
   end
 
18
end