[microformats-discuss] Re: a proposal for a microformat for weblog entries

Geoffrey Glass geof at geof.net
Fri Aug 12 10:16:22 PDT 2005


David,

I just had a thought about the example of yours that Tantek posted.  In 
Atom, the ID of an entry is not a link:  "Though the IRI might use a 
dereferencable scheme, Atom Processors MUST NOT assume it can be 
dereferenced" [1].  So we would probably want a way to specify the link 
as well.  (Which raises the question of the various rel values for the 
Atom link element, and the possibility of references to the feed itself.)

Here's your example again (somewhat abbreviated):

 >Here's the basic elements:
 >
 >xentry
 >id
 >author
 >published
 >title
 >content
. . .
 >- With xEntry markup (I've made all the xEntry markup uppercase for
 >_visibility purposes only_; note the optional use of <abbr> to provide
 >deeper data):
 >
 ><div class="XENTRY post">
 ><h3 class="storytitle" id="post-2960">
 >  <a href="http://dannyayers.com/archives/2005/08/03/httptracer/"
 >class="TITLE ID" rel="bookmark" title="Permanent Link:
 >HTTPTracer">HTTPTracer</a>
 ></h3>
 >
 ><div class="CONTENT storycontent">
 >  <p>bla bla bla</p>
 ></div>
 ><div class="metabits">
 >  <div class="keywords">
 >    <a href="http://dannyayers.com/misc/about/biog.htm"><abbr
 >class="AUTHOR" title="Danny Ayers">Danny</abbr></a>@<abbr
 >class="PUBLISHED" title="2005-08-03T11:45:02Z">13:45</abbr> |
 >    <a href="http://dannyayers.com/..." title="View ..."
 >rel="category tag">Programming</a>
 >   </div>
 > </div>
 ></div>

Geof

[1] 
http://atompub.org/2005/07/11/draft-ietf-atompub-format-10.html#rfc.section.4.2.7



More information about the microformats-discuss mailing list