xfolk-delirious: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (==Related pages==)
 
Line 3: Line 3:
<p>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.</p>
<p>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.</p>


<pre>&lt;div <strong>class='entry'</strong>&gt;
<pre>&lt;div class='entry'&gt;
   &lt;div class='uri'&gt;
   &lt;div class='uri'&gt;
     &lt;a <strong>class='title'</strong> href='http://www.thinkwiki.org/ThinkWiki'&gt; <!-- will change -->
     &lt;a class='title' href='http://www.thinkwiki.org/ThinkWiki'&gt; <!-- will change -->
       ThinkWiki
       ThinkWiki
     &lt;/a&gt;
     &lt;/a&gt;
Line 36: Line 36:
<p>Here is the entry in xFolk Entry 0.5:</p>
<p>Here is the entry in xFolk Entry 0.5:</p>


<pre>&lt;div <strong>class='xfolkentry'</strong>&gt;
<pre>&lt;div class='xfolkentry'&gt;
   &lt;div class='uri'&gt;
   &lt;div class='uri'&gt;
     &lt;a class='taggedlink' href='http://www.thinkwiki.org/ThinkWiki'&gt; <!-- changed -->
     &lt;a class='taggedlink' href='http://www.thinkwiki.org/ThinkWiki'&gt; <!-- changed -->
Line 42: Line 42:
     &lt;/a&gt;
     &lt;/a&gt;
   &lt;/div&gt;
   &lt;/div&gt;
   &lt;div <strong>class='extended'</strong>&gt; <!-- changed -->
   &lt;div class='extended'&gt; <!-- changed -->
     Wiki Web for Thinkpad users. Here you find anything you need to  
     Wiki Web for Thinkpad users. Here you find anything you need to  
     install your favourite Linux distribution on your Thinkpad.
     install your favourite Linux distribution on your Thinkpad.

Latest revision as of 21:52, 10 June 2008

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