xfolk-delirious

From Microformats Wiki
Jump to navigation Jump to search

de.lirio.us

de.lirio.us presents a case that can be converted to xFolk 0.5 by changing attribute values. We will leave some extraneous elements and attributes that may be intended as semantic markup but will be ignored by xFolk 0.5.

<div class='entry'>
  <div class='uri'>
    <a class='title' href='http://www.thinkwiki.org/ThinkWiki'> <!-- will change -->
      ThinkWiki
    </a>
  </div>
  <div class='description'> <!-- will change -->
    Wiki Web for Thinkpad users. Here you find anything you need to 
    install your favourite Linux distribution on your Thinkpad.
  </div>
  <div class='created'>
    <a class='tag' href='http://de.lirio.us/rubric/entries/tags/ibm'> <!-- will change -->
      ibm
    </a>
    <a class='tag' href='http://de.lirio.us/rubric/entries/tags/linux'> <!-- will change -->
      linux
    </a>
    <a class='tag' href='http://de.lirio.us/rubric/entries/tags/thinkpad'> <!-- will change -->
      thinkpad
    </a>
    <a class='tag' href='http://de.lirio.us/rubric/entries/tags/wiki'> <!-- will change -->
      wiki
    </a>
    by 
    <a href='http://de.lirio.us/rubric/entries/user/blixtra'>
      blixtra
    </a>
    (created: 2005-04-09 21:54)
  </div>
</div>

Here is the entry in xFolk Entry 0.5:

<div class='xfolkentry'>
  <div class='uri'>
    <a class='taggedlink' href='http://www.thinkwiki.org/ThinkWiki'> <!-- changed -->
      ThinkWiki
    </a>
  </div>
  <div class='extended'> <!-- changed -->
    Wiki Web for Thinkpad users. Here you find anything you need to 
    install your favourite Linux distribution on your Thinkpad.
  </div>
  <div class='created'> 
    <a rel=“tag” href='http://de.lirio.us/rubric/entries/tags/ibm'> <!-- changed -->
      ibm
    </a>
    <a rel=“tag” href='http://de.lirio.us/rubric/entries/tags/linux'> <!-- changed -->
      linux
    </a>
    <a rel=“tag” href='http://de.lirio.us/rubric/entries/tags/thinkpad'> <!-- changed -->
      thinkpad
    </a>
    <a rel=“tag” href='http://de.lirio.us/rubric/entries/tags/wiki'> <!-- changed -->
      wiki
    </a>
    by 
    <a href='http://de.lirio.us/rubric/entries/user/blixtra'>
      blixtra
    </a>
    (created: 2005-04-09 21:54)
  </div>
</div>

Related pages