Previous: gpg Tag, Up: Encryption


12.3 gpge Tag

Enclose unencrypted text within these tags and only its encrypted version will be published to the html file. This is useful when you need to maintain an unencrypted cleartext version in your local wiki source and publish it's encrypted counterpart to your web site.

Example:

     <gpge>Test data</gpge>

Resultant html file section:

     <pre class="example">-----BEGIN PGP MESSAGE-----
     Version: GnuPG v1.2.4 (GNU/Linux)
     
     [Imagine encrypted text]
     
     -----END PGP MESSAGE-----
     </pre>