Apache-Clickable

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

      </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.

CONFIGURATION
      PerlSetVar ClickableTarget _blank
      PerlSetVar ClickableEmail Off

    ClickableTarget
          PerlSetVar ClickableTarget _blank

        specifies target window name of hyperlinks. If set "_blank" for
        example, it filters to:

lib/Apache/Clickable.pm  view on Meta::CPAN

  </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.

=head1 CONFIGURATION

  PerlSetVar ClickableTarget _blank
  PerlSetVar ClickableEmail Off

=over 4

=item ClickableTarget



( run in 1.184 second using v1.01-cache-2.11-cpan-df04353d9ac )