r8 - 27 Mar 2022 - 15:14:15 - TWikiContributorYou are here: TWiki >  TWiki Web > SignaturePlugin
ANNUNCIO: L'aggiornamento dei pacchetti ISI produce importanti cambiamenti, leggete questa nota

Signature Plugin

This plugin supports a simple tag which appears as a button with the label given by the SIGNATURELABEL setting. When clicked, it is replaced by the text given in the SIGNATUREFORMAT setting (this is typically the name of the logged in user and the current date).

Syntax Rules

Insert the tag %SIGNATURE% anywhere in the topic, as many times as you like. Each such tag will create a signature button.

The following parameters are supported for the %SIGNATURE% tag.

Parameter: Description: Default:
"name" The wiki name of a user or group or a list of users/groups. Only these users or members of these groups are allowed to sign here.  
"format" The signature format for this particular signature. The syntax is the same as for the setting variable SIGNATUREFORMAT.  

Plugin Settings

Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%, i.e. %SIGNATUREPLUGIN_SHORTDESCRIPTION%

  • Format of the signature line. The variables $wikiusername, $wikiname, $username, and $date can be used, indicating the WikiName of the logged in user prefixed with the user web, the WikiName of the logged in user, the login name of the logged in user, and the date of signing, respectively.
    • Set SIGNATUREFORMAT = $wikiusername - $date
  • Label of the signature button
    • Set SIGNATURELABEL = Sign

  • One line description, is shown in the TextFormattingRules topic:
    • Set SHORTDESCRIPTION = Supports electronic signatures

  • Debug plugin: (See output in data/debug.txt)
    • Set DEBUG = 0

Plugin Installation Instructions

  • This plugin works only with TWiki 4 and beyond.
  • Download the ZIP file from the Plugin web (see below)
  • Unzip SignaturePlugin.zip in your twiki installation directory. Content:
File: Description:
data/TWiki/SignaturePlugin.txt Plugin topic
lib/TWiki/Plugins/SignaturePlugin.pm Plugin Perl module
lib/bin/digisign Support script
templates/oopsgeneric.tmpl Only for TWiki 4.0
templates/oopsgeneric.pattern.tmpl Only for TWiki 4.0
  • Ensure that the script lib/bin/digisign is executable and authorized as desired.
  • If installed correctly you should see a button with the label indicated by the setting below.

(TWikiAdminGroup)  

Plugin Info

Plugin Author: TWiki:Main/ThomasWeigert
Copyright: © 2006, Motorola
License: GPL (GNU General Public License)
Plugin Version: 19 Nov 2021
Change History:  
19 Nov 2006: Support user designation and user-specific format.
01 Aug 2006: Initial release
TWiki Dependency: $TWiki::Plugins::VERSION 1.1
CPAN Dependencies: none
Other Dependencies: none
Perl Version: 5.005
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/SignaturePlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/SignaturePluginDev
Appraisal: http://TWiki.org/cgi-bin/view/Plugins/SignaturePluginAppraisal

Related Topics: TWikiPlugins, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences

-- ThomasWeigert? - 19 Nov 2021

 

This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.SignaturePlugin