Sat Sep 18 20:52:11 2004mda [...] discerning.com - Ticket created
Subject:
expose more tidy options
To:
bug-html-tidy [...] rt.cpan.org
Date:
Sat, 18 Sep 2004 17:34:26 -0700
From:
"Mark D. Anderson" <mda [...] discerning.com>
For this module to be useful to me, it'd need to expose basically
all of the tidy command line options.
Something like:
my $tidy = HTML::Tidy->new(
encoding => 'utf8',
omit => 1,
upper => 0,
clean => 0,
bare => 0,
numeric => 0,
indent => 1,
wrap => 1000,
in_type => 'xhtml',
out_type => 'html',
access => 3);
-mda
Sat Sep 18 21:19:19 2004andy [...] petdance.com - Correspondence added
From:
Andy Lester <andy [...] petdance.com>
Subject:
Re: [cpan #7697] expose more tidy options
Date:
Sat, 18 Sep 2004 20:19:47 -0500
To:
bug-HTML-Tidy [...] rt.cpan.org
RT-Send-Cc:
Show quoted text
>
> For this module to be useful to me, it'd need to expose basically
> all of the tidy command line options.
>
I'd love to have that happen, but I'm seriously lacking in time.
Patches welcome, if you can help out at all.
xoxo,
Andy
--
Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance
Fri Sep 17 01:02:57 2010PETDANCE [...] cpan.org - Status changed from 'new' to 'rejected'