Hello all, I have the following problem: *) I have a WordPress blog at site x *) I have a Ruby on Rails site, y *) I want to accomplish the following thing: If i post a blog entry into my wordpress blog at x, (in category z), i want it to appear automaticaly at y (in a blog which is... let''s say just a Ruby on Rails something, or alternatively Typo or maybe WP) Suggestions to tackle this problem? Thanks, Peter
Peter Szinek wrote:> Hello all, > > I have the following problem: > > *) I have a WordPress blog at site x > *) I have a Ruby on Rails site, y > *) I want to accomplish the following thing: If i post a blog entry into > my wordpress blog at x, (in category z), i want it to appear > automaticaly at y (in a blog which is... let''s say just a Ruby on Rails > something, or alternatively Typo or maybe WP) > > Suggestions to tackle this problem?The easiest thing to do would be to pull the RSS feed from the Wordpress site every few hours (or however fast you want your updates to be) and have y update itself. Feedtools is your friend here :-) -- Alex
My first thought was to set up a couple of web services, but I like your idea much better. Charlie Bowman www.recentrambles.com On Fri, 2006-05-12 at 15:43 +0100, Alex Young wrote:> Peter Szinek wrote: > > Hello all, > > > > I have the following problem: > > > > *) I have a WordPress blog at site x > > *) I have a Ruby on Rails site, y > > *) I want to accomplish the following thing: If i post a blog entry into > > my wordpress blog at x, (in category z), i want it to appear > > automaticaly at y (in a blog which is... let''s say just a Ruby on Rails > > something, or alternatively Typo or maybe WP) > > > > Suggestions to tackle this problem? > The easiest thing to do would be to pull the RSS feed from the Wordpress > site every few hours (or however fast you want your updates to be) and > have y update itself. Feedtools is your friend here :-) >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060512/4d55c6d7/attachment.html