hReview Microformat Template
May 07
I’m going to try to be better about reviewing the books that I read/listen to. I recognize that the vast majority of books I read come from people I know recommending them, so I should do the same in turn. To make this a little easier for me, I’m going to spare myself some pain and reuse this hReview microformat template.
<div class="hReview hreview">
<p style="float: right; margin: 0 0 1em 1em; text-align: center;">
<span class="item vcard product"><a href="#"><img src="" width="" height="" align="right" alt="" border="0"/></a><br />
<span class="fn"><em class="title">{title}</em> by {author}</span></span><br />
<span class="reviewer vcard">Reviewed by <span class="fn">Rick Osborne</span><br />
<abbr class="dtreviewed" title="20090106T1000-0500">{mmm dd, yyyy}</abbr></span><br />
<span class="rating">Rating: <span class="value">{rating}</span>/<span class="best">{best}</span></span>
</p>
<div class="description">
<p>{review}</p>
<p class="summary">{summary}</p>
</div>
</div>
Et voila! Let the copy-and-paste begin!