Remove dead link from newsticker
* lisp/net/newst-backend.el (newsticker--parse-rss-0.91): * lisp/net/newsticker.el: Remove dead link.
This commit is contained in:
parent
da23e607d3
commit
d34009db66
2 changed files with 2 additions and 4 deletions
|
@ -1211,8 +1211,7 @@ URL `http://www.atompub.org/2005/08/17/draft-ietf-atompub-format-11.html'"
|
|||
Return value as well as arguments NAME, TIME, and TOPNODE are the
|
||||
same as in `newsticker--parse-atom-1.0'.
|
||||
|
||||
For the RSS 0.91 specification see URL `http://backend.userland.com/rss091'
|
||||
or URL `http://my.netscape.com/publish/formats/rss-spec-0.91.html'."
|
||||
For the RSS 0.91 specification see URL `http://backend.userland.com/rss091'."
|
||||
(newsticker--debug-msg "Parsing RSS 0.91 feed %s" name)
|
||||
(let* ((channelnode (car (xml-get-children topnode 'channel)))
|
||||
is-new-feed has-new-items)
|
||||
|
|
|
@ -43,8 +43,7 @@
|
|||
;; are contained in "RSS" (RDF Site Summary) or "Atom" files. Newsticker
|
||||
;; should work with the following RSS formats:
|
||||
;; * RSS 0.91
|
||||
;; (see http://backend.userland.com/rss091 or
|
||||
;; http://my.netscape.com/publish/formats/rss-spec-0.91.html)
|
||||
;; (see http://backend.userland.com/rss091)
|
||||
;; * RSS 0.92
|
||||
;; (see http://backend.userland.com/rss092)
|
||||
;; * RSS 1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue