[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sb-laut-de.el
- From: Andreas Seltenreich <seltenreich@xxxxxx>
- Date: Sun, 10 Oct 2004 04:24:16 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 07122
Hi,
attached is a shimbun backend for the rss feeds of
<http://www.laut.de> and an attempt of the appropriate documentation
update. Content is music news and reviews in german.
Thanks
Andreas
;;; sb-laut-de.el --- shimbun backend for <http://www.laut.de/>
;; Copyright (C) 2004 Andreas Seltenreich <seltenreich@gmx.de>
;; Author: Andreas Seltenreich <seltenreich@gmx.de>
;; Keywords: news
;; Created: May 23, 2004
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 2, or (at your option)
;; any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with this program; if not, you can either send email to this
;; program's maintainer or write to: The Free Software Foundation,
;; Inc.; 59 Temple Place, Suite 330; Boston, MA 02111-1307, USA.
;;; Code:
(require 'shimbun)
(require 'sb-rss)
(luna-define-class shimbun-laut-de (shimbun-rss) ())
(defvar shimbun-laut-de-groups
'("platten"
"news"
"platten_rock"
"platten_pop"
"platten_alternative"
"platten_metal"
"platten_rnb"
"platten_dance"
"platten_jazz"
"platten_hiphop"))
(defvar shimbun-laut-de-content-start
"<!-- headline -->\\|<span class=\"ueberschriftnormalgrau[^>]*>")
(defvar shimbun-laut-de-content-end
(concat "<!-- /box weitere Links -->\\|"
"<!-- commercialflaeche -->\\|"
"<!-- link zu lautbar -->"))
(defvar shimbun-laut-de-from-address "redaktion@laut.de")
(luna-define-method shimbun-headers :before ((shimbun shimbun-laut-de)
&rest range)
shimbun)
(luna-define-method shimbun-groups ((shimbun shimbun-laut-de))
shimbun-laut-de-groups)
(luna-define-method shimbun-rss-build-message-id
((shimbun shimbun-laut-de) url date)
(unless (string-match "laut.de/\\(.*\\)/" url)
(error "Cannot find message-id base"))
(format "<%s@sb-laut-de.invalid>"
(shimbun-replace-in-string
(match-string-no-properties 1 url)
"[^a-zA-Z0-9]" "%")))
(luna-define-method shimbun-index-url ((shimbun shimbun-laut-de))
(concat "http://www.laut.de/partner/allgemein/"
(shimbun-current-group-internal shimbun) ".rdf"))
(provide 'sb-laut-de)
;;; sb-laut-de.el ends here
Index: emacs-w3m-ja.texi
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/doc/emacs-w3m-ja.texi,v
retrieving revision 1.228
diff -c -r1.228 emacs-w3m-ja.texi
*** emacs-w3m-ja.texi 25 Sep 2004 23:20:46 -0000 1.228
--- emacs-w3m-ja.texi 10 Oct 2004 01:46:55 -0000
***************
*** 4485,4490 ****
--- 4485,4496 ----
@item @uref{http://www.weeklyworldnews.com/news/, Weekly World News}
weeklyworldnews.news
+
+ @item @uref{http://www.laut.de/, LAUT AG}
+ laut-de.news laut-de.platten laut-de.platten_alternative
+ laut-de.platten_dance laut-de.platten_hiphop platten_jazz
+ laut-de.platten_metal laut-de.platten_pop laut-de.platten_rnb
+ laut-de.platten_rock
@end table
@node Mailing Lists Supported by Shimbun
Index: emacs-w3m.texi
===================================================================
RCS file: /storage/cvsroot/emacs-w3m/doc/emacs-w3m.texi,v
retrieving revision 1.211
diff -c -r1.211 emacs-w3m.texi
*** emacs-w3m.texi 25 Sep 2004 23:20:46 -0000 1.211
--- emacs-w3m.texi 10 Oct 2004 01:46:58 -0000
***************
*** 4431,4436 ****
--- 4431,4442 ----
@item @uref{http://www.weeklyworldnews.com/news/, Weekly World News}
weeklyworldnews.news
+
+ @item @uref{http://www.laut.de/, LAUT AG}
+ laut-de.news laut-de.platten laut-de.platten_alternative
+ laut-de.platten_dance laut-de.platten_hiphop platten_jazz
+ laut-de.platten_metal laut-de.platten_pop laut-de.platten_rnb
+ laut-de.platten_rock
@end table
@node Mailing Lists Supported by Shimbun