AxKit::XSP::MD5 - AxKit XSP taglib for MD5 digests


AxKit-XSP-MD5 documentation  | view source Contained in the AxKit-XSP-MD5 distribution.

Index


NAME

Top

AxKit::XSP::MD5 - AxKit XSP taglib for MD5 digests

SYNOPSIS

Top

Add the md5 namespace to your XSP <xsp:page> tag:

  <xsp:page
    language='Perl'
    xmlns:xsp='http://apache.org/xsp/core/v1'
    xmlns:md5='http://xmlns.knowscape.com/xsp/MD5'>

And add the taglib to AxKit (via httpd.conf or .htaccess):

  AxAddXSPTaglib AxKit::XSP::MD5

DESCRIPTION

Top

The XSP MD5 taglib implements MD5 digests (as provided by the Digest::MD5 module). You may use it to generate keys for cookies or checksums for files (if there is demand for this, I'll implement MD5'ing an external file).

Tag Reference

There are three tags provided by this taglib, which map to Digest::MD5's three functions: md5:md5, md5:md5-hex, md5:md5-base64. Please refer to Digest::MD5's documentation for these. The data is quite simply the content of the tags.

AUTHOR

Top

Robin Berjon, robin@knowscape.com

COPYRIGHT

Top


AxKit-XSP-MD5 documentation  | view source Contained in the AxKit-XSP-MD5 distribution.