Re: text representation of HTML

2006-09-21 Thread Ksenia Marasanova
Sorry for the late reply... better too late than never :) Thanks to all for the tips. Stripogram is the winner, since it is the most configurable and accept line-length parameter, which is handy for email... Ksenia. On 7/19/06, Laurent Rahuel <[EMAIL PROTECTED]> wrote: > Hi, > > I guess stripogra

Re: text representation of HTML

2006-07-20 Thread Tim Williams
On 20 Jul 2006 15:12:27 GMT, Duncan Booth <[EMAIL PROTECTED]> wrote: > Ksenia Marasanova wrote: > > i want to send plain text alternative of html email, and would prefer > > to do it automatically from HTML source. > > Any hints? > > Use htmllib: > > >>> import htmllib, formatter, StringIO > >>> de

Re: text representation of HTML

2006-07-20 Thread Duncan Booth
Ksenia Marasanova wrote: > I am looking for a library that will give me very simple text > representation of HTML. > For example >TitleThis is a test > > will be transformed to: > > Title > > This is a > test > > > i want to send plain text alternative of html email, and would prefer > to do

Re: text representation of HTML

2006-07-20 Thread garabik-news-2005-05
Ksenia Marasanova <[EMAIL PROTECTED]> wrote: > Hi, > > I am looking for a library that will give me very simple text > representation of HTML. > For example > TitleThis is a test > > will be transformed to: > > Title > > This is a > test > > > i want to send plain text alternative of html ema

Re: text representation of HTML

2006-07-19 Thread Laurent Rahuel
Hi, I guess stripogram would be more pythonic : http://sourceforge.net/project/showfiles.php?group_id=1083 Regards, Laurent Diez B. Roggisch wrote: > Ksenia Marasanova wrote: > >> Hi, >> >> I am looking for a library that will give me very simple text >> representation of HTML. >> For exampl

Re: text representation of HTML

2006-07-19 Thread Diez B. Roggisch
Ksenia Marasanova wrote: > Hi, > > I am looking for a library that will give me very simple text > representation of HTML. > For example > TitleThis is a test > > will be transformed to: > > Title > > This is a > test > > > i want to send plain text alternative of html email, and would prefe