Gnus development mailing list
 help / color / mirror / Atom feed
* nnrss and atom feeds
@ 2006-05-02  8:11 Bastien
  2006-05-02 13:59 ` Mark Plaksin
  2006-05-02 14:00 ` Mark Plaksin
  0 siblings, 2 replies; 6+ messages in thread
From: Bastien @ 2006-05-02  8:11 UTC (permalink / raw)


Hi folks,

i just tried `G R' with the latest Gnus and it seems that atom feeds
are not supported yet.  Just try to fetch any blogspot.com feed.

Is <zsh@cs.rochester.edu> or anyone else working on that now?
If not i can take this in charge.  Any guidance welcome.

regards,

-- 
Bastien



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnrss and atom feeds
  2006-05-02 13:59 ` Mark Plaksin
@ 2006-05-02 13:43   ` Bastien
  0 siblings, 0 replies; 6+ messages in thread
From: Bastien @ 2006-05-02 13:43 UTC (permalink / raw)


Mark Plaksin <happy@mcplaksin.org> writes:

> This would be great!  Perhaps having a feed library in Emacs would be
> best.  There are at least three packages which deal with feeds:

I will have a look at those pointers and try to figure out what kind
of feed library Emacs should have.

Thanks,

-- 
Bastien



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnrss and atom feeds
  2006-05-02  8:11 nnrss and atom feeds Bastien
@ 2006-05-02 13:59 ` Mark Plaksin
  2006-05-02 13:43   ` Bastien
  2006-05-02 14:00 ` Mark Plaksin
  1 sibling, 1 reply; 6+ messages in thread
From: Mark Plaksin @ 2006-05-02 13:59 UTC (permalink / raw)


Bastien <bzg@altern.org> writes:

> Hi folks,
>
> i just tried `G R' with the latest Gnus and it seems that atom feeds
> are not supported yet.  Just try to fetch any blogspot.com feed.
>
> Is <zsh@cs.rochester.edu> or anyone else working on that now?
> If not i can take this in charge.  Any guidance welcome.

This would be great!  Perhaps having a feed library in Emacs would be
best.  There are at least three packages which deal with feeds:

- nnrss in Gnus
- Atom API:  http://www.emacswiki.org/cgi-bin/wiki/EmacsAtomApi
- newsticker.el which is is CVS Emacs and described here:
  http://www.nongnu.org/newsticker/

As far as I know (which isn't very far) they all use completely different
code.

There are also various feeds which nnrss doesn't handle (CVS Gnus, CVS
Emacs).  I don't recall any at the moment but will start keeping track.
I keep thinking I'll find time to work on all of this but no luck
so far :)




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnrss and atom feeds
  2006-05-02  8:11 nnrss and atom feeds Bastien
  2006-05-02 13:59 ` Mark Plaksin
@ 2006-05-02 14:00 ` Mark Plaksin
  2006-05-04 13:49   ` Mark A. Hershberger
  1 sibling, 1 reply; 6+ messages in thread
From: Mark Plaksin @ 2006-05-02 14:00 UTC (permalink / raw)


Bastien <bzg@altern.org> writes:

> Hi folks,
>
> i just tried `G R' with the latest Gnus and it seems that atom feeds
> are not supported yet.  Just try to fetch any blogspot.com feed.
>
> Is <zsh@cs.rochester.edu> or anyone else working on that now?
> If not i can take this in charge.  Any guidance welcome.

This would be great!  Perhaps having a feed library in Emacs would be
best.  There are at least three packages which deal with feeds:

- nnrss in Gnus
- Atom API:  http://www.emacswiki.org/cgi-bin/wiki/EmacsAtomApi
- newsticker.el which is is CVS Emacs and described here:
  http://www.nongnu.org/newsticker/

As far as I know (which isn't very far) they all use completely different
code.

There are also various feeds which nnrss doesn't handle (CVS Gnus, CVS
Emacs).  I don't recall any at the moment but will start keeping track.
I keep thinking I'll find time to work on all of this but no luck
so far :)




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnrss and atom feeds
  2006-05-02 14:00 ` Mark Plaksin
@ 2006-05-04 13:49   ` Mark A. Hershberger
  2006-05-06 18:19     ` Mark Plaksin
  0 siblings, 1 reply; 6+ messages in thread
From: Mark A. Hershberger @ 2006-05-04 13:49 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]

Mark Plaksin <happy@mcplaksin.org> writes:

> - nnrss in Gnus
> - Atom API:  http://www.emacswiki.org/cgi-bin/wiki/EmacsAtomApi
> - newsticker.el which is is CVS Emacs and described here:
>   http://www.nongnu.org/newsticker/

Since I saw that newsticker.el was in CVS and seemed to support
more formats than nnrss, I've pulling out the feed-parsing bits and
making a library that both nnrss and newsticker could use.

> As far as I know (which isn't very far) they all use completely different
> code.

But it is far enough to be right.

> There are also various feeds which nnrss doesn't handle (CVS Gnus, CVS
> Emacs).  I don't recall any at the moment but will start keeping track.
> I keep thinking I'll find time to work on all of this but no luck
> so far :)

Please report any feeds that don't work.  Sometimes the problems are
with xml.el.


-- 
http://hexmode.com/
GPG Fingerprint: 7E15 362D A32C DFAB E4D2  B37A 735E F10A 2DFC BFF5

In the end, the only events in life worth telling are those in which
the imperishable world erupted into this transitory world. --Carl Jung

[-- Attachment #2: Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: nnrss and atom feeds
  2006-05-04 13:49   ` Mark A. Hershberger
@ 2006-05-06 18:19     ` Mark Plaksin
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Plaksin @ 2006-05-06 18:19 UTC (permalink / raw)


mah@everybody.org (Mark A. Hershberger) writes:

> Please report any feeds that don't work.  Sometimes the problems are
> with xml.el.

After updating to the latest CVS Emacs and CVS Gnus I can only find one
problematic feed.  To read an Atom feed with nnrss, I try to find it at
feedburner.com because it gives an RSS version of the feed.  If it's not
there I create it.  Before updating Emacs and Gnus today this method only
worked some of the time.  I never understood what the differentiator was.

Today I created this feed and nnrss fails to handle it:
http://feeds.feedburner.com/emacspeak

nnrss falls down to the syndic8 case and then says:
gnus-group-make-rss-group: No feeds found for http://feeds.feedburner.com/emacspeak

FWIW, feedvalidator.org says the feed isn't valid because it "uses an
obsolete namespace".  But reader.google.com handles it just fine.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-05-06 18:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-02  8:11 nnrss and atom feeds Bastien
2006-05-02 13:59 ` Mark Plaksin
2006-05-02 13:43   ` Bastien
2006-05-02 14:00 ` Mark Plaksin
2006-05-04 13:49   ` Mark A. Hershberger
2006-05-06 18:19     ` Mark Plaksin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).