Apache::Clickable

Apache::Clickable can make URLs and Emails in HTML clickable.
Download

Apache::Clickable Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tatsuhiko Miyagawa
  • Publisher web site:
  • http://search.cpan.org/~miyagawa/Template-Plugin-Clickable-0.06/lib/Template/Plugin/Clickable.pm

Apache::Clickable Tags


Apache::Clickable Description

Apache::Clickable can make URLs and Emails in HTML clickable. Apache::Clickable can make URLs and Emails in HTML clickable.SYNOPSIS # in httpd.conf < Location /clickable > SetHandler perl-script PerlHandler Apache::Clickable < /Location > # filter aware PerlModule Apache::Clickable SetHandler perl-script PerlSetVar Filter On PerlHandler Apache::Clickable Apache::AntiSpam Apache::CompressApache::Clickable is a filter to make URLs in HTML clickable. With URI::Find and Email::Find, this module finds URL and Email in HTML document, and automatically constructs hyperlinks for them.For example, < body > Documentation is available at http://www.foobar.com/ freely.< P > someone@foobar.com < /body >This HTML would be filtered to: < body > Documentation is available at < a href="http://www.foobar.com/" >http://www.foobar.com< /a > freely.< P > < a href="mailto:someone@foobar.com" >someone@foobar.com< /a > < /body >This module is Filter aware, meaning that it can work within Apache::Filter framework without modification. Requirements: · Perl


Apache::Clickable Related Software