GpgkeyPlugin
This plugin does some features for a GPG/PGP key signing party.
It creates a table with username, key id and fingerprint. It is okay for listing only, but
can be used widely.
- add to your personal page the following user information. Multiple keys/fingerprints are possible by sperating with comma:
- GPG Key: your key id, like 0xDEADBEEF
- GPG Fingerprint: your key fingerprint, like FFFF FFFF FFFF ...
- add yourself to the GpgkeySigningPartyList list like: 3 spaces,asterix,name (including Main. .., e.g.
Main.MartinSteldinger), it can also take Groups
- One line description, shown in the TextFormattingRules topic:
- Set SHORTDESCRIPTION = This plugin can be used to gather a list of gpg keys and fingerprints
- Debug plugin: (See output in
data/debug.txt)
Shellside
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.
- Download the ZIP file from the Plugin web (see below)
- Unzip
GpgkeyPlugin.zip in your twiki installation directory. Content:
|
|
| File: |
Description: |
data/TWiki/GpgkeyPlugin.txt |
Plugin topic |
data/TWiki/GpgkeyPlugin.txt,v |
Plugin topic repository |
lib/TWiki/Plugins/GpgkeyPlugin.pm |
Plugin Perl module |
|
|
|
Wikipage
Note: This can be done by users.
Adds the following tags:
- %GPGLISTVIEW% - displays a table list of GPG keys and fingerprints found in user information. Takes a list of users from the GpgkeySigningPartyList topic.
Attributes:
- topic - specify tree's root topic (if none, will do the entire web)
So you can use %GPGLISTVIEW{topic="GpgkeySigningPartyList"}% to define a specific topic, from which the (gpg-) user list shall be taken.
The administrator can add a GPG Key/Fingerprint questionarie at the
TWikiRegistration for automatisation.
%GPGLISTVIEW%
%GPGLISTVIEW%
%GPGLISTVIEW{topic="Main.WhoUsesGPG"}%
%GPGLISTVIEW{topic="Main.WhoUsesGPG"}%
Related Topics: TWikiPreferences,
TWikiPlugins,
EmptyPlugin
--
TWiki:Main/MartinSteldinger - 11 Dec 2003