xfolk-pollas

From Microformats Wiki
Revision as of 04:04, 20 December 2008 by BasdeLviva (talk | contribs) (lichisitouch)
Jump to navigation Jump to search

ricc4tortrri zelertrcn

Anders Pollas

Anders Pollas maintains a blog where he discusses music, media, and new means of distribution for information products. His link blog already has many semantic elements. Here is the version before xFolk with items to be changed marked with a comment at the end of the line. Note that Pollas does not publish tags for his links.

<ul class="delicious">
  <li>
    <a href="http://db.tidbits.com/getbits.acgi?tbart=07140">
      TidBITS: Catching Up with the Voice of Macintosh: Fred
    </a> 
    <div class="extended"> <!-- will change -->
      Airport meetup with ... Fred
    </div>
  </li>
</ul>

One issue with Pollas' strategy is that he specifies a collection of entries vs. one entry at a time as required by xFolk. Therefore, we will have to add a container element for the entry. Here is the altered version.

<ul class="delicious">
  <li class="xfolkentry"> <!-- changed -->
    <a class="taggedlink" <!-- changed -->
     href="http://db.tidbits.com/getbits.acgi?tbart=07140">
      TidBITS: Catching Up with the Voice of Macintosh: Fred
    </a> 
    <div class="description"> <!-- changed -->
      Airport meetup with ... Fred
    </div>
  </li>
</ul>