From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/55105 Path: main.gmane.org!not-for-mail From: TSUCHIYA Masatoshi Newsgroups: gmane.emacs.gnus.general Subject: nnshimbun.el Date: Fri, 05 Dec 2003 23:21:03 +0900 Sender: ding-owner@lists.math.uh.edu Message-ID: <87ekvj5os0.fsf@namazu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1070634106 13781 80.91.224.253 (5 Dec 2003 14:21:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Dec 2003 14:21:46 +0000 (UTC) Original-X-From: ding-owner+M3645@lists.math.uh.edu Fri Dec 05 15:21:44 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ASGpz-0005MU-00 for ; Fri, 05 Dec 2003 15:21:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1ASGpn-0002Pb-00; Fri, 05 Dec 2003 08:21:31 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ASGpe-0002PT-00 for ding@lists.math.uh.edu; Fri, 05 Dec 2003 08:21:22 -0600 Original-Received: from pine.kuee.kyoto-u.ac.jp (pine.kuee.kyoto-u.ac.jp [130.54.208.130]) by justine.libertine.org (Postfix) with SMTP id 2DFF13A0052 for ; Fri, 5 Dec 2003 08:21:21 -0600 (CST) Original-Received: (qmail 16476 invoked from network); 5 Dec 2003 14:21:17 -0000 Original-Received: from unknown (HELO pine.kuee.kyoto-u.ac.jp) (130.54.208.130) by pine.kuee.kyoto-u.ac.jp with SMTP; 5 Dec 2003 14:21:17 -0000 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org User-Agent: T-gnus/6.16.2 (based on Gnus v5.10.2) (revision 02) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) X-Dispatcher: impost version 0.99i-ssh (Nov. 24, 1999) Original-Lines: 35 Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:55105 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:55105 Hi, We, emacs-w3m development team, would like to inform you about nnshimbun.el that is distributed with emacs-w3m. It enables you to enjoy these following features: reading newspapers published on web without looking advertisements, reading mailing list archives on web, and reading submissions on web bulletin boards. In other words, it is a replacement of nnwarchive.el. It works based on shimbun library. Shimbun is pronounced "she-n-boon" (but actually vowels shouldn't be prolonged), it means "newspaper" in Japanese. Shimbun library is a collection of many back-end modules, and each module provides functions to convert contents of each web site into articles like common e-mails. For more detail, please see http://emacs-w3m.namazu.org/info/goto.cgi?node=Shimbun+Library. We have two issues. First, we call for contributors of shimbun modules. If you send a new module of your favorite WEB site to and allow us to distribute it under the terms of GPL, we will gladly add it to the distribution of emacs-w3m. Second, could we add the following small piece of code to gnus-group.el? (autoload 'gnus-group-make-shimbun-group "nnshimbun" nil t) (define-key gnus-group-mode-map "Gn" 'gnus-group-make-shimbun-group) This is necessary to use nnshimbun.el with Gnus. Best regards, -- TSUCHIYA Masatoshi