1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: libtemplate-plugin-clickable-perl
Section: perl
Priority: optional
Maintainer: Stephen Quinney <stephen@jadevine.org.uk>
Build-Depends-Indep: debhelper (>= 4), perl (>= 5.6.0-16), libuniversal-exports-perl, liburi-find-perl (>= 0.13), libtemplate-perl (>= 2.07), libtest-simple-perl (>= 0.32) | perl (>= 5.8.3)
Standards-Version: 3.6.1.1
Package: libtemplate-plugin-clickable-perl
Architecture: all
Depends: ${perl:Depends}, libuniversal-exports-perl, liburi-find-perl (>= 0.13), libtemplate-perl (>= 2.07)
Description: Make URLs clickable in HTML
This is a plugin for the Perl Template Toolkit which allows you to
filter HTML to make any embedded URLs clickable. The basic idea is
that it searches the text for any http:// and https:// URLs that are
not marked up and adds the correct HTML anchor tags to make them into
hyperlinks.
|