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

Search results for "HTML::FormatText"

HTML::FormatText - Format HTML as plaintext River stage two • 18 direct dependents • 90 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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Mail::Message::Convert::HtmlFormatText - Convert HTML into Text River stage two • 9 direct dependents • 14 total dependents

Convert HTML/XHTML message body objects into plain text bodies using HTML::FormatText. This package requires HTML::TreeBuilder and HTML::FormatText which are not installed by default together with Mail::Box. See also Mail::Message::rebuild() with rul...

MARKOV/Mail-Message-3.015 - 11 Dec 2023 09:00:09 UTC - Search in distribution

Template::Plugin::HtmlToText - Plugin interface to HTML::FormatText River stage zero No dependents

This plugin provides an interface to the HTML::FormatText module which format HTML as plaintext....

FAYLAND/Template-Plugin-HtmlToText-0.03 - 19 Aug 2008 04:44:57 UTC - Search in distribution

note - a perl script for maintaining notes. River stage zero No dependents

note is a small console program written in perl, which allows you to manage notes similar to programs like "knotes" but from the commandline. Note can use different database-backends for notes-storage. It ships with a DBI-based mysql-module(which can...

TLINDEN/note-1.3.26 - 02 Nov 2018 15:22:48 UTC - Search in distribution

presto - Command-line interface for RESTful web services River stage one • 1 direct dependent • 1 total dependent

"App::Presto" provides a command-line interface (CLI) for RESTful web services. When looking for a way to interact with RESTful services answers typically point to some horrible GUI or (on the complete opposite end of the spectrum) just using "curl" ...

MPERRY/App-Presto-0.010 - 28 Jul 2016 08:35:07 UTC - Search in distribution

perlfaq9 - Web, Email and Networking River stage zero No dependents

This section deals with questions related to running web sites, sending and receiving email as well as general networking. Should I use a web framework? Yes. If you are building a web site with any level of interactivity (forms / users / databases), ...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

rss2leafnode - post RSS or Atom feeds and web pages to newsgroups River stage zero No dependents

RSS2Leafnode downloads RSS or Atom feeds and posts items as messages to an NNTP news server. It's designed to make text items available for reading in local newsgroups, not propagating anywhere (though that's not enforced). Desired feeds are given in...

KRYDE/rss2leafnode-79 - 05 Feb 2017 11:24:31 UTC - Search in distribution

ZConf::RSS - ZConf backed RSS fetching. River stage zero No dependents

VVELOX/ZConf-RSS-2.2.0 - 08 Nov 2009 08:02:06 UTC - Search in distribution

Task::BeLike::PERLANCAR::Used - All my modules which I currently use and install on a new perl installation River stage zero No dependents

PERLANCAR/Task-BeLike-PERLANCAR-Used-20231201.1 - 01 Dec 2023 09:34:30 UTC - Search in distribution

RT::Extension::FilterRules - Filter incoming tickets through rule sets River stage zero No dependents

This extension provides a way for non-technical users to set up ticket filtering rules which perform actions on tickets when they arrive in a queue. Filter rules are grouped into filter rule groups. The RT administrator defines the criteria a ticket ...

AJWOOD/RT-Extension-FilterRules-0.01 - 04 Sep 2021 09:58:20 UTC - Search in distribution

Palm::Doc - Handler for Palm Doc books River stage one • 1 direct dependent • 1 total dependent

Helper for reading and writing Palm Doc books. The interface is based on Palm::ZText since it just makes sense. However, because of the nature of these databases, record-level processing is just a Bad Idea. Use the "text" and "textfile" calls rather ...

CPB/Palm-Doc-1.19 - 12 May 2005 01:41:04 UTC - Search in distribution

IT::perlfaq9 River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

html2text - Render HTML as text using one of multiple backends River stage one • 1 direct dependent • 1 total dependent

Backends are tried in the following order (order is chosen based on rendering quality): * HTML::FormatText::Elinks (using external program 'elinks') * HTML::FormatText::Links (using external program 'links') * HTML::FormatText::W3m (using external pr...

PERLANCAR/App-html2text-0.001 - 14 Jan 2019 11:07:27 UTC - Search in distribution

Bundle::RT - CPAN Bundle for RT Dependencies River stage zero No dependents

RSPIER/Bundle-RT-0.030601 - 12 Aug 2006 04:53:25 UTC - Search in distribution
40 results (0.062 seconds)