xoxo-profile: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (Reverted edits by GetbaStroc (Talk) to last version by Tantek)
(add ids to terms, source instead of pre, fix broken link to def of blogroll)
Line 1: Line 1:
= XOXO Profile =
<entry-title>XOXO Profile</entry-title>


The following is an [http://gmpg.org/xmdp/ XMDP] profile for the [[xoxo|XOXO]] specification.
The following is an [http://gmpg.org/xmdp/ XMDP] profile for the [[XOXO]] specification.
 
== URLs ==
This profile is hosted as a separate XMDP file on microformats.org:
* http://microformats.org/profile/xoxo
* shortURL: http://ufs.cc/x/xoxo
 
== Usage ==
Profiles are referenced in (X)HTML files in the &lt;HEAD&gt; tag, e.g.:
<source lang=html4strict>
<head profile='http://microformats.org/profile/xoxo'>
</source>


== Profile ==
== Profile ==
<pre>
<source lang=html4strict>
<dl class="profile">
<dl class="profile">
  <dt>class</dt>
  <dt>class</dt>
Line 15: Line 26:
   draft of "Hypertext Links in HTML"</a>:</p>
   draft of "Hypertext Links in HTML"</a>:</p>
   <dl>
   <dl>
   <dt>xoxo</dt>
   <dt id="xoxo">xoxo</dt>
     <dd>A XOXO outline as defined by the  
     <dd>A XOXO outline as defined by the  
     <a href="http://microformats.org/wiki/xoxo">XOXO specification</a>.   
     <a rel="help start" href="http://microformats.org/wiki/xoxo">XOXO specification</a>.   
       Typically an ordered list &amp;lt;ol&amp;gt; or unordered list &amp;lt;ul&amp;gt; element.</dd>
       Typically an ordered list &lt;ol&gt; or unordered list &lt;ul&gt; element.</dd>
   <dt>blogroll</dt>
   <dt id="blogroll">blogroll</dt>
     <dd>When used with the aforementioned 'xoxo' value, this value means  
     <dd>When used with the aforementioned 'xoxo' value, this value means  
         a particular instance of a XOXO outline which has the additional semantic of being a  
         a particular instance of a XOXO outline which has the additional semantic of being a  
     <a href="http://www.microcontentnews.com/resources/glossary/blogrolling.htm">blogroll</a>.
     <a href="http://en.wikipedia.org/wiki/Blogroll#B">blogroll</a>.
     </dd>
     </dd>
   </dl>
   </dl>
  </dd>
  </dd>
</dl>  
</dl>  
</pre>
</source>


== Under Consideration ==
== Under Consideration ==


See [[xoxo-brainstorming]] for additional class names under consideration, and please add your thoughts there.
See [[xoxo-brainstorming]] for additional class names under consideration, and please add your thoughts there.

Revision as of 11:26, 6 August 2009

<entry-title>XOXO Profile</entry-title>

The following is an XMDP profile for the XOXO specification.

URLs

This profile is hosted as a separate XMDP file on microformats.org:

Usage

Profiles are referenced in (X)HTML files in the <HEAD> tag, e.g.:

<head profile='http://microformats.org/profile/xoxo'>

Profile

<dl class="profile">
 <dt>class</dt>
 <dd><p>
  <a rel="help" href="http://www.w3.org/TR/html401/struct/global.html#adef-class">
   HTML4 definition of the 'class' attribute.</a>
   This meta data profile defines some 'class' attribute values (class names) 
   and their meanings as suggested by a 
  <a href="http://www.w3.org/TR/WD-htmllink-970328#profile">
   draft of "Hypertext Links in HTML"</a>:</p>
  <dl>
   <dt id="xoxo">xoxo</dt>
    <dd>A XOXO outline as defined by the 
     <a rel="help start" href="http://microformats.org/wiki/xoxo">XOXO specification</a>.  
      Typically an ordered list &lt;ol&gt; or unordered list &lt;ul&gt; element.</dd>
   <dt id="blogroll">blogroll</dt>
    <dd>When used with the aforementioned 'xoxo' value, this value means 
        a particular instance of a XOXO outline which has the additional semantic of being a 
     <a href="http://en.wikipedia.org/wiki/Blogroll#B">blogroll</a>.
    </dd>
  </dl>
 </dd>
</dl>

Under Consideration

See xoxo-brainstorming for additional class names under consideration, and please add your thoughts there.