hungrylist-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Sep-27 10:29 UTC
microformats plugin?
Hi there I''m going to add microformats in my app. I''ve googled for a while but I can''t find any plugin/gem oriented to the creation and rendering in templates of microformats. I''ve seen the REST page on microformats.org but can''t find anything more. I know that writing an implementation from scratch is pretty trivial, but I would like to know if somewhere there''s already something that does the job. Thanks Paolo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hello Paol,> I'm going to add microformats in my app. I've googled for a while but > I can't find any plugin/gem oriented to the creation and rendering in > templates of microformats. > > I've seen the REST page on microformats.org but can't find anything > more. I know that writing an implementation from scratch is pretty > trivial, but I would like to know if somewhere there's already > something that does the job.Have a look at this plugin : http://trac.labnotes.org/cgi-bin/trac.cgi/browser/ruby/rails_plugins/microformat_helper From the same author of the scrAPI lib : http://rubyforge.org/projects/scrapi/ (on the other side, if you want to parse microformats stuff) -- Jean-François. -- À la renverse. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
hungrylist-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> Hi there > > I''m going to add microformats in my app. I''ve googled for a while but > I can''t find any plugin/gem oriented to the creation and rendering in > templates of microformats. >---snip--- I am working on a plugin to do just this. I have nearly finished a generator to create database models that implement the uFormat specs and will be working on the helpers for them in a week or so.... if you can wait :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
To be honest I was thinking too about developing yet another plugin. My idea was to create a direct correspondence model -> microformats representation, but starting from any activerecord model since I have to work with a legacy database. Anyway I think the helper collection at labnotes.org pretty does the job, and in the end I can just define a microformat partial for every model. Well, I''ll see Thanks Paolo On 27/09/06, J2M <james2mccarthy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > hungrylist-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > Hi there > > > > I''m going to add microformats in my app. I''ve googled for a while but > > I can''t find any plugin/gem oriented to the creation and rendering in > > templates of microformats. > > > ---snip--- > > I am working on a plugin to do just this. I have nearly finished a > generator to create database models that implement the uFormat specs > and will be working on the helpers for them in a week or so.... if you > can wait :)--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---