Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description Helper methods for rendering hAtom feeds, simple hCards, and the datetime design pattern.
Description The plugin currently provides helper methods for [hAtom](http://microformats.org/wiki/hatom), basic [hCard](http://microformats.org/wiki/hcard), and the [datetime design pattern](http://microformats.org/wiki/datetime-design-pattern). 1. [Start here](http://www.thinkvitamin.com/features/design/how-to-use-microformats), it’s a great introduction to microformats. Or head over to [microformats.org](http://microformats.org/). 2. Install the microformats helper plugin: ./script/plugin install http://labnotes.org/svn/public/ruby/rails_plugins/microformat_helper 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 %>
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions