This is the mail archive of the docbook-tools-discuss@sourceware.org mailing list for the docbook-tools project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi,
Actually I would prefer to modify ARGS of w3m as is suggested in
man pages and as is done in xmlto docbook txt formatter.
(done in attached patch - I'll commit that one to Fedora)
About Eric Bischoffs current address - after a bit of google
searching, it seems that now he is using ebischoff@nerim.net
- but nothing guaranteed.
Greetings,
Ondrej Vasik
Christian BÃnnig wrote:
> Hey,
>
> I've experienced a bug in the text backend of the docbook tools. The bug
> is about converting from HTML to TEXT with w3m. The backend creates a
> temporary HTML file to make a TEXT file from. However, the temporary
> HTML has no '.html' suffix and in that case w3m does not convert it to
> plain text - the resulting <FILE>.txt is still HTML.
>
> Below is a workaround. I just appended '.html' to the variable HTML
> (line 22). Now it works.
>
> Btw .. the e-mail address <eric@caldera.de> seems to be not valid
> anymore.
>
> Regards,
>
> Christian
>
>
diff -urNp original/txt new/txt --- original/backends/txt 2007-11-05 18:44:52.000000000 +0100 +++ new/backends/txt 2007-11-22 15:21:36.000000000 +0100 @@ -13,7 +13,7 @@ then elif [ -x /usr/bin/w3m ] then CONVERT=/usr/bin/w3m - ARGS="-dump" + ARGS="-T text/html -dump" else echo >&2 "No way to convert HTML to text found." exit 1
Attachment:
signature.asc
Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?==?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?==?ISO-8859-1?Q?_zpr=E1vy?=
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |