implementations: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:
__TOC__
__TOC__


== By Format ==
== Formats ==


Most microformat specifications have an "implementations" section, e.g.:
Most microformat specifications have an "implementations" section, e.g.:
* [http://microformats.org/wiki/hcalendar#Implementations hCalendar], [http://microformats.org/wiki/hcard#Implementations hCard], [http://microformats.org/wiki/rel-tag#Implementations rel-tag], [http://microformats.org/wiki/vote-links#Implementations vote-links], [http://microformats.org/wiki/xoxo#Implementations XOXO]
* [http://microformats.org/wiki/hcalendar#Implementations hCalendar], [http://microformats.org/wiki/hcard#Implementations hCard], [http://microformats.org/wiki/rel-tag#Implementations rel-tag], [http://microformats.org/wiki/vote-links#Implementations vote-links], [http://microformats.org/wiki/xoxo#Implementations XOXO] etc.


In addition, some microformat specifications have separate implementation pages:
In addition, some microformat specifications have separate implementation pages:
* [[xfn-implementations]]
* [[xfn-implementations]]


== By Tool ==
* [[greasemonkey]] scripts for Firefox


== By Company / Organization / Author ==
== Companies / Organizations / Authors / Services ==


=== Avon ===
=== Avon ===
Line 99: Line 97:
=== suda.co.uk ===
=== suda.co.uk ===
[http://suda.co.uk/ brian suda] has created several XSLT files to extract microformats from HTML. From that the [http://suda.co.uk/projects/X2V/ X2V] webservice/favelet emerged. The XSLT and favelet extracts [[hcard|hCard]] and to produces .vcf (vCard) files and [[hcalendar|hCalendar]] to produce .ics (iCal) files. Also in the labs is a universal XMDP validator and a site-wide search spider that recognizes 'no-follow', 'license' and other microformats so they can be used in a more semantic way when displaying search results.
[http://suda.co.uk/ brian suda] has created several XSLT files to extract microformats from HTML. From that the [http://suda.co.uk/projects/X2V/ X2V] webservice/favelet emerged. The XSLT and favelet extracts [[hcard|hCard]] and to produces .vcf (vCard) files and [[hcalendar|hCalendar]] to produce .ics (iCal) files. Also in the labs is a universal XMDP validator and a site-wide search spider that recognizes 'no-follow', 'license' and other microformats so they can be used in a more semantic way when displaying search results.


=== other ===
=== other ===
Line 105: Line 102:
* [http://thedredge.org Andy Hume] uses the hcard format to mark-up the names and URLs of commentors on his blog.  
* [http://thedredge.org Andy Hume] uses the hcard format to mark-up the names and URLs of commentors on his blog.  
* [http://web.mit.edu/glasser/www/JSCalendar/ JSCalendar] parses hCalendar and produces a displayable HTML table/CSS-based calendar.
* [http://web.mit.edu/glasser/www/JSCalendar/ JSCalendar] parses hCalendar and produces a displayable HTML table/CSS-based calendar.
== Tools, Plugins, Projects ==
=== Firefox ===
* [[greasemonkey]] scripts for Firefox
=== Nutch ===
* [http://www.mail-archive.com/nutch-dev@lucene.apache.org/msg01295.html rel-nofollow support added]
* [http://www.mail-archive.com/nutch-commits@lucene.apache.org/msg01014.html rel-tag support checked in]


==general info==
==general info==
Some notes on initial thoughts around [[implementation-guidelines|Guidelines and Strategies for Implementing Microformats]]
Some notes on initial thoughts around [[implementation-guidelines|Guidelines and Strategies for Implementing Microformats]]

Revision as of 00:03, 25 April 2006

Microformats Implementors And Implementations

This page lists the companies, applications, services, and sample code which support microformats, along with the developers responsible for doing so that have chosen to be listed. This is only a partial list. If you know other companies implementing microformats, please add them and list their services and what specific microformats they support.

Formats

Most microformat specifications have an "implementations" section, e.g.:

In addition, some microformat specifications have separate implementation pages:


Companies / Organizations / Authors / Services

Avon

  • Avon - publishes all 40,000+ Avon representatives' contact info with the hCard microformat.

BlogMatrix

Drupal

EVDB

Flock

Google

Ice Rocket

Iowa Military Veterans Band

Karova

Konqueror

Laughing Squid

LiveJournal

LJFind

ODEO

Sunnyvale House Concerts

Technorati

Upcoming.org

  • Upcoming.org - hCalendar support in events listings and individual events.

University of Bath

Web Essentials

WordPress

  • WordPress supports XFN blogrolls through a very nice built-in user interface.

Yahoo

suda.co.uk

brian suda has created several XSLT files to extract microformats from HTML. From that the X2V webservice/favelet emerged. The XSLT and favelet extracts hCard and to produces .vcf (vCard) files and hCalendar to produce .ics (iCal) files. Also in the labs is a universal XMDP validator and a site-wide search spider that recognizes 'no-follow', 'license' and other microformats so they can be used in a more semantic way when displaying search results.

other

  • rfc2629.xslt now attempts to generate hCard information (RFC2629 is an XML format for authoring RFCs and Internet Drafts, see example document)
  • Andy Hume uses the hcard format to mark-up the names and URLs of commentors on his blog.
  • JSCalendar parses hCalendar and produces a displayable HTML table/CSS-based calendar.

Tools, Plugins, Projects

Firefox

Nutch

general info

Some notes on initial thoughts around Guidelines and Strategies for Implementing Microformats