Name : perl-Template-Plugin-HTML-Strip
| |
Version : 0.01
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 7.66
| Date : 2024-08-05 20:30:00
|
Group : Development/Libraries/Perl
| Source RPM : perl-Template-Plugin-HTML-Strip-0.01-7.66.src.rpm
|
Size : 0.00 MB
| |
Packager : (none)
| |
Summary : HTML::Strip filter for Template Toolkit
|
Description :
This module is a Template Toolkit dynamic filter, which uses HTML::Strip to remove markup (primarily HTML, but also SGML, XML, etc) from filtered content during template processing.
By default, the installed filter\'s name is \'html_strip\'. This can be changed by specifying a new name as the first positional argument during plugin usage:
[% USE HTML.Strip \'strip\' %]
[% \'< div>Our very existence is under threat.< /div>\' | strip %]
The filter can optionally take configuration options, which will be passed to HTML::Strip\'s constructor method:
[% USE HTML.Strip striptags = [ \'applet\' \'strong\' ] emit_spaces = 0 %]
[% FILTER html_strip %] < strong>Are we next!?< /strong> [% END %]
For more details on available configuration options, please refer to HTML::Strip.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/noarch |