From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70167 Path: news.gmane.org!not-for-mail From: Ulf Stegemann Newsgroups: gmane.emacs.gnus.general Subject: Re: Testing gnus-html here and there Date: Tue, 31 Aug 2010 10:35:40 +0200 Organization: zeitform Internet Dienste Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1283255281 10159 80.91.229.12 (31 Aug 2010 11:48:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Aug 2010 11:48:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18551@lists.math.uh.edu Tue Aug 31 13:47:57 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OqPJh-0000oi-7b for ding-account@gmane.org; Tue, 31 Aug 2010 13:47:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OqPJ8-00075i-8J; Tue, 31 Aug 2010 06:47:18 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OqMO0-000675-9d for ding@lists.math.uh.edu; Tue, 31 Aug 2010 03:40:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OqMNz-0008KY-31 for ding@lists.math.uh.edu; Tue, 31 Aug 2010 03:40:08 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OqMNy-0003e0-00 for ; Tue, 31 Aug 2010 10:40:06 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OqMNw-0004tN-Ty for ding@gnus.org; Tue, 31 Aug 2010 10:40:04 +0200 Original-Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Aug 2010 10:40:04 +0200 Original-Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Aug 2010 10:40:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: london.zeitform.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Request-PGP: http://ulf.zeitform.de/GnuPG/ulf_stegemann.key.asc X-PGP-KeyID: 8862250A OpenPGP: id=0x8862250A (short key ID); algo=17 (DSA); size=1024 (bits); created=876873600 (1997-10-15); url=http://ulf.zeitform.de/GnuPG/ulf_stegemann.key.asc Cancel-Lock: sha1:KW+5wRzBmKLESxin66InAvzT/JQ= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70167 Archived-At: Katsumi Yamaoka wrote: > Some html messages contain image data referenced to by cid tags. > I wish `gnus-article-html' could display them as well. 1+ > This is what nnshimbun (bundled with emacs-w3m) created. The same > message can be found as the article 2866 in the gwene.jp.asahi-com > newsgroup (only a link is there, though). Another issue with nnshimbun is that shimbun articles may contain relative link targets (as their source is a web page, not an HTML mail). Those are presented by gnus-html `as they are', i.e. they are not prefixed with host/path of the original source page. This frequently creates broken links with nnshimbun (for examples take a look at nearly any article in `nnshimbun+heise:news'). I don't know if doing link target re-writing is beyond the scope of the intended /simple/ HTML viewer but without that feature gnus-html would probably not be usable for nnshimbun. I'm not so much into RSS, but I can imagine that relative link targets may appear there, too, which in turn would also lead to problems with gwene articles. Ulf