Sha256: 62ef7adebfc99aabbe6524808dbfb1dd57ba8b77f13487f3d05a8f7eb533647c

Contents?: true

Size: 1.72 KB

Versions: 22

Compression:

Stored size: 1.72 KB

Contents

# -*- coding: utf-8; -*-
# English resources of 50sp.rb

=begin
= Select-plugin plugin

== Abstract
Selects which plugin to be actually used.

== Usage
Put this file into the plugin/ directory.

Next, move the plugins you want to be optional into another directory.
In the example below, these plugins are assumed to be in
plugin/selectable directory.

Finally, edit the tdiary.conf file in the same directory as tdiary.rb
and add the following line:
  @conf.options['sp.path'] = 'misc/plugin'
to indicate the directory you have put the optional plugins. It can be
an absolute path.

You can use this plugin in a secure diary.

== Options
:@conf.options['sp.path']
	Directory name where the optional plugins are, relative from the
  directory where tdiary.rb is or absolute.

:@conf.options['sp.usenew']
  Define true if you want to the users to try a newly installed plugin.
	Newly installed plugins are detected next time when the user configures
	this plugin.

== Copyright notice
Copyright (C) 2003 zunda <zunda at freeshell.org>

Permission is granted for use, copying, modification, distribution, and
distribution of modified versions of this work under the terms of GPL
version 2 or later.
=end

@sp_label = 'Plugin selection'
@sp_label_description = '<p>Selects which plugins you want to use.</p>'
@sp_label_please_select = '<p>Please check the plugins you want to use. Each plugin filename is linked to its document. Please create or improve the document!</p>'
@sp_label_new = '<h3>New! Give it a try.</h3>'
@sp_label_used = '<h3>Being used</h3>'
@sp_label_notused = '<h3>Currently not used</h3>'
@sp_label_noplugin = '<p>There is no optional plugins.</p>'

# Local Variables:
# mode: ruby
# indent-tabs-mode: t
# tab-width: 3
# ruby-indent-level: 3
# End:

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
tdiary-4.0.5.1 plugin/en/50sp.rb
tdiary-4.0.5 plugin/en/50sp.rb
tdiary-4.0.4 plugin/en/50sp.rb
tdiary-4.0.3 plugin/en/50sp.rb
tdiary-4.0.2.20140201 plugin/en/50sp.rb
tdiary-4.0.2 plugin/en/50sp.rb
tdiary-4.0.1.20131102 plugin/en/50sp.rb
tdiary-4.0.1.20130929 plugin/en/50sp.rb
tdiary-4.0.1.20130903 plugin/en/50sp.rb
tdiary-4.0.1 plugin/en/50sp.rb
tdiary-4.0.0.20130826 plugin/en/50sp.rb
tdiary-4.0.0 plugin/en/50sp.rb
tdiary-3.2.2.20130727 plugin/en/50sp.rb
tdiary-3.2.2.20130722 plugin/en/50sp.rb
tdiary-3.2.2.20130720 plugin/en/50sp.rb
tdiary-3.2.2.20130617 plugin/en/50sp.rb
tdiary-3.2.2.20130614 plugin/en/50sp.rb
tdiary-3.2.2.20130604 plugin/en/50sp.rb
tdiary-3.2.2.20130527 plugin/en/50sp.rb
tdiary-3.2.2.20130518 plugin/en/50sp.rb