Re: [uf-discuss] microservices

2008-05-02 Thread Guido García Bernardo

Killer idea.
More information (still working on it) added here : 
http://microformats.org/wiki/OpenService_Extensions


Regards,
guido.

Gustavo escribió:

You can find a prototype implementation of this idea in this thread:

https://labs.mozilla.com/forum/index.php/topic,654.0.html

The idea behind this concept is for a website to be able to offer a
service that could be applied to a microformat just publishing an xml,
instead of developing and installing scripts/extensions for the firefox
operator addon (in the same way that a website nowadays offers
opensearch services)

Any feedback on the interest of this topic would be very appreciated in
order to continue this work in a possible specification and also in the
implementation.

BR,
G.



Jason Karns wrote:
  

On Wed, Mar 12, 2008 at 1:47 AM, Gustavo [EMAIL PROTECTED] wrote:


  I may be wrong - in which case, it's probably a good idea if we see if
  Microsoft's OpenService stuff gets implemented anywhere outside of
  Internet Explorer 8.
  

Mike Kaply has produced another microformats-related extension for
Firefox that uses IE8's Activities.
http://www.kaply.com/weblog/2008/03/07/microsoft-activities-for-firefox-new-version/

~Jason
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss


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


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


Re: [uf-discuss] hatom sample - opinion?

2008-05-02 Thread Scott Reynen

On Apr 30, 2008, at 4:08 PM, Suzy Loew wrote:


I've been tasked with converting some of our content with
microformats. I've already successfully worked with hCard to my
satisfaction, but now I'm attempting a hAtom entry. I'm still new to
this, but I would like your opinion of the following conversion for
our Guide Note located here: http://www.mahalo.com/2007_Energy_Bill


div class=hentry title=Energy Bill
   divstrongabbr class=published updated
title=2007-12-04T00:00:00-08:00December 04,
2007/abbr/strong/div
div id=hcard-Associated-Press class=vcard
   span class=fn nAssociated Press/span
   /div
   divWASHINGTON, D.C./div
div class=entry-contentCongress is set to consider an
strongEnergy Bill/strong called the Energy Independence and
Security Act of 2007. The act's stated purpose is .../div
/div


I feel it has all the required elements of an hatom, but I'm wondering
if this is properly formatted. Specifically for denoting the title of
the article, which I put in the initial hentry div.


Hi Suzy,

Here's how I would suggest doing this:

div class=hentry
  h2 class=entry-titleEnergyBill/h2
   divstrongabbr class=published updated
title=2007-12-04T00:00:00-08:00December 04,
2007/abbr/strong/div
div id=hcard-Associated-Press class=vcard
   div class=fn orgAssociated Press/div
  div class=adrspan class=localityWASHINGTON/span,  
abbr class=region title=District of ColumbiaD.C./span/div

   /div
div class=entry-contentCongress is set to consider an
strongEnergy Bill/strong called the Energy Independence and
Security Act of 2007. The act's stated purpose is .../div
/div

What I changed:

- Moved the title from a title attribute (I don't believe that means  
what you're trying to say) to an element with class=entry-title

- Changed class=fn n to class=fn org, because it's an organization
- Wrapped class=adr around the address information for the hCard,  
and moved that within the hCard


If any of this doesn't make sense, please let us know.

Peace,
Scott
___
microformats-discuss mailing list
microformats-discuss@microformats.org
http://microformats.org/mailman/listinfo/microformats-discuss