The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:HTML::Tidy"

HTML::Tidy - (X)HTML validation in a Perl object River stage two • 13 direct dependents • 19 total dependents

"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

Test::HTML::Tidy - Test::More-style wrapper around HTML::Tidy River stage one • 3 direct dependents • 3 total dependents

Handy way to check that HTML is valid, according to HTML::Tidy. It is built with Test::Builder and plays happily with Test::More and friends. If you are not already familiar with Test::More now would be the time to go take a look....

PETDANCE/Test-HTML-Tidy-1.00 - 26 Feb 2004 15:19:50 UTC

HTML::Tidy::libXML - Tidy HTML via XML::LibXML River stage one • 1 direct dependent • 1 total dependent

DANKOGAI/HTML-Tidy-libXML-0.02 - 21 Feb 2009 11:50:17 UTC

HTML::Tidy::Message - Message object for the Tidy functionality River stage two • 13 direct dependents • 19 total dependents

PETDANCE/HTML-Tidy-1.60 - 13 Sep 2017 15:40:12 UTC

Test::HTML::Tidy::Recursive - recursively check files in a directory using HTML::T5 . River stage one • 3 direct dependents • 5 total dependents

This module acts as test module which runs HTML::T5 on some directory trees containing HTML/XHTML files and checks that they are all valid. It was extracted from a bunch of nearly duplicate test scripts in some of my (= Shlomi Fish) web sites, as an ...

SHLOMIF/Test-HTML-Tidy-Recursive-0.6.2 - 20 Oct 2020 15:35:51 UTC

Test::HTML::Tidy::Recursive::Strict - recursively check files in a directory using HTML::T5 while not ignoring warnings. River stage one • 3 direct dependents • 5 total dependents

This is a subclass of Test::HTML::Tidy::Recursive that uses a stricter configuration of HTML::T5 with no warnings ignored. Refer to the Test::HTML::Tidy::Recursive documentation for more usage information....

SHLOMIF/Test-HTML-Tidy-Recursive-0.6.2 - 20 Oct 2020 15:35:51 UTC

HTML::Tidy5 - HTML validation in a Perl object River stage zero No dependents

"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

Test::HTML::Tidy5 - Test::More-style wrapper around HTML::Tidy5 River stage zero No dependents

This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. If you are not already familiar with Test::More now would be the time to go take a look....

PETDANCE/HTML-Tidy5-1.06 - 26 Oct 2019 19:38:34 UTC

HTML::Tidy5::Message - Message object for the Tidy functionality River stage zero No dependents

PETDANCE/HTML-Tidy5-1.06 - 26 Oct 2019 19:38:34 UTC

HTML::T5::Message - Message object for the Tidy functionality River stage one • 5 direct dependents • 9 total dependents

SHLOMIF/HTML-T5-0.013 - 10 Apr 2022 02:43:19 UTC

HTML::T5 - HTML validation in a Perl object River stage one • 5 direct dependents • 9 total dependents

"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::Acid - Reformat HTML fragment to strict criteria River stage zero No dependents

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::Laundry - Perl module to clean HTML by the piece River stage zero No dependents

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

Test::HTML::T5 - Test::More-style wrapper around HTML::T5 River stage one • 5 direct dependents • 9 total dependents

This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. If you are not already familiar with Test::More now would be the time to go take a look....

SHLOMIF/HTML-T5-0.013 - 10 Apr 2022 02:43:19 UTC

HTML::ToDocBook - Converts an XHTML file into DocBook. River stage zero No dependents

This module converts an XHTML file into DocBook format using both heuristics and XSLT processing. By default, this expects the input file to be correct XHTML -- there are other programs such as html tidy (http://tidy.sourceforge.net/) which can corre...

RUBYKAT/html2dbk-0.0301 - 01 Jan 2016 01:57:56 UTC

HTML::Normalize - HTML light weight cleanup River stage zero No dependents

HTML::Normalize uses HTML::TreeBuilder to parse an HTML string then processes the resultant tree to clean up various structural issues in the original HTML. The result is then rendered using HTML::Element's as_HTML member. Key structural clean ups fi...

GRANDPA/HTML-Normalize-1.0004 - 09 Aug 2019 07:36:48 UTC

HTML::TreeBuilder - Parser that builds a HTML syntax tree River stage three • 171 direct dependents • 974 total dependents

(This class is part of the HTML::Tree dist.) This class is for HTML syntax trees that get built out of HTML source. The way to use it is to: 1. start a new (empty) HTML::TreeBuilder object, 2. then use one of the methods from HTML::Parser (presumably...

KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC

HTML::Encapsulate - rewrites an HTML page as a self-contained set of files River stage zero No dependents

The main motivation for this module is for archiving and printing web pages: these typically come in various separate pieces and aren't simple to download as one chunk. However, it is possible to preserve the content of a web page, but to rewrite the...

NPW/HTML-Encapsulate-v0.3.0 - 13 Nov 2015 11:59:12 UTC

Padre::Plugin::HTML - HTML Support for Padre River stage one • 1 direct dependent • 1 total dependent

AZAWAWI/Padre-Plugin-HTML-0.14 - 06 Dec 2010 09:17:12 UTC

HTML::Laundry::Rules - base class for HTML::Laundry rulesets River stage zero No dependents

CHA/HTML-Laundry-0.0107 - 19 Jan 2017 15:23:24 UTC
25 results (0.043 seconds)