Gnus development mailing list
 help / color / mirror / Atom feed
From: Matthieu Moy <Matthieu.Moy@imag.fr>
Cc: ding@gnus.org
Subject: Re: Using `links' to process HTML
Date: Sat, 16 Feb 2002 15:09:41 +0100	[thread overview]
Message-ID: <vpqy9ht34d6.fsf@ubaye.imag.fr> (raw)
In-Reply-To: <sxsu1skr14q.fsf@florida.arsdigita.de> (Hrvoje Niksic's message of "Thu, 14 Feb 2002 08:08:53 +0100")

Hrvoje Niksic <hniksic@arsdigita.com> writes:

> others.  It hooks into the processing of "text/html" and renders it by
> noninteractively calling the textual browser `links'.  Although this
> doesn't support images, colors, forms and whatnot, those are the
> things I turn off anyway.  It does support tables, however.

I have  something similar, which I  find much simpler  : The following
line in my .mailcap : 

text/html; lynx.sh %s; copiousoutput

Where lynx.sh is :

#!/bin/tcsh
set term=rxvt
lynx -dump -force_html "$1" -term=rxvt

What is the difference (except the use of lynx instead of links) ? 

-- 
Matthieu



  parent reply	other threads:[~2002-02-16 14:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-14  7:08 Hrvoje Niksic
2002-02-15 16:24 ` Nevin Kapur
2002-02-16 14:09 ` Matthieu Moy [this message]
2002-02-16 14:36   ` Hrvoje Niksic
2002-02-17 17:36     ` Steinar Bang
2002-02-16 15:33   ` Nevin Kapur
2002-02-16 16:16     ` Kai Großjohann
2002-02-16 18:02       ` Nuutti Kotivuori
2002-02-21 19:37       ` Paul Jarc
2002-02-21 19:37       ` Paul Jarc
2002-02-18  0:44 ` ShengHuo ZHU
2002-02-18  8:55   ` Matthieu Moy
2002-02-18 15:34     ` ShengHuo ZHU
2002-02-18 15:37   ` Steve Youngs
2002-02-18 18:48     ` ShengHuo ZHU
2002-02-18 23:14       ` Steve Youngs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vpqy9ht34d6.fsf@ubaye.imag.fr \
    --to=matthieu.moy@imag.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).