libhtml-formattext-withlinks-andtables-perl 0.02-1 source package in Ubuntu

Changelog

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhtml-formattext-withlinks-andtables-perl_0.02-1.dsc 2.4 KiB 35edd120745799635ca5422766e95fe3992ab51096a84bde2956a89454afc450
libhtml-formattext-withlinks-andtables-perl_0.02.orig.tar.gz 6.8 KiB 4e97159a8b8ab5ea0c417da2931221124dc0e1221a3307b270891d6f21852224
libhtml-formattext-withlinks-andtables-perl_0.02-1.debian.tar.gz 2.0 KiB 67ccb176cf9405af6437c18b2f2d1ec60f546e287197830a5d61ba334900475d

Available diffs

No changes file available.

Binary packages built by this source

libhtml-formattext-withlinks-andtables-perl: Perl module to converts HTML to Text with tables intact

 HTML::FormatText::WithLinks::AndTables was inspired by
 HTML::FormatText::WithLinks which has proven to be a useful `lynx -dump`
 work-alike.
 .
 This module can in a rudimentary sense do so. The aim was to provide
 facility to take a simple HTML based email template, and to also convert
 it to text with the <TABLE> structure intact for inclusion as
 "multipart/alternative" content.
 .
 Further, it will preserve both the formatting specified by the <TD> tag's
 "align" attribute, and will also preserve multiline text inside of a <TD>
 element provided it is broken using <BR/> tags.