[uf-discuss] hentry?

2008-02-07 Thread Brandon Richards
I've been thinking about how to create a standard structure to format
a post within a publishing system and I was looking for a microformat
and was wondering if the hentry as used on posts on microformats.org
is a proposed spec and if there are any other examples? Would this be
important in portability for different doc types when the ability to
'save as' already exists? Nevertheless, here is an example of what
I've been toying with based upon some borrowed code from
microformats.org, but I'm not sure if I'm re-inventing the wheel or if
this is even needed.

div class=entry hentry
ul class=entry-meta
lia href=# rel=bookmark title=/a/li
liaddress class=author vcarda class=url fn
href=/a/address/li
/ul
h1 class=fn entry-title/h1
p class=vcard author fn/p
div class=entry-summary/div
div class=entry-body/div
div class=entry-extended/div
div class=entry-continued/div
/div


Thoughts?

-- 
Brandon Neil Richards
mailto:[EMAIL PROTECTED]
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


Re: [uf-discuss] Re: hentry?

2008-02-07 Thread Brandon Richards
Ok so hatom, but I suppose what I'm missing is the multiple pages of
content that belong to the same entry. For portability sake, how do
the other pages of content get linked or associated without having to
actually include all of the content within one page? Sorry this just
isn't clear to me.

*  an Entry MAY have 0 or more Entry Content elements. The logical
Entry Content of an Entry is the concatenation, in order of
appearance, of all the Entry Contents within the Entry
Many web logs split content into multiple sections with a Read More
link and JavaScript tricks. This is also needed in cases where Entry
Titles are coded in-line and are considered part of the content.

Thanks!
-- 
Brandon Neil Richards

  and was wondering if the hentry as used on posts on microformats.org
  is a proposed spec and if there are any other examples? Would this be

 http://microformats.org/wiki/hatom
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss