Processors in PgpSign.pm


PgpSign 

Webber processor, version 0.3
This program must run inside Webber.

This processor signs the page using PGP. The signature is 
hidden into an HTML comment, so users don't see anything special
in the page, but can download it and check the signature.
This MUST be (RFC 2119) the last proccesor that modifies the
contents of the page.

If you intend to use this in batch processing you will need
to unprotect your private PGP key or enter the passphrase in order
to sign all the pages.

PgpSign uses the following variables:
   #pgpsign.cmdline : Command line and all the args needed by PGP
                      for signing the page.
                      The default value of this variable is:
                      /usr/bin/gpg -sat
   #pgpsign.srcvar : Webber variable to sign (default wbbOut),
   		      usually wbbIn or wbbOut
   #pgpsign.dstvar : Webber variable that will have the output,
   		      (default wbbOut) usually wbbOut