~ubuntu-branches/ubuntu/utopic/tdiary/utopic

« back to all changes in this revision

Viewing changes to plugin/en/05referer.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
# -*- coding: utf-8; -*-
1
2
#
2
3
# 05referer.rb: English resource of referer plugin
3
4
#
4
 
# Copyright (C) 2006, TADA Tadashi <sho@spc.gr.jp>
 
5
# Copyright (C) 2006, TADA Tadashi <t@tdtds.jp>
5
6
# You can redistribute it and/or modify it under GPL2.
6
7
#
7
8
 
39
40
        <p><textarea name="referer_table" cols="60" rows="10">#{h @conf.referer_table2.collect{|a|a.join( " " )}.join( "\n" )}</textarea></p>
40
41
        HTML
41
42
end
 
43
 
 
44
# Local Variables:
 
45
# mode: ruby
 
46
# indent-tabs-mode: t
 
47
# tab-width: 3
 
48
# ruby-indent-level: 3
 
49
# End: