Any plans for using Atom with rails. I saw the "Typo" project is using MoveableType, Blogger, ... but not Atom. It seems Atom is not part of ActionWebService. Has anyone done any work with Atom and Rails ? Thanks for your answers, Gaspard
gaspard wrote:> Any plans for using Atom with rails. I saw the "Typo" project is using > MoveableType, Blogger, ... but not Atom. > > It seems Atom is not part of ActionWebService. > > Has anyone done any work with Atom and Rails ? > > Thanks for your answers, >It''s not hard enough to merit dealing with as a special case... there''s an rxml template that''ll do it nicely here: http://www.bigbold.com/snippets/posts/show/559 -- Alex
On Friday, February 17, 2006, at 6:35 PM, Alex Young wrote:>gaspard wrote: >> Any plans for using Atom with rails. I saw the "Typo" project is using >> MoveableType, Blogger, ... but not Atom. >> >> It seems Atom is not part of ActionWebService. >> >> Has anyone done any work with Atom and Rails ? >> >> Thanks for your answers, >> >It''s not hard enough to merit dealing with as a special case... there''s >an rxml template that''ll do it nicely here: >http://www.bigbold.com/snippets/posts/show/559 > >-- >Alex >_______________________________________________ >Rails mailing list >Rails@lists.rubyonrails.org >http://lists.rubyonrails.org/mailman/listinfo/railsYes, but thats just the atom syndication part. I believe the OP wanted the actual API.. Is that finalized yet?? Mikkel Bruun www.strongside.dk - Football Portal(DK) nflfeed.helenius.org - Football News(DK) ting.minline.dk - Buy Old Stuff!(DK) -- Posted with http://DevLists.com. Sign up and save your time!
* gaspard (g.bucher@teti.ch) [060217 13:30]:> Any plans for using Atom with rails. I saw the "Typo" project is > using MoveableType, Blogger, ... but not Atom. > > It seems Atom is not part of ActionWebService.I didn''t realize Atom was a web service standard -- I thought it was comparable to RSS. I think Typo does support it in that context. Rick -- http://www.rickbradley.com MUPRN: 567 | through. What''s the web site random email haiku | for the TBS Montego, by | the way? It sounds cool.
On Fri, Feb 17, 2006 at 01:40:57PM -0500, Rick Bradley wrote:> * gaspard (g.bucher@teti.ch) [060217 13:30]: > > Any plans for using Atom with rails. I saw the "Typo" project is > > using MoveableType, Blogger, ... but not Atom. > > > > It seems Atom is not part of ActionWebService. > > I didn''t realize Atom was a web service standard -- I thought it was > comparable to RSS. I think Typo does support it in that context.It sounds like the OP was possibly referring to Atomz (the cms), not Atom (the feed spec)? http://www.atomz.com/ -- - Adam ** Expert Technical Project and Business Management **** System Performance Analysis and Architecture ****** [ http://www.everylastounce.com ] [ http://www.aquick.org/blog ] ............ Blog [ http://www.adamfields.com/resume.html ].. Experience [ http://www.flickr.com/photos/fields ] ... Photos [ http://www.aquicki.com/wiki ].............Wiki [ http://del.icio.us/fields ] ............. Links
I know this sample. It''s just the ''read'' part, no ''create'', ''delete'' nor ''update'', which I am looking for..> gaspard wrote: >> Any plans for using Atom with rails. I saw the "Typo" project is >> using MoveableType, Blogger, ... but not Atom. >> It seems Atom is not part of ActionWebService. >> Has anyone done any work with Atom and Rails ? >> Thanks for your answers, > It''s not hard enough to merit dealing with as a special case... > there''s an rxml template that''ll do it nicely here: > http://www.bigbold.com/snippets/posts/show/559 > > -- > Alex > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
From what I see in the Typo source, there is no support for Atom (apart from feed) : Here are the used API "blogger_service", "meta_weblog_service", "movable_type_service" Here is a short insight of what I am talking of : http:// www.atomenabled.org/developers/tutorials/api-quick-guide.php Atom seems like the future to read/write web content from apps other then standard web browsers. Gaspard> * gaspard (g.bucher@teti.ch) [060217 13:30]: >> Any plans for using Atom with rails. I saw the "Typo" project is >> using MoveableType, Blogger, ... but not Atom. >> >> It seems Atom is not part of ActionWebService. > > I didn''t realize Atom was a web service standard -- I thought it was > comparable to RSS. I think Typo does support it in that context. > > Rick > -- > http://www.rickbradley.com MUPRN: 567 > | through. What''s the web site > random email haiku | for the TBS Montego, by > | the way? It sounds cool. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Hi gaspard and all, 2006/2/18, gaspard <g.bucher@teti.ch>:> From what I see in the Typo source, there is no support for Atom > (apart from feed) :We (me and one guy) has been developping a application on rails. This application is a implementation of Blog. It have some features includes AtomAPI (feed, post, edit and delete). These codes release under GPL2. You can see at http://developer.berlios.de/projects/donrails/ Acturally, AtomAPI feature is BETA status. Please see codes at SVN trunk. --- ARAKI Yasuhiro
Thanks for the link. I did an svn export of the trunk. It looks exactly as what I am looking for. I will have a very close look at your atom_controller. Gaspard> Hi gaspard and all, > > 2006/2/18, gaspard <g.bucher@teti.ch>: >> From what I see in the Typo source, there is no support for Atom >> (apart from feed) : > > We (me and one guy) has been developping a application on rails. > This application is a implementation of Blog. > > It have some features includes AtomAPI (feed, post, edit and delete). > These codes release under GPL2. > > You can see at > http://developer.berlios.de/projects/donrails/ > > Acturally, AtomAPI feature is BETA status. > Please see codes at SVN trunk. > > --- > ARAKI Yasuhiro > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails