Search results for "module:HTML::Diff"

HTML::Diff - compare two HTML strings and return a list of differences River stage zero No dependents

This module compares two strings of HTML and returns a list of a chunks which indicate the diff between the two input strings, where changes in formatting are considered changes. HTML::Diff does not strictly parse the HTML. Instead, it uses regular e...

NEILB/HTML-Diff-0.60 - 30 Oct 2015 17:48:50 UTC

Text::Diff::HTML - XHTML format for Text::Diff::Unified River stage zero No dependents

This class subclasses Text::Diff::Unified, a formatting class provided by the Text::Diff module, to add XHTML markup to the unified diff format. For details on the interface of the "diff()" function, see the Text::Diff documentation. In the XHTML for...

TIMK/Text-Diff-HTML-0.08 - 21 Aug 2018 04:22:49 UTC

Text::WordDiff::HTML - XHTML formatting for Text::WordDiff River stage zero No dependents

This class subclasses Text::WordDiff::Base to provide a XHTML formatting for Text::WordDiff. See Term::WordDiff for usage details. This class should never be used directly. Text::WordDiff::HTML formats word diffs for viewing in a Web browser. The dif...

TIMK/Text-WordDiff-0.09 - 21 Aug 2018 04:24:16 UTC

SVN::Notify::HTML::ColorDiff - Subversion activity HTML notification with colorized diff River stage one • 8 direct dependents • 8 total dependents

This subclass of SVN::Notify::HTML sends HTML formatted email messages for Subversion activity, and if the "with_diff" parameter is specified (but not "attach_diff"), then a pretty colorized version of the diff will be included, rather than the plain...

MPGHF/SVN-Notify-2.87 - 03 Jul 2018 12:34:14 UTC

HTML::FormFu - HTML Form Creation, Rendering and Validation Framework River stage two • 13 direct dependents • 25 total dependents

HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of fo...

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC

HTML::CMTemplate - Generate text-based content from templates. River stage zero No dependents

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::Acronyms - Generate HTML5/etc. markup for acronyms River stage zero No dependents

Acronyms and other abbreviations can be quite cryptic ("What do you mean by 'WDYM'?") and this module aims to help expanding them in HTML5/XHTML5 documents....

SHLOMIF/HTML-Acronyms-0.0.4 - 20 Aug 2023 03:24:13 UTC

HTML::Scrubber - Perl extension for scrubbing/sanitizing HTML River stage two • 12 direct dependents • 48 total dependents

If you want to "scrub" or "sanitize" html input in a reliable and flexible fashion, then this module is for you. I wasn't satisfied with HTML::Sanitizer because it is based on HTML::TreeBuilder, so I thought I'd write something similar that works dir...

NIGELM/HTML-Scrubber-0.19 - 24 Sep 2019 12:28:19 UTC

HTML::Untemplate - web scraping assistant River stage zero No dependents

Suppose you have a set of HTML documents generated by populating the same template with the data from some kind of database. HTML::Untemplate is a set of command-line tools ("xpathify", "untemplate") and modules (HTML::Linear and it's dependencies) w...

SYP/HTML-Untemplate-0.019 - 23 Jun 2014 08:41:42 UTC

HTML::Latemp::News - News Maintenance Module for Latemp (and possibly other web frameworks) River stage one • 3 direct dependents • 5 total dependents

This is a module that maintains news item for a web-site. It can generate an RSS feed, as well as a news page, and an HTML newsbox, all from the same data....

SHLOMIF/HTML-Latemp-News-0.2.2 - 18 Oct 2020 06:00:47 UTC

SVN::Notify::HTML - Subversion activity HTML notification River stage one • 8 direct dependents • 8 total dependents

This subclass of SVN::Notify sends HTML formatted email messages for Subversion activity, rather than the default plain text....

MPGHF/SVN-Notify-2.87 - 03 Jul 2018 12:34:14 UTC

HTML::Differences - Reasonable sane HTML diffing River stage zero No dependents

This module provides a reasonable sane way to get the diff between two HTML documents or fragments. Under the hood, it uses HTML::Parser. How the Diffing Works Internally, this module converts the HTML it gets into an array reference containing each ...

DROLSKY/HTML-Differences-0.01 - 04 Jan 2015 20:13:53 UTC

HTML::Spelling::Site - a system/framework for spell-checking an entire static HTML site. River stage one • 2 direct dependents • 3 total dependents

HTML::Spelling::Site was created in order to consolidate and extract the duplicate functionality for spell checking my web-sites. Currently documentation is somewhat lacking and the modules could use some extra automated tests, but I'm anxious to get...

SHLOMIF/HTML-Spelling-Site-0.10.3 - 10 Mar 2023 04:18:33 UTC

XML::CompareML::HTML - convert CompareML to XHTML River stage one • 2 direct dependents • 2 total dependents

SHLOMIF/XML-CompareML-0.2.13 - 06 Oct 2020 13:18:46 UTC

HTML::Links::Localize - Convert HTML Files to be used on a hard disk River stage one • 5 direct dependents • 5 total dependents

HTML::Links::Localize converts HTML files to be used when viewing on the hard disk. Namely, it converts relative links to point to "index.html" files in their directories. To use it, first initialize an instance using new: $converter = HTML::Links::L...

SHLOMIF/HTML-Links-Localize-0.2.11 - 19 Oct 2020 12:53:14 UTC

HTML::Widgets::NavMenu - A Perl Module for Generating HTML Navigation Menus River stage two • 8 direct dependents • 10 total dependents

This module generates a navigation menu for a site. It can also generate a complete site map, a path of leading components, and also keeps track of navigation links ("Next", "Prev", "Up", etc.) You can start from the example above and see more exampl...

SHLOMIF/HTML-Widgets-NavMenu-1.1000 - 06 Jun 2022 15:08:14 UTC

_Deparsed_XSubs.pm River stage zero No dependents

NOVOZHILV/App-SimpleBackuper-0.2.22 - 13 Feb 2021 05:54:57 UTC

HTML::FormFu::MultiForm - Handle multi-page/stage forms with FormFu River stage one • 1 direct dependent • 9 total dependents

For now, see test files in Catalyst::Controller::HTML::FormFu for examples....

NIGELM/HTML-FormFu-MultiForm-1.03 - 25 Jul 2017 08:44:24 UTC

HTML::Strip::Whitespace - Perl extension for stripping whitespace out of HTML. River stage zero No dependents

This module tries to strip as much whitespace from an HTML as it can without eliminating valid whitespace (like the one inside <pre>). To use it call the function "HTML::Strip::Whitespace::html_strip_whitespace", with named parameters. "source" is th...

SHLOMIF/HTML-Strip-Whitespace-0.2.2 - 28 Jan 2020 18:39:26 UTC

Mail::LMLM::Render::HTML - backend for rendering HTML. River stage zero No dependents

This is a derived class of Mail::LMLM::Render that renders HTML....

SHLOMIF/Mail-LMLM-0.6807 - 16 Oct 2020 06:56:07 UTC
62 results (0.037 seconds)