Plugins - Microformat helper

StarAdd to favorites

The plugin currently provides helper methods for hAtom, basic hCard, and the datetime design pattern.

  1. Start here, it’s a great introduction to microformats. Or head over to microformats.org.

  2. Install the microformats helper plugin:

    ./script/plugin install http://labnotes.org/svn/public/ruby/railsplugins/microformathelper

  3. Include the helper in your controller:

    helper :microformat

  4. Try it out with an hAtom feed:

    <% render_hfeed do
       posts.each do |post|
        render_hentry "post-#{post.id}" do %>
          <%= hentry_title post.title %>
          <%= hentry_content post.content %>
          Published on <%= post.created_on.microformat :published     %> by
            <%= hcard :fn=>post.author, :url=>post.author_url, :class=>"author" %><%
        end
      end
    end %>
    

Assaf Arkin

http://blog.labnotes.org/2006/08/25/microformats-helper-for-ruby-on-rails/

http://labnotes.org/svn/public/ruby/rails_plugins/microformat_helper

Rails' (MIT)

  • Currently 2.3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Assets

Tags

Comments

Add a comment

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?