[uf-discuss] hReview and the structured blogging tools
David Janes -- BlogMatrix
davidjanes at blogmatrix.com
Thu Jan 12 09:28:18 PST 2006
Tantek Çelik wrote:
> On 1/12/06 9:10 AM, "David Janes -- BlogMatrix" <davidjanes at blogmatrix.com>
> wrote:
>
>> As you know, the structured blogging people have released plugins [1]
>> for MT and WordPress that generate microformatted output and, well,
>> structured blogging output.
>>
>> I tried using their review generator and produced [2] which you can see
>> [3] doesn't quite get the encoding of the reviews correct.
>>
>> I was going to send some comments to Phil Pearson about this
>
> I believe Phil is on this list and is eagerly accepting feedback.
>
>> but I'm
>> really not sure what the correct way to encode the review rating are. In
>> particular:
>>
>> (1) are the sub-ratings (i.e. quality of service: 3/5) always going to
>> be dependent on rel-tag
>
> Yes.
OK, so in particular:
(1)
This:
<b>Food rating</b>: <span class="rating">4</span> out of 5<br />
should becomes something like:
<a href="http://example.com/tags/Food">
<b>Food rating</b>:
<span class="rating">4</span> out of <span class="best">5</span></a>
<br />
(2)
Visually, all sub-ratings will be a hyperlink.
[I know I'm re-iterating something that's kind of obvious, I just want
to spell it out]
Regards, etc...
More information about the microformats-discuss
mailing list