RSS and Atom reader

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

RSS and Atom reader

Nick
Hi,

Does anyone know of suitable Pharo library for reading RSS and Atom feeds?

Cheers

Nick

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: RSS and Atom reader

drush66
On Fri, Mar 23, 2012 at 1:23 PM, Nick Ager <[hidden email]> wrote:
> Hi,
>
> Does anyone know of suitable Pharo library for reading RSS and Atom feeds?

I remember vaguely BottomFeeder from James Robertson, but if i
recollect correctly it is for VisualWorks. But maybe it is still
worthwhile to ping him if you do not find more suitable solution.

Davorin Rusevljan
http://www.cloud208.com/
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: RSS and Atom reader

Nick
For the record I found TopFeeder: http://source.lukas-renggli.ch/topfeeder

I've ported it to Magritte3 and Magritte3 XML bindings. The result is in: http://ss3.gemstone.com/ss/TopFeeder

You can load it with:

Gofer it
    url: 'http://ss3.gemstone.com/ss/TopFeeder';
    package: 'ConfigurationOfTopFeeder';
    load.
ConfigurationOfTopFeeder project  stableVersion load: #('Tests').

The Magritte XML bindings work well for consuming an XML document

On 23 March 2012 13:34, Davorin Rusevljan <[hidden email]> wrote:
On Fri, Mar 23, 2012 at 1:23 PM, Nick Ager <[hidden email]> wrote:
> Hi,
>
> Does anyone know of suitable Pharo library for reading RSS and Atom feeds?

I remember vaguely BottomFeeder from James Robertson, but if i
recollect correctly it is for VisualWorks. But maybe it is still
worthwhile to ping him if you do not find more suitable solution.

Davorin Rusevljan
http://www.cloud208.com/
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: RSS and Atom reader

NorbertHartl
Great Nick,

you got rid of one of my ugly traces :)

Norbert

Am 27.03.2012 um 16:13 schrieb Nick Ager:

For the record I found TopFeeder: http://source.lukas-renggli.ch/topfeeder

I've ported it to Magritte3 and Magritte3 XML bindings. The result is in: http://ss3.gemstone.com/ss/TopFeeder

You can load it with:

Gofer it
    url: 'http://ss3.gemstone.com/ss/TopFeeder';
    package: 'ConfigurationOfTopFeeder';
    load.
ConfigurationOfTopFeeder project  stableVersion load: #('Tests').

The Magritte XML bindings work well for consuming an XML document

On 23 March 2012 13:34, Davorin Rusevljan <[hidden email]> wrote:
On Fri, Mar 23, 2012 at 1:23 PM, Nick Ager <[hidden email]> wrote:
> Hi,
>
> Does anyone know of suitable Pharo library for reading RSS and Atom feeds?

I remember vaguely BottomFeeder from James Robertson, but if i
recollect correctly it is for VisualWorks. But maybe it is still
worthwhile to ping him if you do not find more suitable solution.

Davorin Rusevljan
http://www.cloud208.com/
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside