File: 01sp.rb

package info (click to toggle)
hiki 0.8.6-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 1,772 kB
  • ctags: 1,746
  • sloc: ruby: 20,067; lisp: 926; sh: 269; makefile: 10
file content (48 lines) | stat: -rw-r--r-- 1,711 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# English resources of 01sp.rb $Revision: 1.1 $

=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:
  @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
:@options['sp.path']
        Directory name where the optional plugins are, relative from the
  directory where tdiary.rb is or absolute.

:@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 Auswahl'
@sp_label_description = '<p>W&auml;hlt das gew&uuml;nschte Plugin.</p>'
@sp_label_please_select = '<p>Bitte die gew&uuml;nschten Plugins hier ausw&auml;hlen. Jeder Plugin-Dateiname ist mit einer eigenen Hilfeseite verbunden. Bitte erstelle oder verbessere die Hilfeseite!</p>'
@sp_label_new = '<h4>Neu! Probiers aus.</h4>'
@sp_label_used = '<h4>In benutzung</h4>'
@sp_label_notused = '<h4>Derzeit nicht benutzt</h4>'
@sp_label_noplugin = '<p>Es gibt keine optionalen Plugins.</p>'