X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnnrss.el;fp=lisp%2Fnnrss.el;h=80bb7c4f7df980c77005606d4d55669faddb1285;hb=30551c2da02b151317bdbe082722fc3b42a79a86;hp=b1e5c4cc9fd43e61817c270d10b0cc369e1bf67e;hpb=a8b5192d574a012e14a92748f904a5cffce0ece6;p=gnus diff --git a/lisp/nnrss.el b/lisp/nnrss.el index b1e5c4cc9..80bb7c4f7 100644 --- a/lisp/nnrss.el +++ b/lisp/nnrss.el @@ -933,30 +933,30 @@ whether they are `offsite' or `onsite'." rss-offsite-in rdf-offsite-in xml-offsite-in))) (defun nnrss-discover-feed (url) - "Given a page, find an RSS feed using Mark Pilgrim's -`ultra-liberal rss locator'." - + "Given a page, find an RSS feed. +Use Mark Pilgrim's `ultra-liberal rss locator'." (let ((parsed-page (nnrss-fetch url))) - -;; 1. if this url is the rss, use it. + ;; 1. if this url is the rss, use it. (if (nnrss-rss-p parsed-page) (let ((rss-ns (nnrss-get-namespace-prefix parsed-page "http://purl.org/rss/1.0/"))) (nnrss-rss-title-description rss-ns parsed-page url)) -;; 2. look for the