Search results for "module:HTML::Clean"
HTML::Clean - Cleans up HTML code for web browsers, not humans
The HTML::Clean module encapsulates a number of common techniques for minimizing the size of HTML files. You can typically save between 10% and 50% of the size of a HTML file using these methods. It provides the following features: Remove unneeded wh...
AZJADFTRE/HTML-Clean-1.4 - 13 Sep 2019 11:40:24 UTC
Alvis::HTML - Perl extension for converting documents in dirty HTML into "clean" HTML suitable for Alvis purposes
Assumes the input is in UTF-8 and does NOT contain '\0's (or rather that they carry no meaning and are removable)....
WBUNTINE/Alvis-Convert-0.4 - 02 Jul 2007 12:59:24 UTC
HTML::Laundry - Perl module to clean HTML by the piece
HTML::Laundry is an HTML::Parser-based HTML normalizer, meant for small pieces of HTML, such as user comments, Atom feed entries, and the like, rather than full pages. Laundry takes these and returns clean, sanitary, UTF-8-based XHTML. The parser's b...
CHA/HTML-Laundry-0.0107 - 19 Jan 2017 15:23:24 UTC
HTML::Detergent - Clean the gunk off an HTML document
HTML::Detergent is for isolating the main content of an HTML page, stripping it of navigation, visual design, and other ancillary content. The main purpose of this module is to aid in the migration of web content from one content management system to...
DORIAN/HTML-Detergent-0.06 - 04 Jul 2013 20:23:45 UTC
HTML::T5 - HTML validation in a Perl object
"HTML::T5" is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint". "HTML::T5" was forked from HTML::Tidy5 by Andy...
SHLOMIF/HTML-T5-0.013 - 10 Apr 2022 02:43:19 UTC
HTML::Tidy - (X)HTML validation in a Perl object
"HTML::Tidy" is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint"....
PETDANCE/HTML-Tidy-1.60 - 13 Sep 2017 15:40:12 UTC
HTML::Bare - Minimal HTML parser implemented via a C state engine
This module is a 'Bare' HTML parser. It is implemented in C. The parser itself is a simple state engine that is less than 500 lines of C. The parser builds a C struct tree from input text. That C struct tree is converted to a Perl hash by a Perl func...
CODECHILD/HTML-Bare-0.02 - 06 Sep 2014 23:43:01 UTC
HTML::Acid - Reformat HTML fragment to strict criteria
Fragments of HTML returned by a rich text editor tend to be not entirely standards compliant. "img" tags tend not to be closed. Paragraphs breaks might be represented by double "br" tags rather than "p" tags. Of course we also need to do all the XSS ...
SILASMONK/HTML-Acid-v0.0.3 - 23 Mar 2011 14:30:49 UTC
HTML::Zoom - selector based streaming template engine
HTML::Zoom is a lazy, stream oriented, streaming capable, mostly functional, CSS selector based semantic templating engine for HTML and HTML-like document formats. Which is, on the whole, a bit of a mouthful. So let me step back a moment and explain ...
JJNAPIORK/HTML-Zoom-0.009009 - 15 May 2015 19:03:05 UTC
HTML::Tidy5 - HTML validation in a Perl object
"HTML::Tidy5" is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint"....
PETDANCE/HTML-Tidy5-1.06 - 26 Oct 2019 19:38:34 UTC
HTML::Tempi - Perl extension for HTML templates
Tempi is a HTML template system. It's is written in C, using a flex generated scanner. That makes it (That's why it should be) faster than pure Perl template systems....
RFAUST/HTML-Tempi-0.01 - 19 Jan 2002 15:47:12 UTC
Formatter::HTML::HTML - Formatter to clean existing HTML
This module will clean the document using HTML::Tidy. It also inherits from that module, so you can use methods of that class. It can also parse and return links and the title (using HTML::TokeParser)....
KJETILK/Formatter-HTML-HTML-0.97 - 19 Nov 2005 21:35:56 UTC
HTML::Packer - Another HTML code cleaner
A HTML Compressor....
LEEJO/HTML-Packer-2.10 - 13 Jan 2020 08:00:54 UTC
HTML::MyHTML
This Parser based on MyHTML library <https://github.com/lexborisov/myhtml> (it includes version 1.0.2) * Asynchronous Parsing, Build Tree and Indexation * Fully conformant with the HTML5 specification <https://html.spec.whatwg.org/multipage/> * Manip...
LASTMAC/HTML-MyHTML-1.02 - 20 Jul 2016 06:35:22 UTC
HTML::Defang - Cleans HTML as well as CSS of scripting and other executable contents, and neutralises XSS attacks.
This module accepts an input HTML and/or CSS string and removes any executable code including scripting, embedded objects, applets, etc., and neutralises any XSS attacks. A whitelist based approach is used which means only HTML known to be safe is al...
ROBM/HTML-Defang-1.07 - 03 Jul 2018 05:40:17 UTC
HTML::FormsDj - a web forms module the django way
The HTML::FormsDj module provides a comfortable way to maintain HTML form input. Its main use is for Dancer but can be used with other perl application servers as well, since it doesn't require Dancer to run at all. HTML::FormsDj aims to behave as mu...
TLINDEN/HTML-FormsDj-0.03 - 11 Jan 2012 19:47:33 UTC
HTML::CMTemplate - Generate text-based content from templates.
HTML::CMTemplate 0.4.0 A class for generating text-based content from a simple template language. It was inspired by the (as far as I'm concerned, incomplete) HTML::Template module, and was designed to make template output extremely fast by convertin...
SHIBLON/HTML-CMTemplate-0.4.0 - 06 Nov 2001 15:00:10 UTC
HTML::EasyTags - Make well-formed XHTML or HTML 4 tags, lists
This Perl 5 object class can be used to generate any well-formed XHTML or HTML tags in a format that is consistent with the W3C XHTML 1.0 or HTML 4.01 standards. See http://www.w3.org/TR/xhtml1 and http://www.w3c.org/MarkUp for references. There are ...
DUNCAND/HTML-EasyTags-1.071 - 17 Mar 2003 06:28:23 UTC
HTML::Processor - HTML template processor
The Processor.pm module is designed to remove html from perl scripts without putting too much Perl into the html. The syntax (configurable) is somewhat verbose in order to not scare off html coders, while retaining some Perl logic and functionality. ...
PSCHNELL/HTML-Processor-0.2.1 - 26 Nov 2002 15:31:00 UTC