From owner-freebsd-questions@FreeBSD.ORG Sat Jul 18 23:35:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D82991065672 for ; Sat, 18 Jul 2009 23:35:25 +0000 (UTC) (envelope-from vogelke@hcst.com) Received: from beta.hcst.com (beta.hcst.com [192.52.183.241]) by mx1.freebsd.org (Postfix) with ESMTP id 7FCD58FC16 for ; Sat, 18 Jul 2009 23:35:25 +0000 (UTC) (envelope-from vogelke@hcst.com) Received: from beta.hcst.com (localhost [127.0.0.1]) by beta.hcst.com (8.13.8/8.13.8/Debian-3) with ESMTP id n6INZO1C003260 for ; Sat, 18 Jul 2009 19:35:24 -0400 Received: (from vogelke@localhost) by beta.hcst.com (8.13.8/8.13.8/Submit) id n6INZO4T003259; Sat, 18 Jul 2009 19:35:24 -0400 Received: by kev.msw.wpafb.af.mil (Postfix, from userid 32768) id 0A9ACB7D9; Sat, 18 Jul 2009 18:44:54 -0400 (EDT) To: freebsd-questions@freebsd.org In-reply-to: <20090718093019.GA3278@current.Sisis.de> (message from Matthias Apitz on Sat, 18 Jul 2009 11:30:19 +0200) Organization: Oasis Systems Inc. X-Disclaimer: I don't speak for the USAF or Oasis. X-GPG-ID: 1024D/711752A0 2006-06-27 Karl Vogel X-GPG-Fingerprint: 56EB 6DBF 4224 C953 F417 CC99 4C7C 7D46 7117 52A0 Message-Id: <20090718224455.0A9ACB7D9@kev.msw.wpafb.af.mil> Date: Sat, 18 Jul 2009 18:44:54 -0400 (EDT) From: vogelke+unix@pobox.com (Karl Vogel) Subject: Re: Interesting tool X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vogelke+unix@pobox.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jul 2009 23:35:26 -0000 >> In an earlier message, someone said: S> It looks like a text dump of HTML, created with w3m or elinks. >> On Sat, 18 Jul 2009 11:30:19 +0200, Matthias Apitz said: M> I wasn't aware of these tools and will check them; the text dump of lynx M> does not produce such output, even with placeholders for images. w3m produces great output for things like tables. For HTML mail that I want to keep in plain-text format, I use something like this: qp < mail-message | w3m -no-graph -dump -T text/html -cols 75 "qp" is a perl script I use to handle quoted-printable stuff: #!/usr/bin/perl #decode(\*STDIN, \*STDOUT); exit(0); -- Karl Vogel I don't speak for the USAF or my company My name is not "Dr. Death". --written on blackboard by Bart Simpson