The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:HTML::FormatText"

HTML::FormatText - Format HTML as plaintext River stage two • 19 direct dependents • 91 total dependents

HTML::FormatText is a formatter that outputs plain text. All character attributes (bold/italic/underline) are ignored. Formatting of HTML tables and forms is not implemented. HTML::FormatText is built on HTML::Formatter and documentation for that mod...

NIGELM/HTML-Formatter-2.16 - 07 Dec 2016 09:14:05 UTC

HTML::FormatText::Zen - format HTML as plain text using zen River stage one • 3 direct dependents • 8 total dependents

"HTML::FormatText::Zen" turns HTML into plain text using the "zen" program. <http://www.nocrew.org/software/zen/> The module interface is compatible with formatters like "HTML::FormatText", but all parsing etc is done by zen. See "HTML::FormatExterna...

KRYDE/HTML-FormatExternal-26 - 29 Aug 2015 04:44:16 UTC

HTML::FormatText::Any - Render HTML as text using one of multiple backends River stage one • 4 direct dependents • 5 total dependents

PERLANCAR/HTML-FormatText-Any-0.001 - 14 Jan 2019 11:05:49 UTC

HTML::FormatText::W3m - format HTML as plain text using w3m River stage one • 3 direct dependents • 8 total dependents

"HTML::FormatText::W3m" turns HTML into plain text using the "w3m" program. <http://sourceforge.net/projects/w3m> The module interface is compatible with formatters like "HTML::FormatText", but all parsing etc is done by w3m. See "HTML::FormatExterna...

KRYDE/HTML-FormatExternal-26 - 29 Aug 2015 04:44:16 UTC

HTML::FormatText::Lynx - format HTML as plain text using lynx River stage one • 3 direct dependents • 8 total dependents

"HTML::FormatText::Lynx" turns HTML into plain text using the "lynx" program. <http://lynx.isc.org/> The module interface is compatible with formatters like "HTML::FormatText", but all parsing etc is done by lynx. See "HTML::FormatExternal" for the f...

KRYDE/HTML-FormatExternal-26 - 29 Aug 2015 04:44:16 UTC

Silki::HTML::FormatText - A subclass of HTML::FormatText that also handles links River stage one • 1 direct dependent • 1 total dependent

DROLSKY/Silki-0.29 - 19 Sep 2011 16:45:33 UTC

HTML::FormatText::Links - format HTML as plain text using links River stage one • 3 direct dependents • 8 total dependents

"HTML::FormatText::Links" turns HTML into plain text using the "links" program. <http://links.twibright.com/> The module interface is compatible with formatters like "HTML::FormatText", but all parsing etc is done by links. See "HTML::FormatExternal"...

KRYDE/HTML-FormatExternal-26 - 29 Aug 2015 04:44:16 UTC

HTML::FormatText::Elinks - format HTML as plain text using elinks River stage one • 3 direct dependents • 8 total dependents

"HTML::FormatText::Elinks" turns HTML into plain text using the "elinks" program. <http://elinks.cz/> The module interface is compatible with formatters like "HTML::FormatText", but all parsing etc is done by elinks. See "HTML::FormatExternal" for th...

KRYDE/HTML-FormatExternal-26 - 29 Aug 2015 04:44:16 UTC

HTML::FormatText::Netrik - format HTML as plain text using netrik River stage one • 3 direct dependents • 8 total dependents

"HTML::FormatText::Netrik" turns HTML into plain text using the "netrik" program. <http://netrik.sourceforge.net/> The module interface is compatible with formatters like "HTML::FormatText", but all parsing etc is done by netrik. "netrik" normally em...

KRYDE/HTML-FormatExternal-26 - 29 Aug 2015 04:44:16 UTC

HTML::FormatText::WithLinks - HTML to text conversion with links as footnotes River stage two • 10 direct dependents • 56 total dependents

HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes. By default, it attempts to mimic the format of the lynx text based web browser's --dump option....

STRUAN/HTML-FormatText-WithLinks-0.15 - 04 Jan 2015 21:11:24 UTC

HTML::FormatText::Html2text - format HTML as plain text using html2text River stage one • 3 direct dependents • 8 total dependents

"HTML::FormatText::Html2text" turns HTML into plain text using the "html2text" program. <http://www.mbayer.de/html2text/> The module interface is compatible with formatters like "HTML::FormatText", but all parsing etc is done by html2text. See "HTML:...

KRYDE/HTML-FormatExternal-26 - 29 Aug 2015 04:44:16 UTC

HTML::FormatText::Vilistextum - format HTML as plain text using vilistextum River stage one • 3 direct dependents • 8 total dependents

"HTML::FormatText::Vilistextum" turns HTML into plain text using the "vilistextum" program. <http://bhaak.net/vilistextum/> The module interface is compatible with formatters like "HTML::FormatText", but all parsing etc is done by vilistextum. See "H...

KRYDE/HTML-FormatExternal-26 - 29 Aug 2015 04:44:16 UTC

HTML::FormatText::Html2textPY - format HTML as plain text using html2text python script River stage zero No dependents

"HTML::FormatText::Html2textPY" turns HTML into plain text using the "html2text" python script. Please make sure you have it installed before using this package....

ALEXP/HTML-FormatText-Html2textPY-0.13 - 23 Nov 2013 05:54:24 UTC

HTML::FormatText::WithLinks::AndTables - Converts HTML to Text with tables intact River stage one • 2 direct dependents • 7 total dependents

This module was inspired by HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump` work-alike. However one frustration was that no other HTML converters I came across had the ability to deal affectively with HTML <TABLE>s. This modu...

DALEEVANS/HTML-FormatText-WithLinks-AndTables-0.07 - 17 Dec 2016 00:16:56 UTC

HTML::Element - Class for objects that represent HTML elements River stage three • 171 direct dependents • 972 total dependents

(This class is part of the HTML::Tree dist.) Objects of the HTML::Element class can be used to represent elements of HTML document trees. These objects have attributes, notably attributes that designates each element's parent and content. The content...

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

HTML::Formatter - Base class for HTML formatters River stage two • 19 direct dependents • 91 total dependents

HTML::Formatter is a base class for classes that take HTML and format it to some output format. When you take an object of such a base class and call "$formatter-"format( $tree )> with an HTML::TreeBuilder (or HTML::Element) object, they return the a...

NIGELM/HTML-Formatter-2.16 - 07 Dec 2016 09:14:05 UTC

HTML::AsText::Fix - extends HTML::Element::as_text() to render text properly River stage zero No dependents

Consider the following HTML sample: <p> <span>AAA</span> BBB </p> <h2>CCC</h2> DDD <br> EEE "HTML::Element::as_text()" method stringifies it as *AAABBBCCCDDDEEE*. Despite being correct, this is far from the actual renderization within a "real" browse...

SYP/HTML-AsText-Fix-0.003 - 23 Jun 2014 10:25:38 UTC

Email::Store::HTML - various HTML related functions for Email::Store::Mail River stage one • 2 direct dependents • 3 total dependents

SIMONW/Email-Store-HTML-0.1 - 08 Feb 2005 17:02:21 UTC

HTML::HTML5::ToText - convert HTML to plain text River stage zero No dependents

The HTML::HTML5::ToText module itself produces a pretty boring conversion of HTML to text, but thanks to Moose and MooseX::Traits it can easily be composed with "traits" that improve the output. Compositor "with_traits(@traits)" This class method cre...

TOBYINK/HTML-HTML5-ToText-0.004 - 14 Jun 2013 13:11:51 UTC

HTML::FormatExternal - HTML to text formatting using external programs River stage one • 3 direct dependents • 8 total dependents

This is a collection of formatter modules which turn HTML into plain text by dumping it through the respective external programs. HTML::FormatText::Elinks HTML::FormatText::Html2text HTML::FormatText::Links HTML::FormatText::Lynx HTML::FormatText::Ne...

KRYDE/HTML-FormatExternal-26 - 29 Aug 2015 04:44:16 UTC
21 results (0.05 seconds)