implementations: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(needs update for microformats2, focus on mf2 and user-centric or major implementations)
 
(163 intermediate revisions by 57 users not shown)
Line 1: Line 1:
<h1>Microformats Implementations and Implementers</h1>
{{DISPLAYTITLE:Microformats Implementations}}
{{TOC-right}}
This page lists the applications, plugins, sample code, services, tools that produce or consume microformats.


== help improve this page ==
=== update for microformats2 ===
This page needs to be updated for [[microformats2] implementations!


This page lists the applications, plugins, sample code, services, tools that produce or consume microformats as well as companies, developers, and organizations who implement the aforementioned. This is only a partial list. If you know other companies implementing tools for microformats, please add them and list their services/tools and what specific microformats they support.
This page should also focusing on listing primarily user-centric (e.g. social readers) or major (e.g. search engines) implementations, and put any comprehensive lists on vocabulary-specific pages of implementations and examples.
__TOC__


== Implementations vs. Examples in the Wild ==
One exception for classic microformats:
* Active major/popular implementations are classic micoformats should still be included on this page.


This page is ''only'' for implementations of tools that publish or consume microformats. Companies simply ''using'' microformats on their pages/sites belong in the "Examples in the wild" sections of those respective microformats, e.g.:
Other classic microformats implementations should be moved from this page to their particular microformats specific -implementations page, perhaps noting at the top of those pages that those implementations themselves need to be verified to see if they still work, or should be moved to a "Past Implementations" subsection.
* [[hcard-examples-in-wild|hCard Examples in the wild]]
* [[hcalendar-examples-in-wild|hCalendar Examples in the wild]]
* etc.


== Editing This Page ==
=== prior note to improve ===
This is only a partial list. If you know other services or tools for or supporting microformats, please add them to this page, link to their [[implementors]], and list what specific microformats they support.


This page is primarily composed of two big lists:
When you find an implementation:
* [[implementations#Applications_.2F_Plugins_.2F_Services_.2F_Tools|Applications / Plugins / Services / Tools]]
# Make sure that it is an implementation, rather an publishing example (e.g. [[hcard-examples-in-wild|hCard examples in the wild]], [[hcalendar-examples-in-wild|hCalendar examples]], et.c).
* [[implementations#Companies_.2F_Developers_.2F_Organizations|Companies / Developers / Organizations]]
# Note the name of the ''tool or service'' and the name of the ''developer(s)'' who built it.
# Add a third level heading with the name of the tool/service to the Applications / Plugins / Services / Tools section below, sorted alphabetically by name of tool/service. e.g. <p><kbd><nowiki>=== Name of Tool ===</nowiki></kbd></p>
# Add a top level list item just below the heading with an external link to the tool/service, along with a link to evidence of their support for microformats, and mention (and locally link) each microformat that is supported. E.g. <p><kbd>* Link to tool/service, link to their blog post announcing support for e.g. <nowiki>[[hCard]] and [[hReview]]</nowiki></kbd></p>
# Add a nested list item and local to wiki hyperlink the Name of Developer to a fragment identifier in the [[implementors]] page, e.g. Apple Computer would be linked like this: <p><kbd><nowiki>** by [[implementors#Apple_Computer|Apple Computer]]</nowiki></kbd></p>
# Check to see if there is an entry for the developer in the [[implementors|list of implementors]], if not add them there. Add a link to the developer's home page followed by "has implemented microformats in:".
# In the entry for the developer, add a list item and local to wiki hyperlink the Name of Tool to a fragment identifier in this page, e.g. X2V would be linked like this: <p><kbd><nowiki>* [[implementations#X2V|X2V]]</nowiki></kbd></p>
# Save the page and make sure that each fragment ID local hyperlink when clicked scrolls you to the right spot (for the developer, and for the tool).  Make any fix-up edits as necessary.  That's it!


When you find an implementation, first make sure that it is ''actually'' an implementation as opposed to ''just'' an [[hcard-examples-in-wild|example in the wild]] of publishing microformats (see above).
=== Implementation Details ===
If there are implementation details worth noting, add them them as nested list items under the item for the implementation itself.  If the details subsection grows too big for a specific implementation, feel free to move the details to their  own page and leave a link in place on the implementations page.


Second, note the name of the ''tool or service'' separately from the name of the ''developer(s)'' who wrote the tool/service.
== Reporting Bugs ==
Similar to implementation details, in short, [[put-it-on-the-wiki]]. In particular, add bug reports, with URL(s) to a valid demonstrative test case(s) of course, to the listing of an implementation on this page, OR on the specific implementations wiki page (e.g. [[hcard-implementations]]).  Please describe why you think it is a bug (user interface, cosmetic, violates a spec page, e.g. for problems parsing hCards, reference which part of [[hcard-parsing]] the implementation appears to not be following).


Add a third level heading with the name of the tool/service ( <code>=== Name of Tool ===</code> ) to the Applications / Plugins / Services / Tools section, sorted alphabetically by name of tool/service.  Add a top level list item (*) just below the heading with an external link to the tool/service, along with a link to evidence of their support for microformats, and mention (and locally link) each microformat that is supported.
If you have a sense of urgency for getting that particular bug fixed in that implementation, you may email [http://microformats.org/discuss/ microformats-dev] with the URL of that implementation on the wiki page, and *summarize* the bug (the full description being on the wiki page instead).
 
Add a nested list item <code>* by Name of Developer</code> and local hyperlink the Name of Developer to a fragment identifier in this page, e.g. Apple Computer would be linked like this: <code><nowiki>[[implementations#Apple_Computer|Apple Computer]]</nowiki></code>
 
Check to see if there is an entry for the developer in the list of Companies / Developers / Organizations, if not add a third level heading with the name of the developer ( <code>=== Name of Developer ===</code> ), alphabetically sorted by name of developer.  Add a link to the developer's home page followed by "has implemented microformats in:".
 
In the entry for the developer, add a list item <code>* Name of Tool</code> and local hyperlink the Name of Tool to a fragment identifier in this page, e.g. X2V would be linked like this: <code><nowiki>[[implementations#X2V|X2V]]</nowiki></code>
 
Save the page and make sure that each fragment ID local hyperlink when clicked scrolls you to the right spot (for the developer, and for the tool). Make any fix-up edits as necessary.  That's it!


== Formats ==
== 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] etc.
*[[rel-tag#Implementations|rel-tag implementations]]
*[[vote-links#Implementations|vote-link implementations]]
*[[xoxo#Implementations|XOXO implementations]]


In addition, some microformat specifications have separate implementation pages:
In addition, some microformat specifications have separate implementation pages:
* [[xfn-implementations]]
*[[hcalendar-implementations|hCalendar implementations]]
*[[hcard-implementations|hCard Implementations]]
*[[xfn-implementations|XFN implementations]]


== Applications / Plugins / Services / Tools ==
== Applications / Plugins / Services / Tools ==
This is an alphabetical listing of all applications, plugins (grouped with their app/tool), services and tools that implement microformats, along with the list of microformats that are supported, and the company and/or developers responsible for it.
This is an alphabetical listing of all applications, plugins (grouped with their app/tool), services and tools that implement microformats, along with the list of microformats that are supported, and the company and/or developers responsible for it.


Line 48: Line 53:
Please help complete this list!  If you know of additional apps/plugins/services/tools that support microformats, please add them!
Please help complete this list!  If you know of additional apps/plugins/services/tools that support microformats, please add them!


Note: this section is only for listing specific ''implementations''.  The list of ''implementors'' is in the [[implementations#Companies / Developers / Organizations|Companies / Developers / Organizations]] section below.
Note: this section is only for listing specific ''implementations''.  The list of ''implementors'' is in the [[implementors#Companies / Developers / Organizations|Companies / Developers / Organizations]] section on the [[implementors]] page.


Alphabetically:


=== .Mac Webmail ===
=== .Mac Webmail ===
* The [http://www.mac.com/webmail .Mac Webmail] ''service'' now [http://factoryjoe.com/blog/2006/10/28/apple-embraces-microformats-in-new-mac-webmail/ supports hcard].
** by [[implementors#Apple_Computer|Apple Computer]]


* The [http://www.mac.com/webmail .Mac Webmail] ''service'' now [http://factoryjoe.com/blog/2006/10/28/apple-embraces-microformats-in-new-mac-webmail/ supports hcard].
=== AlchemyPoint ===
** by [[implementations#Apple_Computer|Apple Computer]]
* [http://www.orch8.net/ AlchemyPoint] is a structured web / mashup platform that supports parsing hCard, rel-tag and other microformats.
** by [[implementors#Orchestr8|Orchestr8]]
 
 
=== Backnetwork ===
* [http://backnetwork.com/ Backnetwork] is a community networking tool for events that supports [[hCard]], [[hCalendar]], and [[XFN]].
** by [[implementors#Glenn_Jones|Glenn Jones]] of [[implementors#Madgex|Madgex]].


=== Blinksale ===
=== Blinksale ===
Line 61: Line 76:
=== BlogMatrix ===
=== BlogMatrix ===
* [http://www.blogmatrix.com BlogMatrix] - user information marked as [[hcard|hCard]], tag directories in [[xfolk]]/[[rel-tag]], enclosures are marked as [[rel-enclosure]].
* [http://www.blogmatrix.com BlogMatrix] - user information marked as [[hcard|hCard]], tag directories in [[xfolk]]/[[rel-tag]], enclosures are marked as [[rel-enclosure]].
** by [[implementations#David_Janes|David Janes]]
** by [[implementors#David_Janes|David Janes]]


=== Blogmarks.net ===
=== Blogmarks.net ===
* [http://www.blogmarks.net Blogmarks.net] publish user bookmarks in [[xfolk]]/[[rel-tag]].
* [http://www.blogmarks.net Blogmarks.net] publish user bookmarks in [[xfolk]]/[[rel-tag]].
=== Bugzilla ===
* [http://www.bugzilla.org/ Bugzilla] [http://www.bugzilla.org/status/2007-08-23.html 3.1.1] includes some microformats on show_bug.cgi and a few other places.
=== cmSiteNavigation ===
* [http://www.christophm.de/software/firefox/cmSiteNavigation/ cmSiteNavigation] extension for Firefox make use of links marked with a [[existing-rel-values|"rel" value]], and parses additional link types also.
** This seems to use rel values defined in the HTML 4 spec, not microformats. This is more of a [[posh|POSH]] implementation than a [[microformats]] implementation.


=== Community Server ===
=== Community Server ===
* [http://communityserver.org Community Server] supports tagging posts with [[rel-tag]], implements [[rel-nofollow]] on links in comments, and allows users to create link lists using [http://gmpg.org/xfn/ XFN].
* [http://communityserver.org Community Server] supports tagging posts with [[rel-tag]], implements [[rel-nofollow]] on links in comments, and allows users to create link lists using [http://gmpg.org/xfn/ XFN].
=== Conferenceer ===
* Built for SXSW 2007, [http://sxsw07.conferenceer.com/ Conferenceer] supports hcalendar and hcard.


=== Citycita===
=== Citycita===
* [http://www.citycita.org Citycita] supports [[hCal|hCal]] in all event pages for local social groups.
* [http://www.citycita.org Citycita] supports [[hCal|hCal]] in all event pages for local social groups.
** by [[implementations#Rubio_Jamin|Rubio Jamin]]
** by [[implementors#Rubio_Jamin|Rubio Jamin]]


=== Cork'd ===
=== Cork'd ===
* [http://corkd.com Cork'd] supports [[hcard|hCard]] for user profiles, [[hreview|hReview]] for wine reviews, along with [[rel-tag]] for tagging wines as announced in [http://www.simplebits.com/notebook/2006/06/10/wineformats.html Pairing Wine and Microformats]
* [http://corkd.com Cork'd] supports [[hcard|hCard]] for user profiles, [[hreview|hReview]] for wine reviews, along with [[rel-tag]] for tagging wines as announced in [http://www.simplebits.com/notebook/2006/06/10/wineformats.html Pairing Wine and Microformats]
** by [[implementations#Dan_Cederhold|Dan Cederholm]]
** by [[implementors#Dan_Cederhold|Dan Cederholm]]
 
 
=== Delicious Generation ===
* [http://deliciousgeneration.com/ Delicious Generation] supports [[hCal|hCal]] for the event and [[hcard|hCard]] for sponsors and people.
** by [[implementors#Chris_Messina|Chris Messina]]
 
=== Digg ===
* [http://digg.com/ Digg] supports [[hcard|hCards]] for profiles and rel-me for identity consolidation (though they currently mix rel-nofollow with rel-me, negating these links).


=== Dreamweaver ===
=== Dreamweaver ===
==== Microformats Extensions ====
==== Microformats Extensions ====
* [http://www.webstandards.org/action/dwtf/microformats Dreamweaver Microformats Extensions] ([http://allinthehead.com/beta/microformats.mxp.zip download]) support authoring [[hcard|hCard]], [[hcalendar|hCalendar]], [http://gmpg.org/xfn XFN], [[rel-tag]], [[rel-license]] as [http://allinthehead.com/retro/282/microformats-in-dreamweaver announced by Drew]
* [http://www.webstandards.org/action/dwtf/microformats Dreamweaver Microformats Extensions] ([http://allinthehead.com/beta/microformats.mxp.zip download]) support authoring [[hcard|hCard]], [[hcalendar|hCalendar]], [http://gmpg.org/xfn XFN], [[rel-tag]], [[rel-license]] as [http://allinthehead.com/retro/282/microformats-in-dreamweaver announced by Drew]
** by [[implementations#Drew_Mclellan|Drew McLellan]]
** by [[implementors#Drew_Mclellan|Drew McLellan]]


=== Drupal ===
=== Drupal ===
==== Upcoming module for Drupal ====
==== Upcoming module for Drupal ====
* [http://hybernaut.com/upcoming-module Drupal Upcoming.org syndication module] emits [[hcalendar|hCalendar]]
* [http://hybernaut.com/upcoming-module Drupal Upcoming.org syndication module] emits [[hcalendar|hCalendar]]
** by [[implementations#Brian_Del_Vecchio|Brian Del Vecchio]]
** by [[implementors#Brian_Del_Vecchio|Brian Del Vecchio]]


=== Etnies ===


* [http://etnies.com/extra/calendar/ Etnies Calendar] supports hcalendar. Maybe the [http://thecolab.com/blog/2007/01/22/etniescom-relaunch/ first skate-shop to support microformats].
=== Eventful ===
* [http://eventful.com Eventful] supports [[hcalendar|hCalendar]] for over 1,000,000 event listings and [[hcard|hCard]] for venues.


=== EVDB ===
* [http://evdb.com EVDB] / [http://eventful.com Eventful] supports [[hcalendar|hCalendar]] for over 1,000,000 event listings and [[hcard|hCard]] for venues.


=== Finetoothcog ===
=== Facebook ===
* [http://finetoothcog.com/site/stolen_bikes Stolen Bikes] now supports [[hcalendar|hCalendar]] for reported stolen bikes. Also provides iCal subscription.
* [http://facebook.com/ Facebook] supports [[hcard|hCard]] for some public profiles '''(example needed)'''.
* There is also an [http://www.facebook.com/apps/application.php?id=2400943827&ref=s hCard application] (a plug-in) for Facebook users.
* Note also the [http://www.facebook.com/group.php?gid=2374732285 microformats group], which Facebook users who support microformats can join.
 
=== Ficlets ===
* [http://ficlets.com Ficlets] supports [[hcard]] for author data and [[hatom]] for stories and lists of stories.
** [http://sixtwothree.org Jason Garber] and [http://lawver.net Kevin Lawver] for [http://aol.com AOL]


=== Firefox ===
=== Firefox ===
* See [[firefox-extensions]]
* See [[firefox-extensions|Firefox Extensions]]
 
=== FunAdvice ===
* [http://funadvice.com FunAdvice] supports using the rel-nofollow tag to prevent users posting content simply for the search engine benefit, to improve teh quality of the advice giving community.
 
=== Gravatar Commenters as hCards  ===
* [http://thedredge.org Andy Hume] added code to his blogging software to automatically mark-up the names and URLs of commenters on his blog with [[hcard|hCard]].
** by [[implementations#Andy_Hume|Andy Hume]]
** Andy - any chance of open sourcing your code to turn Gravatars into hCards?


=== Flickr People ===
=== Flickr People ===
* [http://flickr.com/ Flickr]'s profiles on its people pages supports both [[hcard|hCard]] and [http://gmpg.org/xfn XFN].
* [http://flickr.com/ Flickr]'s profiles on its people pages supports both [[hcard|hCard]] and [http://gmpg.org/xfn XFN].
** by [[implementations#Cal_Henderson|Cal Henderson]]
** by [[implementors#Cal_Henderson|Cal Henderson]]
**[http://flickr.com/people/tantek example]
**[http://flickr.com/people/tantek example]


=== Flickr Photos ===
=== Flickr Photos ===
* [http://flickr.com/map/ Flickr's geo tagged photos] are marked up with the [[geo]] microformat.
* [http://flickr.com/map/ Flickr's geo tagged photos] are marked up with the [[geo]] microformat. Unfortunately, as of August 2010, their new page design does not expose the microformat in a machine readable manner.


=== Flock Web Browser ===
=== Flock Web Browser ===
* The [http://flock.com Flock web browser] supports the [[rel-tag]] microformat.
* The [http://flock.com Flock web browser] supports the [[rel-tag]] microformat.
** by [[implementations#Flock|Flock]]
** by [[implementors#Flock|Flock]]
 
 
=== Google Chrome ===
* See [[chrome-extensions|Chrome Extensions]]


=== Google Search ===
=== Google Search ===
* [http://google.com/ Google Search] - supports [[rel-nofollow]]
* Consumes microformats via rich snippets: [[search engines | wiki page]], [http://www.google.com/support/webmasters/bin/answer.py?answer=99170 rich snippets docs]
* supports [[rel-nofollow]]
** by [[implementors#Google|Google]]
 
=== Google Blogger ===
* [http://blogger.com/ Blogger] supports [[hatom|hAtom]] (citation to blog post needed - 2007)
** by [[implementors#Google|Google]]
 
=== Google Creative Commons Search ===
=== Google Creative Commons Search ===
* [http://www.google.com/webhp?as_rights=(cc_publicdomain%7Ccc_attribute%7Ccc_sharealike%7Ccc_noncommercial%7Ccc_nonderived) Google Creative Commons Search] - supports [[rel-license]]
* [http://www.google.com/webhp?as_rights=(cc_publicdomain%7Ccc_attribute%7Ccc_sharealike%7Ccc_noncommercial%7Ccc_nonderived) Google Creative Commons Search] - supports [[rel-license]]
** by [[implementors#Google|Google]]
=== Google Maps ===
* [http://maps.google.com/ Google Maps] supports [[hcard|hCard]] (see [http://googlemapsapi.blogspot.com/2007/06/microformats-in-google-maps.html 2007-06-31 announcement by Google])
* Google maps also allows reviewers and map creators to [http://maps.google.com/maps/me attach a public profile], which includes hCard and rel="me' XFN markup. See [http://google-latlong.blogspot.com/2007/10/put-yourself-on-map.html 2007-10-17 announcement]. Sample profile: [http://maps.google.com/maps/user?uid=109581870574956225297 Kevin Marks].
** by [[implementors#Google|Google]]
**Unfortunately, [http://microformats.org/discuss/mail/microformats-discuss/2007-July/010311.html Google Map's implementation is broken]. [http://microformats.org/discuss/mail/microformats-discuss/2007-August/010457.html Google are aware; a fix is awaited].
** Also, there is no hCard nor any XFN rel values on the [http://maps.google.com/maps/user?uid=109581870574956225297 sample profile] itself, it appears to include a [http://maps.google.com/maps/c/widgets/ProfileViewer?js=RAW&maximize=true&hide=false&width=40&noTitle=true&theme=theme_2&service=local&uid=109581870574956225297&height=0&background=transparent&serverbased=true&border=NONE&eventCallback=ParentStub1192999211538&zx=dc574o15j0wrv frame] which then has an hCard and rel="me" to the user's blog.
=== Gravatar Commenters as hCards  ===
* [http://thedredge.org Andy Hume] added code to his blogging software to automatically mark-up the names and URLs of commenters on his blog with [[hcard|hCard]].
** by [[implementors#Andy_Hume|Andy Hume]]
** Andy - any chance of open sourcing your code to turn Gravatars into hCards?


=== Greasemonkey ===
=== Greasemonkey ===
* [http://greasemonkey.makedatamakesense.com/google_hcalendar/ Google hCalendar] - Adds hCalendar data to Google Calendar.
* [http://greasemonkey.makedatamakesense.com/google_hcalendar/ Google hCalendar] - Adds hCalendar data to Google Calendar and/or [http://www.hostedexchange2010.de/ Hosted Exchange]
* [http://www.nickpeters.net/?p=35 Social xFolk] - Adds xFolk links to social bookmarking sites del.icio.us and ma.gnolia.
* [http://www.nickpeters.net/?p=35 Social xFolk] - Adds xFolk links to social bookmarking sites del.icio.us and ma.gnolia.
* [http://monkeyformats.org/ Monkeyformats] - a collection of GreaseMonkey scripts that add actual hCard and hCalendar microformat markup to several international phone directories.


=== hCalendar creator ===
=== hCalendar creator ===
* [http://microformats.org/code/hcalendar/creator hCalendar creator] (originally [http://theryanking.com/microformats/hcalendar-creator.html published by Ryan King]) is a javascript form for creating [[hcalendar|hCalendar]] events.
* [http://microformats.org/code/hcalendar/creator hCalendar creator] (originally [http://theryanking.com/microformats/hcalendar-creator.html published by Ryan King]) is a javascript form for creating [[hcalendar|hCalendar]] events.
** by [[implementations#Ryan_King|Ryan King]]
** by [[implementors#Ryan_King|Ryan King]]
 
=== hCard to Gmail Service ===
* [http://jkg3.com/Journal/81/bookmarklet hCard to gmail] is a bookmarklet / service which will convert hCard formatted data to the .CSV file for importing to gmail.
** by [[implementors#Jamie_Knight|Jamie Knight]]


=== hCard creator ===
=== hCard creator ===
* The open source [http://microformats.org/code/hcard/creator hCard creator] (originally [http://tantek.com/microformats/hcard-creator.html published by Tantek]) is a very simple, yet illustrative, open source user interface / form / script which creates an [[hcard|hCard]] in real-time as you type in a set of contact information.
* The open source [http://microformats.org/code/hcard/creator hCard creator] (originally [http://tantek.com/microformats/hcard-creator.html published by Tantek]) is a very simple, yet illustrative, open source user interface / form / script which creates an [[hcard|hCard]] in real-time as you type in a set of contact information.
** by [[implementations#Tantek_Çelik|Tantek Çelik]]
** by [[implementors#Tantek_Çelik|Tantek Çelik]]
 
=== Helios Calendar ===
* [http://www.helioscalendar.com/ Helios Calendar] is a commercial PHP script for event publishing that [http://www.helioscalendar.com/index.php?com=features&d=1 supports hCalendar and hCard].
** by [[implementors#Refresh Web Development|Refresh Web Development]]


=== hKit Microformats Toolkit for PHP5 ===
=== hKit Microformats Toolkit for PHP5 ===
* [http://allinthehead.com/hkit hKit Microformats Toolkit for PHP5] as [http://allinthehead.com/retro/291/hkit-microformats-toolkit-for-php announced by Drew McLellan]
* [http://hkit.googlecode.com/ hKit Microformats Toolkit for PHP5] as [http://allinthehead.com/retro/291/hkit-microformats-toolkit-for-php announced by Drew McLellan]. See also [[hkit|hKit on this wiki]].


=== hReview creator ===
=== hReview creator ===
* [http://microformats.org/code/hcalendar/creator hReview creator] (originally [http://theryanking.com/microformats/hreview-creator.html published by Ryan King]) is a javascript form for creating [[hreview|hReviews]].
* [http://microformats.org/code/hcalendar/creator hReview creator] (originally [http://theryanking.com/microformats/hreview-creator.html published by Ryan King]) is a javascript form for creating [[hreview|hReviews]].
** by [[implementations#Ryan_King|Ryan King]]
** by [[implementors#Ryan_King|Ryan King]]


=== Ice Rocket ===
* [http://icerocket.com] - [http://blogs.icerocket.com/tag/ supports] [[rel-tag]]


=== iChat buddy list to hCards ===
=== iChat buddy list to hCards ===
* [http://tantek.com/microformats/buddylist2hcards.html iChat buddy list to hCards] - open source AppleScript to automatically convert one's buddy list in the MacOSX iChat AIM client into a valid XHTML 1.0 Strict list of hCards.
* [http://tantek.com/microformats/buddylist2hcards.html iChat buddy list to hCards] - open source AppleScript to automatically convert one's buddy list in the MacOSX iChat AIM client into a valid XHTML 1.0 Strict list of hCards.
** by [[implementations#Tantek_Çelik|Tantek Çelik]]
** by [[implementors#Tantek_Çelik|Tantek Çelik]]
 
=== Internet Explorer ===
* See [[internet-explorer-extensions]]
 
 
 


=== JSCalendar ===
=== JSCalendar ===
* [http://web.mit.edu/glasser/www/JSCalendar/ JSCalendar] parses [[hcalendar|hCalendar]] and produces a displayable HTML table/CSS-based calendar.
* [http://web.mit.edu/glasser/www/JSCalendar/ JSCalendar] parses [[hcalendar|hCalendar]] and produces a displayable HTML table/CSS-based calendar.


=== Konqueror ===
=== Konqueror ===
* [http://www.konqueror.org/ Konqueror] - [http://flickr.com/photos/factoryjoe/68755089/ supports] [[hcard|hCard]]
* [http://www.konqueror.org/ Konqueror] - [http://flickr.com/photos/factoryjoe/68755089/ supports] [[hcard|hCard]]


=== Last.fm ===
=== Last.fm ===
* [http://last.fm Last.fm] - [http://factoryjoe.com/blog/2006/10/31/lastfm-adds-support-for-hcalendar/ Last.fm supports] [[hcalendar|hCalendar]]  
* [http://last.fm Last.fm] - [http://factoryjoe.com/blog/2006/10/31/lastfm-adds-support-for-hcalendar/ Last.fm supports] [[hcalendar|hCalendar]]  


=== Laughing Squid Calendar ===
=== LinkedIn ===
* The [http://laughingsquid.com/squidlist/calendar/ Laughing Squid Calendar] events listings support [[hcalendar|hCalendar]].
* [http://www.linkedin.com LinkedIn] - LinkedIn includes [[hcard|hCard]] and [[xfn|XFN]] on contacts, [[hresume|hResume]] for public profiles and [[hreview|hReview]] on service provider recommendations
** by [http://laughingsquid.com/ Laughing Squid]


===LinkedIn ===
=== Live Clipboard ===
* [http://www.linkedin.com LinkedIn] - LinkedIn includes [[hcard|hCard]] on profiles and [[hreview|hReview]] on service provider recommendations
* [http://spaces.live.com/editorial/rayozzie/demo/liveclip/liveclipsample/techPreview.html Live Clipboard Technical Introduction]
** by [[implementations#Chris Saccheri|Chris Saccheri]]
* [http://spaces.live.com/editorial/rayozzie/demo/liveclip/liveclipsample/clipboardexample.html Live Clipboard Example]


=== LiveJournal ===
=== LiveJournal ===
* [http://www.livejournal.com LiveJournal] - LiveJournal supports tagging posts with [[rel-tag]].
* [http://www.livejournal.com LiveJournal]
** supports tagging posts with [[rel-tag]]
** supports [[hcard-supporting-user-profiles|hCard user profiles]] and [[XFN]] ([http://community.livejournal.com/lj_releases/24768.html 2007-09-27 release #15]).
** by [[implementors#Six Apart|Six Apart]] (at the time of implementation)


=== LJFind ===
=== LJFind ===
* [http://www.ljfind.com LJ-Find] - LJFind supports tagging posts with [[rel-tag]].
* [http://www.ljfind.com LJ-Find] - LJFind supports tagging posts with [[rel-tag]].
=== LouderVoice ===
* [http://www.loudervoice.com Publishes and aggregates hreview content] - The LouderVoice site provides a variety of tools to publish hreview to blogs and it also aggregates hreview content from any registered RSS Feed so that users can search/rate/collect distributed reviews.


=== Ma.gnolia ===
=== Ma.gnolia ===
* [http://ma.gnolia.com Ma.gnolia] has wide [http://wiki.ma.gnolia.com/Ma.gnolia_Feeds_Guide#Microformats support for a variety of microformats] including [[rel-tag]], [[xfolk]], [[hreview]], [[xfn]] and [[hcard]].
=== Mash Maker ===
* [http://mashmaker.intel.com/ Intel Mash Maker] supports microformats as of 2007-11-15 (see [http://softwareblogs.intel.com/2007/11/15/bookmarks-microformats-and-bug-fixes/ announcing blog post])
** by [[implementors#Intel|Intel]]


* [http://ma.gnolia.com Ma.gnolia] has wide [http://wiki.ma.gnolia.com/Ma.gnolia_Feeds_Guide#Microformats support for a variety of microformats] including [[rel-tag]], [[xfolk]], [[hreview]], [[xfn]] and [[hcard]].
=== Maxthon ===
[http://maxthon.com Maxthon] is a browser for Microsoft Windows that uses the Trident rendering engine and provides additional user interface. Maxthon has built and published a plugin for their browser that recognizes microformats in web pages and allows users to take action with them, similar to Operator for [[Firefox]].
* [http://forum.maxthon.com/index.php?showtopic=65408 Microformats Button Version 1.0.0 Release Candidate 1]
** Description: "Microformats Button extracts Microformats from websites and allows you to export the data to vCard, vCalendar, Google Maps, Yahoo Maps and other sites."


=== Microformat Base ===
=== Microformat Base ===
* [http://randomchaos.com/microformats/base/ Microformat Base]
* [http://randomchaos.com/microformats/base/ Microformat Base]
** by [[implementations#Scott Reynen|Scott Reynen]]
** by [[implementors#Scott Reynen|Scott Reynen]]


=== Microformat Bookmarklet Overlay ===
=== Microformat Bookmarklet Overlay ===
* [http://leftlogic.com/info/articles/microformats_bookmarklet Microformats Bookmarklet] for Safari, Firefox and Camino, supports [[hcard|hCard]] and [[hcalendar|hCalendar]] and allows the user to import individual microformats on the fly.
* [http://leftlogic.com/info/articles/microformats_bookmarklet Microformats Bookmarklet] for Safari, Firefox and Camino, supports [[hcard|hCard]] and [[hcalendar|hCalendar]] and allows the user to import individual microformats on the fly.
** by [[implementations#Remy_Sharp|Remy Sharp]]
** by [[implementors#Remy_Sharp|Remy Sharp]]


=== Microformat Parser for Ruby ===
=== Microformat Parser for Ruby ===
* [http://blog.labnotes.org/2005/11/20/microformat-parser-for-ruby/ Microformat Parser for Ruby]
* [http://blog.labnotes.org/2005/11/20/microformat-parser-for-ruby/ Microformat Parser for Ruby]
** by [[implementations#Assaf Arkin|Assaf Arkin]]
** by [[implementors#Assaf Arkin|Assaf Arkin]]
 
=== Movable Type ===
* [http://movabletype.org Movable Type] (MT) open source blogging software supports:
** [[XFN]] [[rel-me]] "other profiles" UI, and [[hAtom]] activity streams (as of MT v4.1 - see [http://www.sixapart.com/about/news/2008/01/time_for_action.html announcement] and [http://www.movabletype.org/2008/01/building_action_streams.html technical details].)
** by [[implementors#Six Apart|Six Apart]]
See also [[movable-type]].
 
=== MyMap.yam.com ===
* support [[geo]] microformat in the POI page. example: [http://mymap.yam.com/place/point/charleschuang/6695/ a book store in Tamsui].
 
 
=== National eXtension Initiative ===
* [http://www.extension.org/ eXtension Home] - content marked-up with [[hatom|hAtom]] and events marked-up as [[hcalendar|hCalendar]] entries.
** by [[implementors#James E. Robinson, III|James E. Robinson, III]]


=== Nature Network Boston ===
=== Nature Network Boston ===
* [http://network.nature.com/boston/ Nature Network Boston], a social networking community for scientists, supports [[reltag|rel-tag]], [[hcard|hCard]] for user profiles and [[hcalendar|hCalendar]] for marking up events across the site.
* [http://network.nature.com/boston/ Nature Network Boston], a social networking community for scientists, supports [[reltag|rel-tag]], [[hcard|hCard]] for user profiles and [[hcalendar|hCalendar]] for marking up events across the site.
** by [[implementations#Nature Publishing Group|Nature Publishing Group]]
** by [[implementors#Nature Publishing Group|Nature Publishing Group]]


=== Nature Protocols ===
=== Nature Protocols ===
* [http://www.nature.com/nprot/ Nature Protocols], a forum for scientists to upload and comment on protocols, supports [[hcard|hCard]] and [[XOXO]].
* [http://www.nature.com/nprot/ Nature Protocols], a forum for scientists to upload and comment on protocols, supports [[hcard|hCard]] and [[XOXO]].
** by [[implementations#Nature Publishing Group|Nature Publishing Group]]
** by [[implementors#Nature Publishing Group|Nature Publishing Group]]
 
=== NetNewsWire ===
*[http://www.newsgator.com/Individuals/NetNewsWire/ NetNewsWire] is an easy-to-use RSS and Atom reader for your Mac. NetNewsWire 3.0 detects, extracts and converts hcard and hcalendar data from feed entries.
** by [[implementors#NewsGator|NewsGator]]
 
=== Netscape Navigator ===
* Version 9.0+ supports [[Firefox extensions]], e.g. [[Operator]]:
** [http://notizblog.org/2007/10/21/operator-unter-navigator-90/ Operator unter Navigator 9.0]


=== Nutch ===
=== Nutch ===
* [http://www.mail-archive.com/nutch-dev@lucene.apache.org/msg01295.html rel-nofollow support added]
* [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]
* [http://www.mail-archive.com/nutch-commits@lucene.apache.org/msg01014.html rel-tag support checked in]


=== ODEO ===
=== ODEO ===
* [http://odeo.com/ ODEO] [http://odeo.com/blog/2005/07/adding-microformats-to-odeo.html noted] that they support microformats: [[rel-tag]], [[rel-enclosure]], [http://gmpg.org/xfn XFN].
* [http://odeo.com/ ODEO] [http://odeo.com/blog/2005/07/adding-microformats-to-odeo.html noted] that they support microformats: [[rel-tag]], [[rel-enclosure]], [http://gmpg.org/xfn XFN].
=== Open-Xchange ===
* The [http://www.open-xchange.com Open-Xchange] collaboration appliance supports publishing and subscribing of contacts in hCard format (in addition to exporting vcard) officially since v6.16. The format is extended by additional fields (like "date of marriage") in the OXMF microformat.
=== Optimus ===
*[http://microformatique.com/optimus/ Optimus]. Output formats: XML, JSON, JSON-P.


=== phpMicroformats ===
=== phpMicroformats ===
* [http://enarion.net/phpmicroformats/ phpMicroformats] is a PHP class library that generates microformat entries for [[hcalendar|hCalendar]] and [[hcard|hCard]]. It is released under GPL.
* [http://enarion.net/phpmicroformats/ phpMicroformats] is a PHP class library that generates microformat entries for [[hcalendar|hCalendar]] and [[hcard|hCard]]. It is released under GPL.
=== Portable Social Network Profile Parser ===
* [http://lab.backnetwork.com/ufXtract-psn/ Portable Social Network Profile Parser] implements parsing of [[hCard]], [[XFN]], and in particular [[rel-me]] for [[identity-consolidation]] for [[social-network-portability]].
** by [[implementors#Glenn_Jones|Glenn Jones]] of [[implementors#Madgex|Madgex]].


=== PostNuke ===
=== PostNuke ===
''[[http://www.postnuke.com PostNuke]] is an Application Framework/Content Management Systeme''
''[http://www.postnuke.com PostNuke] is an Application Framework/Content Management Systeme''
* [[http://www.pagesetter.net/index.php?module=pagesetter&func=viewpub&tid=4&pid=96 hCards4Pagesetter]] - hCards Publication Type for the PostNuke module "Pagesetter"
* [http://www.pagesetter.net/index.php?module=pagesetter&func=viewpub&tid=4&pid=96 hCards4Pagesetter] - hCards Publication Type for the PostNuke module "Pagesetter"
* [[http://www.pagesetter.net/index.php?module=pagesetter&func=viewpub&tid=4&pid=97 hCalendar4Pagesetter]] - hCalendar Publication Type for the PostNuke module "Pagesetter"
* [http://www.pagesetter.net/index.php?module=pagesetter&func=viewpub&tid=4&pid=97 hCalendar4Pagesetter] - hCalendar Publication Type for the PostNuke module "Pagesetter"
* [http://www.pagesetter.net/index.php?module=pagesetter&func=viewpub&tid=4&pid=98 hReview4Pagesetter] - hReview Publication Type for the PostNuke module "Pagesetter"
* [http://noc.postnuke.com/frs/?group_id=256&release_id=477 Blogroll] - XFN Block/Modul
* [http://noc.postnuke.com/frs/?group_id=256&release_id=628 nofollow] - nofollow Hook
 
=== Pownce ===
*[http://pownce/ Optimus]. Output formats: XML, JSON, JSON-P.


=== Profiler ===
=== Profiler ===
* [http://microformat.makedatamakesense.com/profiler/ Profiler] works as a proxy service adding microformat profiles to documents that appear to contain microformats.
* [http://microformat.makedatamakesense.com/profiler/ Profiler] works as a proxy service adding microformat profiles to documents that appear to contain microformats.
=== Realcom HAKONE for Notes ===
* [http://www.realcom.co.jp/en/hakone2.html HAKONE for Notes] - supports [[hCard|hCard]]
** by [[implementors#Realcom|Realcom]]
=== Realcom KnowledgeMarket ===
* [http://www.realcom.co.jp/en/enterprisesuite2.html KnowledgeMarket] - supports [[hCard|hCard]]
** by [[implementors#Realcom|Realcom]]


=== RFC2629.xslt ===
=== RFC2629.xslt ===
* [http://greenbytes.de/tech/webdav/rfc2629.xslt rfc2629.xslt] now attempts to generate [[hcard|hCard]] information ([http://ietf.org/rfc/rfc2629 RFC2629] in an XML format for authoring RFCs and Internet Drafts, see [http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html example document])
* [http://greenbytes.de/tech/webdav/rfc2629.xslt rfc2629.xslt] now attempts to generate [[hcard|hCard]] information ([http://ietf.org/rfc/rfc2629 RFC2629] in an XML format for authoring RFCs and Internet Drafts, see [http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html example document])


=== Salesforce ===
=== Salesforce ===
Line 230: Line 363:
</blockquote>
</blockquote>
[http://blog.blip.tv/blog/microformats/ Annoucement], [http://pokkari.com/microformat/javadoc/ Docs]
[http://blog.blip.tv/blog/microformats/ Annoucement], [http://pokkari.com/microformat/javadoc/ Docs]
=== Safari Microformats plugin ===
<blockquote>
The Safari Microformats plugin notifies you when the author of the website has published Microformats and allows you to easily import hCards and hCalendars in Address Book and iCal. This plugin was inspired by the idea and mockup of Jon Hicks.
</blockquote>
[http://www.zappatic.net/safarimicroformats/ Safari Microformats Plugin]
* Note - the latest version, 3.1, currently only works w/Mac OS 10.5 (Leopard)


=== SPRACI ===
=== SPRACI ===
* [http://www.spraci.com SPRACI] - nightlife/events - [[hcalendar|hCalendar]] published in events listings, aggregator can read hCalendar
* [http://www.spraci.com SPRACI] - nightlife/events - [[hcalendar|hCalendar]] published in events listings, aggregator can read hCalendar


=== Sunnyvale House Concerts ===
=== stuckUnstuck ===
* [http://concerts.shrub.ca/shows Sunnyvale House Concerts] supports [[hcard|hCard]] and [[hcalendar|hCalendar]].
* [http://stuckunstuck.com stuckUnstuck] supports [[hcard|hCard]] and [[hatom|hatom]].


=== Technorati Contacts Feed Service ===
* [http://feeds.technorati.com/contacts/ Technorati Contacts Feed Service] is a deployment of [[implementations#X2V|X2V]] to convert [[hcard|hCards]] to vCard (.vcf) format.


=== Technorati Events Feed Service ===
=== StatusNet ===
* [http://feeds.technorati.com/events/ Technorati Events Feed Service] is a deployment of [[implementations#X2V|X2V]] to convert [[hcalendar|hCalendar]] events to iCalendar (.ics) format.
* [http://status.net/ StatusNet] is an open source software for decentralized status updates, that supports: [[hatom|hAtom]], [[hcard|hCard]] (including [[representative-hcard]]s), [[adr]], [[geo]], [[xfn|XFN]], [[xoxo|XOXO]], [[rel-tag]], [[rel-license]], [[rel-prev]], [[rel-next]], [[rel-bookmark]], [[rel-enclosure]] [[rel-home]], [[rel-me]], [[rel-group]], [[rel-member]]
** by [[implementors#Sarven_Capadisli|Sarven Capadisli]]


=== Technorati Microformats Search ===
<div id="cognition">
* Technorati [http://kitchen.technorati.com/search/ Microformats Search]. Search for contacts ([[hcard|hCard]]), events ([[hcalendar|hCalendar]]), or reviews ([[hreview|hReview]]) published on blogs and other web sites.
=== Swignition ===
** by [#implementations#Tantek_Çelik|Tantek Çelik]], [[implementations#Ryan_King|Ryan King]], [[implementations|Kevin_Marks|Kevin Marks]], [[implementations#Josh_Smith|Josh Smith]]
* [http://buzzword.org.uk/swignition/ Swignition] is a Perl framework and script (usable online via CGI, and downloadable for local use) that supports:
** [[hatom|hAtom]]
** [[haudio|hAudio]]
** [[User:TobyInk/hcalendar-1.1|hCalendar]]
** [[hcard|hCard]], [[adr]], [[geo]], [[jCard]], [[xfn|XFN]] (1.0 and 1.1) and [http://xen.adactio.com XEN]
** [[hresume|hResume]]
** [[hreview|hReview]]
** [[rel-tag]], [[rel-enclosure]] and [[rel-license]]
** [[figure]]
** [[measure]]
** [[species]]
** [[xfolk|xFolk]]
** [[xoxo|XOXO]]
** several non-microformat semantic HTML techniques, including GRDDL, RDFa, eRDF and COinS.
** by [[implementors#Toby_Inkster|Toby Inkster]]
** no longer actively developed, see [[parsers#HTML::Microformats|HTML::Microformats]] for its replacement.
</div>


=== Technorati Search ===
=== Technorati Search ===
* [http://technorati.com/ Technorati] [http://technorati.com/search Search] supports and handles both [[vote-links]] and [[rel-nofollow]] for indicating whether a link should have any/positive/negative weighting towards the destination.
* [http://technorati.com/ Technorati] [http://technorati.com/search Search] supports and handles both [[vote-links]] and [[rel-nofollow]] for indicating whether a link should have any/positive/negative weighting towards the destination.
** by [http://technorati.com/about/staff.html Technorati Staff]
** by [http://technorati.com/about/staff.html Technorati Staff]
=== Technorati Tags ===
=== Technorati Tags ===
* [http://technorati.com/tags/ Technorati Tags] pages aggregate blog posts tagged with the [[rel-tag]] open tagging standard, in addition to recent tagged photos and links.
* [http://technorati.com/tags/ Technorati Tags] pages aggregate blog posts tagged with the [[rel-tag]] open tagging standard, in addition to recent tagged photos and links.
Line 257: Line 413:
* [http://placenamehere.com/TXP/pnh_mf/ Textpattern Microformats Plugin] supports authoring [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], [http://gmpg.org/xfn XFN], [[rel-tag]], [[rel-license]] in the [http://www.textpattern.com/ Textpattern] CMS/blogging tool  
* [http://placenamehere.com/TXP/pnh_mf/ Textpattern Microformats Plugin] supports authoring [[hcard|hCard]], [[hcalendar|hCalendar]], [[hreview|hReview]], [http://gmpg.org/xfn XFN], [[rel-tag]], [[rel-license]] in the [http://www.textpattern.com/ Textpattern] CMS/blogging tool  
** by [http://placenamehere.com/ Chris Casciano]
** by [http://placenamehere.com/ Chris Casciano]
=== Tomota ===
* The [http://www.tomota.de Tomota] allows import, export and conversion from and to hcards.
** by [[implementors#RalfEngels|Ralf Engels]]
=== Transformr ===
* [http://github.com/WebOrganics/TransFormr Transformr] Is a microformats transformation toolkit. Transformr is also available as a [http://microform.at/ webservice]
** by [[implementors#Martin_McEvoy|Martin McEvoy]]


=== TYPO3 ===
=== TYPO3 ===
* [http://www.typo3.com TYPO3], [http://typo3.org TYPO3 Developer Ressource]
* [http://www.typo3.com TYPO3]
==== Getting Started ====
* [http://typo3.org TYPO3 Developer Ressource]
* [http://www.acqal.com/a/article/getting-help-with-typo3-98.html Getting Help With TYPO3]
==== tt_address extension====
==== tt_address extension====
* [http://typo3.org/extensions/repository/view/tt_address/1.0.4/ tt_address] - hCard support with the tt_address extension version 2.0. As of 01/05/07 version 2.0 is beta and latest builds can be obtained from [http://typo3xdev.sourceforge.net/ TYPO3xdev]
* [http://typo3.org/extensions/repository/view/tt_address/2.0.1/ tt_address] - hCard support with the tt_address extension version 2.0.0
** by [[implementations#Ingo_Renner|Ingo Renner]]
** by [[implementors#Ingo_Renner|Ingo Renner]]
==== TIMTAB extension====
==== TIMTAB extension====
* [http://typo3.org/extensions/repository/view/timtab/0.5.11/ TIMTAB] - XFN support for blogrolls with the TIMTAB weblog extension for TYPO3
* [http://typo3.org/extensions/repository/view/timtab/0.5.11/ TIMTAB] - XFN support for blogrolls with the TIMTAB weblog extension for TYPO3
** by [[implementations#Ingo_Renner|Ingo Renner]]
** by [[implementors#Ingo_Renner|Ingo Renner]]
 
=== Tweeterboard ===
* Tweeterboard supports [hcard|hCard]], and [http://gmpg.org/xfn XFN] on profile pages ([http://tweeterboard.com/user/missrogue example]).
 
 
 
=== ufXtract ===
* [http://lab.backnetwork.com/ufXtract/ ufXtract] implements [[parsing]] of microformats such as [[hCard]] and [[XFN]].
** by [[implementors#Glenn_Jones|Glenn Jones]] of [[implementors#Madgex|Madgex]].  See [http://www.glennjones.net/Post/831/ufXtractmicroformatsparser.htm blog post announcement].


=== Upcoming.org ===
=== Upcoming.org ===
* [http://upcoming.org Upcoming.org] - hCalendar support in events listings and individual events.
* [http://upcoming.org Upcoming.org] - hCalendar support in events listings and individual events.
** by [[implementations#Andy_Baio|Andy Baio]], [[implementations#Leonard_Lin|Leonard Lin]], [[implementations#Gordon_Luk|Gordon Luk]]
** by [[implementors#Andy_Baio|Andy Baio]], [[implementors#Leonard_Lin|Leonard Lin]], [[implementors#Gordon_Luk|Gordon Luk]]
 


=== vCardExplorer ===
=== vCardExplorer ===
* [http://vcardexplorer.corefault.de/ vCardExplorer for MacOSX] - browses local vcards and converts hcards from URLs.
* [http://vcardexplorer.corefault.de/ vCardExplorer for MacOSX] - browses local vcards and converts hcards from URLs.


=== WordPress ===
* [http://wordpress.org WordPress] supports [http://gmpg.org/xfn/ XFN] blogrolls through a very nice built-in user interface. (cf. [[xfn-implementations]])
** by [[implementations#Matt_Mullenweg|Matt Mullenweg]] and friends


==== WP Microformatted Blogroll ====
=== VIREL Microformats Search Engine===
* The [http://factorycity.net/projects/wp-microformatted-blogroll/ WP Microformatted Blogroll 0.2] Wordpress plugin by [[implementations#Chris_Messina|Chris Messina]] supports [[hcard|hCard]] and [http://gmpg.org/xfn/ XFN].
* [http://www.virel.de/ microformats search engine] - website friendly crawler. searches for public informations embedded as microformats in web pages.


==== VoteBack Plugin ====
* [http://redmonk.net/archives/2006/12/21/voteback/ VoteBack plugin for Wordpress] - checks incoming pingbacks and trackbacks for [[votelinks]].


==== WP Themes ====
=== WindowsLiveWriter ===
* [http://www.plaintxt.org/themes/sandbox/ Sandbox] is a theme for Wordpress that uses [[hatom|hAtom]].  
* [[implementors#Microsoft|Microsoft's]] WindowsLiveWriter (WLW) [http://gallery.live.com/liveItemDetail.aspx?li=9751e563-1408-4fc3-8028-bd4351edb1fb&l=8 event plugin] supports [[hcalendar|hCalendar]].
** The theme is also available to accounts on the <username>.wordpress.com hosting service.
 
* [http://www.jesuscarrera.info/proyectos/startpoint/ StartPoint] A theme for theme developers. A good start point to make your own templates. It supports multiple languages, widgets, contains semantic hAtom microformats, and more.
=== WordPress ===
* [http://www.whump.com/dropbox/Strangelove.zip Strangelove] is a modification of the default Wordpress theme (Kubrick) with [[hatom|hAtom]] support.
*See [[wordpress|WordPress]].
** It points to the hAtom2Atom proxy service as the link for syndication feeds.


=== X2V ===
=== X2V ===
* 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.
* 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.
** by [[implementations#Brian_Suda|Brian Suda]]
** by [[implementors#Brian_Suda|Brian Suda]]
 
=== XWiki ===
* [http://xwiki.org XWiki] (as of [http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWiki10Beta5 version 10Beta5]) publishes the user profiles using [[hcard | hCard]], the events in the calendar application using [[hCalendar | hCalendar]], the blog entries using [[hAtom | hAtom]] and homepage links using [[rel-home | rel-home]].
 
=== xfn-spider ===
 
* [http://sphinx.net.ru/hg/xfn-spider xfn-spider] — simple crawler extracting microformats with XSLT ([http://sphinx.net.ru/blog/entry/simple-microformat-xslt-extraction/ Original article in Russian] circa summer 2007) and exporting information to OPML feedlist, tag cloud etc.
 
* See [http://services.alphaworks.ibm.com/manyeyes/view/SNnqRHsOtha6i5-m6iGTH2- XFN visualization] example at IBM's Many Eyes made using data extracted with xfn-spider


=== Yahoo Creative Commons Search ===
=== Yahoo Creative Commons Search ===
Line 307: Line 487:
* [http://movies.yahoo.co.uk Yahoo! UK Movies] supports [[hreview|hReview]].
* [http://movies.yahoo.co.uk Yahoo! UK Movies] supports [[hreview|hReview]].
** by Mark Norman Francis
** by Mark Norman Francis
=== Yalwa - Local directory ===
* [http://www.yalwa.com/ Yalwa - Local Directory] supports [[hreview|hReview]].
Example: [http://wiesbaden.yalwa.de/ID_102318221/Yalwa-GmbH.html Yalwa Listing]


=== Yedda ===
=== Yedda ===
Line 312: Line 496:


== Validators ==
== Validators ==
This is an alphabetical listing of tools that have been created to validate implementations, and which formats they support.


Please add to this section if you have a validator/checker, no matter which or how many microformats you test for.
See [[debugging-tools]].


=== rel-lint ===
==Search engines==
* [http://tools.microformatic.com/help/xhtml/rel-lint/ rel-lint] supports validation of [[rel-tag|rel-tag]] and [[xfn|XFN]]
See [[search-engines]]
* by [[implementations#Drew_McLellan|Drew McLellan]]


== Companies / Developers / Organizations ==
== Companies / Developers / Organizations ==
See [[implementors]]


(Considering moving all of these to an [[implementors]] page of its own).
The following have been moved from the sections above due to problems, stated below:


Thanks to all of the hardworking developers and innovative companies and organizations for supporting microformats.
== Publishers and Content Hosting Services ==
<em>This section is a stub. You can help the microformats wiki by expanding it.</em>


This is an alphabetical listing of all companies, developers (by last name) and organizations who have built and shipped at least one implementation (see above for details of each implementation) that users can use.
Publishers and content hosting services are listed on the individual "examples in the wild page". You may list major publishers here along with links to their respective examples in the wild pages.


Please help complete this list!  If you have coded support for microformats and don't see your name, add it!  If your company supports microformats in its applications, add it!
=== Twitter ===
[http://twitter.com Twitter] supports: [[hatom-examples-in-wild|hAtom]], [[hcard-supporting-user-profiles|hCard user profiles]], [[hcard-xfn-supporting-friends-lists|rel-me]]


Note: please add direct links to specific applications, plugins, services, or tools to the list of [[implementations#Applications / Plugins / Services / Tools|Applications / Plugins / Services / Tools]] and then link to those from their implementor with a fragment identifier link, e.g. to link to the "Cork'd" wine review community:
== Other ==
* <nowiki>[[implementations#Cork'd|Cork'd]]</nowiki>
Some notes on initial thoughts around [[implementation-guidelines|Guidelines and Strategies for Implementing Microformats]]
Similarly, for additional sites, put direct links to them in the [[implementations#Additional Sites|Additional Sites]] section and then link to them from their implementor with a fragment identifier link.


=== Apple Computer ===
== Old ==
[http://apple.com/ Apple Computer] has implemented microformats in:
Past implementations (e.g. sites that have gone offline).
* [[implementations#.Mac_Webmail|.Mac Webmail]]


=== Andy Hume ===
=== Technorati Contacts Feed Service ===
* [[implementations#Andy_Hume_Blog|Andy Hume Blog]]
* 2005-2011 <nowiki>http://feeds.technorati.com/contacts/</nowiki> Technorati Contacts Feed Service a deployment of [[implementations#X2V|X2V]] to convert [[hcard|hCards]] to vCard (.vcf) format.
** by [[implementors#Technorati|Technorati]]
** Use [[H2VX]] instead now (2009+)


=== Andy Baio ===
=== Technorati Events Feed Service ===
* [[implementations#upcoming.org|Upcoming.org]]
* 2005-2011 <nowiki>http://feeds.technorati.com/events/</nowiki> Technorati Events Feed Service a deployment of [[implementations#X2V|X2V]] to convert [[hcalendar|hCalendar]] events to iCalendar (.ics) format.
** by [[implementors#Technorati|Technorati]]
** Use [[H2VX]] instead now (2009+)


=== Assaf Arkin ===
=== Technorati Microformats Search ===
* [[implementations#Microformat_Parser_for_Ruby|Microformat Parser for Ruby]]
* 2006-2008 Technorati <nowiki>http://kitchen.technorati.com/search/ Microformats Search</nowiki>. Search for contacts ([[hcard|hCard]]), events ([[hcalendar|hCalendar]]), or reviews ([[hreview|hReview]]) published on blogs and other web sites.
 
** by [[implementors#Ryan_King|Ryan King]]
=== Brian Del Vecchio ===
** first version (2006 May) by [[implementors#Tantek_Çelik|Tantek Çelik]], [[implementors#Ryan_King|Ryan King]], [[implementors#Kevin_Marks|Kevin Marks]], [[implementors#Josh_Smith|Josh Smith]]
* [[implementations#upcoming_module_for_drupal| Upcoming module for Drupal]]
 
=== Brian Suda ===
* [[implementations#X2V|X2V]]
 
=== Chris Casciano ===
* [[implementations#Microformats_Plugin|Textpattern Microformats Plugin]]
 
=== Chris Messina ===
[[implementations#WP_Microformatted_Blogroll|WP Microformatted Blogroll]]
 
=== Chris Saccheri ===
* [[implementations#LinkedIn|LinkedIn]]
 
=== Calvin Yu ===
* [http://blog.codeeg.com/ Calvin Yu blog: Don't Forget to Plant It!]
* [[implementations#Tails_Firefox_Extension|Tails Firefox Extension]]
 
=== Dan Cederholm ===
* [[implementations#Cork'd|Cork'd]]
 
=== David Janes ===
* [[implementations#BlogMatrix|BlogMatrix]]
 
=== David Long and James Myers ===
* [[implementations##ZDNet_UK|ZDNet]]
 
=== Drew McLellan ===
* [[implementations#Microformats_Extensions|Microformats Extensions]]
* [[implementations#hKit_Microformats_Toolkit_for_PHP5|hKit Microformats Toolkit for PHP5]]
* [[implementations#rel-lint|rel-lint Validator Tool]]
 
=== enarion.net ===
* [[implementations#phpMicroformats|phpMicroformats]]
 
=== Flock ===
* [[implementations#Flock Web Browser|Flock Web Browser]]
 
=== FunAdvice ===
* [[implementations#FunAdvice|FunAdvice]]
 
=== Google ===
* [[implementations#Google_Search|Google Search]]
* [[implementations#Google_Creative_Commons_Search|Google Creative Commons Search]]
 
=== Gordon Luk ===
[[implementations#upcoming.org|Upcoming.org]]
 
=== Ingo Renner ===
[http://www.ingo-renner.com Ingo Renner] has implemented hCard and XFN in:
* [[implementations#TYPO3|TYPO3]]
 
=== Josh Smith ===
* [[implementations#Technorati_Microformats_Search|Technorati Microformats Search]]
 
=== Kent Brewster ===
* [http://www.mindsack.com/?page_id=39 Extensible friends] -- JSON + XFN and bookmarklet
 
=== Kevin Marks ===
* [[implementations#Technorati_Microformats_Search|Technorati Microformats Search]]
 
=== Kingsley Joseph ===
[http://flickr.com/people/kingsleyj/ Kingsley Joseph]:
* [[implementations#Salesforce|Salesforce]]
 
=== Laughing Squid ===
* [[implementations#Laughing_Squid_Calendar|Laughing Squid Calendar]]
 
=== Leonard Lin ===
* [[implementations#upcoming.org|Upcoming.org]]
 
=== Nature Publishing Group ===
* Nature Publishing Group are steadily rolling out microformats across their sites and titles. Current implementations include the following online services:
** [[implementations#Nature Network Boston|Nature Network Boston]]
** [[implementations#Nature Protocols|Nature Protocols]]
* as well the following additional site(s):
** [[implementations#Nature Home Page|Nature Home Page]]
 
=== Remy Sharp ===
 
* [[implementations#Microformats_Bookmarklet|Microformats Bookmarklet]]
 
=== Robert de Bruin ===
* [http://bordewolf.blogspot.com/ Robert de Bruin' s blog: Bor de Wolf]
* [[implementations#Tails_Export_Firefox_Extension|Tails Export Firefox Extension]]
 
=== Ryan King ===
* [[implementations#hCalendar_creator|hCalendar Creator]]
* [[implementations#hReview_creator|hReview Creator]]
* [[implementations#Technorati_Microformats_Search|Technorati Microformats Search]]
 
=== Scott Allan Wallick ===
* [[implementations#WP_Themes|Sandbox Wordpress Theme w/hAtom Support]]
 
=== Scott Reynen ===
* [[implementations#Microformat_Base|Microformat Base]]
 
=== SixApart ===
* [[implementations#LiveJournal|LiveJournal]]
 
=== Steffen Voß ===
 
* [[implementations#PostNuke|PostNuke hCards]]
* [[implementations#PostNuke|PostNuke hCalendar]]
 
=== Steve Ivy ===
* [[implementations#VoteBack_Plugin|Wordpress VoteBack Plugin]]
 
=== Tantek Çelik ===
* [[implementations#hCard_creator|hCard Creator]]
* [[implementations#iChat_buddy_list_to_hCards|iChat Buddy List to hCard]]
* [[implementations#Technorati_Microformats_Search|Technorati Microformats Search]]
 
=== Technorati ===
* [[implementations#Technorati_Contacts_Feed_Service|Technorati Contacts Feed Service]]
* [[implementations#Technorati_Events_Feed_Service|Technorati Events Feed Service]]
* [[implementations#Technorati_Microformats_Search|Technorati Microformats Search]]
* [[implementations#Technorati_Search|Technorati Search]]
* [[implementations#Technorati_Tags|Technorati Tags]]
 
=== Yahoo ===
* [[implementations#Flickr_People|Flickr People]]
* [[implementations#Upcoming.org|Upcoming]]
* [[implementations#Yahoo_Creative_Commons_Search|Yahoo Creative Commons Search]]
* [[implementations#Yahoo_Local|Yahoo Local]]
* [[implementations#Yahoo_Tech|Yahoo Tech]]
* [[implementations#Yahoo_UK_Movies|Yahoo UK Movies]]
 
=== Yedda ===
* [[implementations#Yedda|Yedda]]
 
== Needs Fixing ==
 
* Re-format author names and links to display Surname Firstname - for better indexing, and complete cross-linking [[User:Phae|Frances Berriman]]
 
The following have been moved from the sections above due to problems, stated below:
 
=== Web Essentials ===
* [http://we05.com/ Web Essentials] - supports [[hcard|hCard]] and [[hcalendar|hCalendar]], e.g. in their [http://we05.com/presenters.cfm list of presenters] and [http://we05.com/program.cfm program schedule].
** John McKerrell tried to look at the site on 24th October 2006 but could not access the site, server didn't seem to be up.
 
== Other ==
Some notes on initial thoughts around [[implementation-guidelines|Guidelines and Strategies for Implementing Microformats]]

Latest revision as of 19:40, 11 January 2022

This page lists the applications, plugins, sample code, services, tools that produce or consume microformats.

help improve this page

update for microformats2

This page needs to be updated for [[microformats2] implementations!

This page should also focusing on listing primarily user-centric (e.g. social readers) or major (e.g. search engines) implementations, and put any comprehensive lists on vocabulary-specific pages of implementations and examples.

One exception for classic microformats:

  • Active major/popular implementations are classic micoformats should still be included on this page.

Other classic microformats implementations should be moved from this page to their particular microformats specific -implementations page, perhaps noting at the top of those pages that those implementations themselves need to be verified to see if they still work, or should be moved to a "Past Implementations" subsection.

prior note to improve

This is only a partial list. If you know other services or tools for or supporting microformats, please add them to this page, link to their implementors, and list what specific microformats they support.

When you find an implementation:

  1. Make sure that it is an implementation, rather an publishing example (e.g. hCard examples in the wild, hCalendar examples, et.c).
  2. Note the name of the tool or service and the name of the developer(s) who built it.
  3. Add a third level heading with the name of the tool/service to the Applications / Plugins / Services / Tools section below, sorted alphabetically by name of tool/service. e.g.

    === Name of Tool ===

  4. Add a top level list item just below the heading with an external link to the tool/service, along with a link to evidence of their support for microformats, and mention (and locally link) each microformat that is supported. E.g.

    * Link to tool/service, link to their blog post announcing support for e.g. [[hCard]] and [[hReview]]

  5. Add a nested list item and local to wiki hyperlink the Name of Developer to a fragment identifier in the implementors page, e.g. Apple Computer would be linked like this:

    ** by [[implementors#Apple_Computer|Apple Computer]]

  6. Check to see if there is an entry for the developer in the list of implementors, if not add them there. Add a link to the developer's home page followed by "has implemented microformats in:".
  7. In the entry for the developer, add a list item and local to wiki hyperlink the Name of Tool to a fragment identifier in this page, e.g. X2V would be linked like this:

    * [[implementations#X2V|X2V]]

  8. Save the page and make sure that each fragment ID local hyperlink when clicked scrolls you to the right spot (for the developer, and for the tool). Make any fix-up edits as necessary. That's it!

Implementation Details

If there are implementation details worth noting, add them them as nested list items under the item for the implementation itself. If the details subsection grows too big for a specific implementation, feel free to move the details to their own page and leave a link in place on the implementations page.

Reporting Bugs

Similar to implementation details, in short, put-it-on-the-wiki. In particular, add bug reports, with URL(s) to a valid demonstrative test case(s) of course, to the listing of an implementation on this page, OR on the specific implementations wiki page (e.g. hcard-implementations). Please describe why you think it is a bug (user interface, cosmetic, violates a spec page, e.g. for problems parsing hCards, reference which part of hcard-parsing the implementation appears to not be following).

If you have a sense of urgency for getting that particular bug fixed in that implementation, you may email microformats-dev with the URL of that implementation on the wiki page, and *summarize* the bug (the full description being on the wiki page instead).

Formats

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

In addition, some microformat specifications have separate implementation pages:

Applications / Plugins / Services / Tools

This is an alphabetical listing of all applications, plugins (grouped with their app/tool), services and tools that implement microformats, along with the list of microformats that are supported, and the company and/or developers responsible for it.

As a user, the implementations listed below will automatically help you use microformats and help your data portability and interoperability with other apps and services.

Please help complete this list! If you know of additional apps/plugins/services/tools that support microformats, please add them!

Note: this section is only for listing specific implementations. The list of implementors is in the Companies / Developers / Organizations section on the implementors page.

Alphabetically:

.Mac Webmail


AlchemyPoint

  • AlchemyPoint is a structured web / mashup platform that supports parsing hCard, rel-tag and other microformats.


Backnetwork

Blinksale

BlogMatrix

Blogmarks.net

Bugzilla

  • Bugzilla 3.1.1 includes some microformats on show_bug.cgi and a few other places.


cmSiteNavigation

  • cmSiteNavigation extension for Firefox make use of links marked with a "rel" value, and parses additional link types also.
    • This seems to use rel values defined in the HTML 4 spec, not microformats. This is more of a POSH implementation than a microformats implementation.

Community Server

Conferenceer

  • Built for SXSW 2007, Conferenceer supports hcalendar and hcard.

Citycita

Cork'd


Delicious Generation

Digg

  • Digg supports hCards for profiles and rel-me for identity consolidation (though they currently mix rel-nofollow with rel-me, negating these links).

Dreamweaver

Microformats Extensions

Drupal

Upcoming module for Drupal


Eventful


Facebook

Ficlets

Firefox

Flickr People

Flickr Photos

  • Flickr's geo tagged photos are marked up with the geo microformat. Unfortunately, as of August 2010, their new page design does not expose the microformat in a machine readable manner.

Flock Web Browser


Google Chrome

Google Search

Google Blogger

Google Creative Commons Search

Google Maps

Gravatar Commenters as hCards

  • Andy Hume added code to his blogging software to automatically mark-up the names and URLs of commenters on his blog with hCard.
    • by Andy Hume
    • Andy - any chance of open sourcing your code to turn Gravatars into hCards?

Greasemonkey

  • Google hCalendar - Adds hCalendar data to Google Calendar and/or Hosted Exchange
  • Social xFolk - Adds xFolk links to social bookmarking sites del.icio.us and ma.gnolia.
  • Monkeyformats - a collection of GreaseMonkey scripts that add actual hCard and hCalendar microformat markup to several international phone directories.

hCalendar creator

hCard to Gmail Service

  • hCard to gmail is a bookmarklet / service which will convert hCard formatted data to the .CSV file for importing to gmail.

hCard creator

Helios Calendar

hKit Microformats Toolkit for PHP5

hReview creator


iChat buddy list to hCards

Internet Explorer



JSCalendar


Konqueror


Last.fm

LinkedIn

Live Clipboard

LiveJournal

LJFind

LouderVoice

  • Publishes and aggregates hreview content - The LouderVoice site provides a variety of tools to publish hreview to blogs and it also aggregates hreview content from any registered RSS Feed so that users can search/rate/collect distributed reviews.


Ma.gnolia

Mash Maker

Maxthon

Maxthon is a browser for Microsoft Windows that uses the Trident rendering engine and provides additional user interface. Maxthon has built and published a plugin for their browser that recognizes microformats in web pages and allows users to take action with them, similar to Operator for Firefox.

Microformat Base

Microformat Bookmarklet Overlay

Microformat Parser for Ruby

Movable Type

See also movable-type.

MyMap.yam.com


National eXtension Initiative

Nature Network Boston

Nature Protocols

NetNewsWire

  • NetNewsWire is an easy-to-use RSS and Atom reader for your Mac. NetNewsWire 3.0 detects, extracts and converts hcard and hcalendar data from feed entries.

Netscape Navigator

Nutch


ODEO

Open-Xchange

  • The Open-Xchange collaboration appliance supports publishing and subscribing of contacts in hCard format (in addition to exporting vcard) officially since v6.16. The format is extended by additional fields (like "date of marriage") in the OXMF microformat.

Optimus

  • Optimus. Output formats: XML, JSON, JSON-P.


phpMicroformats

Portable Social Network Profile Parser

PostNuke

PostNuke is an Application Framework/Content Management Systeme

Pownce

  • Optimus. Output formats: XML, JSON, JSON-P.

Profiler

  • Profiler works as a proxy service adding microformat profiles to documents that appear to contain microformats.

Realcom HAKONE for Notes

Realcom KnowledgeMarket

RFC2629.xslt


Salesforce

Spanning Salesforce

Sivitools

Sivitols is a Java library for microformats. Currently only the xFolk RC1 standard is implemented, but additional microformat support is planned. This library is being written and maintained for a tag sharing project undertaken by Video Vertigo.

Annoucement, Docs

Safari Microformats plugin

The Safari Microformats plugin notifies you when the author of the website has published Microformats and allows you to easily import hCards and hCalendars in Address Book and iCal. This plugin was inspired by the idea and mockup of Jon Hicks.

Safari Microformats Plugin

  • Note - the latest version, 3.1, currently only works w/Mac OS 10.5 (Leopard)

SPRACI

  • SPRACI - nightlife/events - hCalendar published in events listings, aggregator can read hCalendar

stuckUnstuck


StatusNet

Swignition

Technorati Search

Technorati Tags

  • Technorati Tags pages aggregate blog posts tagged with the rel-tag open tagging standard, in addition to recent tagged photos and links.

Textpattern

Microformats Plugin

Tomota

Transformr

TYPO3

Getting Started

tt_address extension

TIMTAB extension

  • TIMTAB - XFN support for blogrolls with the TIMTAB weblog extension for TYPO3

Tweeterboard

  • Tweeterboard supports [hcard|hCard]], and XFN on profile pages (example).


ufXtract

Upcoming.org


vCardExplorer


VIREL Microformats Search Engine


WindowsLiveWriter

WordPress

X2V

  • 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.

XWiki

xfn-spider

  • See XFN visualization example at IBM's Many Eyes made using data extracted with xfn-spider

Yahoo Creative Commons Search

Yahoo Local

Yahoo Tech

Yahoo UK Movies

Yalwa - Local directory

Example: Yalwa Listing

Yedda

  • Yedda supports hCard for exposing users information, hAtom for exposing data that is already exposed via feeds (like list of questions and answers) and rel-tag for every tag used to tag questions and users.

Validators

See debugging-tools.

Search engines

See search-engines

Companies / Developers / Organizations

See implementors

The following have been moved from the sections above due to problems, stated below:

Publishers and Content Hosting Services

This section is a stub. You can help the microformats wiki by expanding it.

Publishers and content hosting services are listed on the individual "examples in the wild page". You may list major publishers here along with links to their respective examples in the wild pages.

Twitter

Twitter supports: hAtom, hCard user profiles, rel-me

Other

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

Old

Past implementations (e.g. sites that have gone offline).

Technorati Contacts Feed Service

  • 2005-2011 http://feeds.technorati.com/contacts/ Technorati Contacts Feed Service a deployment of X2V to convert hCards to vCard (.vcf) format.

Technorati Events Feed Service

  • 2005-2011 http://feeds.technorati.com/events/ Technorati Events Feed Service a deployment of X2V to convert hCalendar events to iCalendar (.ics) format.

Technorati Microformats Search