diff options
Diffstat (limited to 'perl/perl-HTML-FormatText-WithLinks-AndTables/README')
-rw-r--r-- | perl/perl-HTML-FormatText-WithLinks-AndTables/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/perl/perl-HTML-FormatText-WithLinks-AndTables/README b/perl/perl-HTML-FormatText-WithLinks-AndTables/README new file mode 100644 index 0000000000..a232f979ec --- /dev/null +++ b/perl/perl-HTML-FormatText-WithLinks-AndTables/README @@ -0,0 +1,12 @@ +perl-HTML-FormatText-WithLinks-AndTables + +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 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. |