Hi !
I would like to implement a RSS feed for the website I'm developing using Seaside and VisualWorks. Do you know where I could find a pre-programmed package implementing this feature ? I've been searching Google unsuccessfully... Thanks very much in advance, -- Pierre ALEXIS Smalltalk newbie Courriel & messenger : [hidden email] Homepage : http://student.ulb.ac.be/~palexis/ _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
You should be able to port RSRSS from Squeak fairly easily, I believe
its got most of what you'll need. http://www.squeaksource.com/rsrss.html Cheers! -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Pierre Alexis Sent: Tuesday, November 07, 2006 12:50 PM To: [hidden email] Subject: [Seaside] RSS, Seaside and VisualWorks Hi ! I would like to implement a RSS feed for the website I'm developing using Seaside and VisualWorks. Do you know where I could find a pre-programmed package implementing this feature ? I've been searching Google unsuccessfully... Thanks very much in advance, -- Pierre ALEXIS Smalltalk newbie Courriel & messenger : [hidden email] Homepage : http://student.ulb.ac.be/~palexis/ _______________________________________________ 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 |
> You should be able to port RSRSS from Squeak fairly easily, I believe > its got most of what you'll need. Bonjour Pierre, The VW port of RSRSS is ready. Have a look to the public store package SeasideRSRSS. It needs a recent version of Seaside. The RSS feed components need a special renderer, a special session and a special render loop. See RRChangesDemo for an example. Enjoy, Michel. _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Michel Bany a écrit :
> The VW port of RSRSS is ready. > Have a look to the public store package SeasideRSRSS. > It needs a recent version of Seaside. > > The RSS feed components need a special renderer, a special session > and a special render loop. > > See RRChangesDemo for an example. Thank you very much ! -- Pierre ALEXIS Smalltalk newbie Courriel & messenger : [hidden email] Homepage : http://student.ulb.ac.be/~palexis/ _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Michel Bany
Michel Bany a écrit :
> The VW port of RSRSS is ready. > Have a look to the public store package SeasideRSRSS. > It needs a recent version of Seaside. > > The RSS feed components need a special renderer, a special session > and a special render loop. > > See RRChangesDemo for an example. The RRDemo doesn't work... Here is the error I get : Message not understood: #host * Seaside.WARequest(Object)>>doesNotUnderstand: self a Seaside.WARequest temps aMessage a Message with selector: #host and arguments: #() excpt a MessageNotUnderstood resumeValue nil inst vars url '/seaside/go/TestRSS' fields Dictionary () headers Dictionary ('user-agent'->'Mozilla/5.0 (X11; U; Linux i686; fr; rv: 1.8.0.7) Gecko/20060921 Ubuntu/da...etc... cookies Dictionary ('VW-WTK-sessionkey'->'5556133404532813340449681592' ) method 'GET' nativeRequest a VisualWave.Request responseStream nil Any idea ? Thanks ! -- Pierre ALEXIS Courriel & messenger : [hidden email] Homepage : http://student.ulb.ac.be/~palexis/ _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
On 08 Nov 2006, at 19:29 , Pierre Alexis wrote: > Michel Bany a écrit : > >> The VW port of RSRSS is ready. >> Have a look to the public store package SeasideRSRSS. >> It needs a recent version of Seaside. >> The RSS feed components need a special renderer, a special session >> and a special render loop. >> See RRChangesDemo for an example. > > The RRDemo doesn't work... Here is the error I get : > > Message not understood: #host > > * Seaside.WARequest(Object)>>doesNotUnderstand: > > self a Seaside.WARequest > temps > aMessage a Message with selector: #host and arguments: #() > excpt a MessageNotUnderstood > resumeValue nil > inst vars > url '/seaside/go/TestRSS' > fields Dictionary () > headers Dictionary ('user-agent'->'Mozilla/5.0 (X11; U; > Linux i686; fr; rv: 1.8.0.7) Gecko/20060921 Ubuntu/da...etc... > cookies Dictionary ('VW-WTK-sessionkey'- > >'5556133404532813340449681592' ) > method 'GET' > nativeRequest a VisualWave.Request > responseStream nil > > Any idea ? > > Thanks ! > > -- > Pierre ALEXIS > Courriel & messenger : [hidden email] > Homepage : http://student.ulb.ac.be/~palexis/ > _______________________________________________ > 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 |
Free forum by Nabble | Edit this page |