implementations: Difference between revisions
Jump to navigation
Jump to search
Google
MarkRickerby (talk | contribs) |
|||
Line 1: | Line 1: | ||
=Microformats | =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. | |||
__TOC__ | __TOC__ | ||
== | |||
== 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]] | ||
* [http:// | ** developers: | ||
* [http:// | ** [http://hybernaut.com/ Brian Del Vecchio] | ||
* [http:// | |||
* | == EVDB == | ||
* [http://evdb.com EVDB] supports [[hcalendar|hCalendar]] for event and [[hcard|hCard]] for venues | |||
== Google == | |||
* [http://google.com/ Google] - supports [[rel-nofollow]] | |||
== Laughing Squid == | |||
* The [http://laughingsquid.com/squidlist/calendar/ Laughing Squid Calendar] events listings support [[hcalendar|hCalendar]]. | |||
== LiveJournal == | |||
* [http://livejournal.co LiveJournal] - LiveJournal supports tagging posts with [[rel-tag]]. | |||
== | == Technorati == | ||
* | * [http://technorati.com/ Technorati] supports and handles both [[vote-links]] and [[rel-nofollow]] for indicating whether a link should have any/positive/negative weighting towards the destination. | ||
* [http:// | * [http://technorati.com/tag/ Technorati Tags index] - an index of blog posts tagged with the [[rel-tag]] open tagging standard. | ||
* [http:// | * [http://tantek.com/microformats/hcard-creator.html hCard creator] - contributed to [http://microformats.org/code/hcard/creator microformats.org as open source]. This is a very simple, yet illustrative, open source user interface / form / script which creates an hCard in real-time as you type in a set of contact information. | ||
* [http://theryanking.com/microformats/hcalendar-creator.html hCalendar creator] - contributed to [http://microformats.org/code/hcalendar/creator microformats.org as open source]. Similar, but for hCalendar. | |||
* [http://theryanking.com/microformats/hreview-creator.html hReview creator] - contributed to [http://microformats.org/code/hreview/creator microformats.org as open source]. Similar, but for hReview. | |||
* [http:// | * [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:// | * [http://technorati.com/ Technorati] publishes its own contact information as [[hcard|hCard]s: [http://technorati.com/about/ About page] lists their Media Contact, and their [http://technorati.com/press/ Press page] also lists their Press Contact, both as inline hCards. | ||
* developers: | |||
* [http://technorati.com/ Technorati] | ** [http://epeus.blogspot.com/ Kevin Marks] | ||
* [http:// | ** [http://theryanking.com Ryan King] | ||
* [http:// | ** [http://tantek.com/log/ Tantek Çelik] | ||
* [http:// | |||
== Upcoming.org == | |||
* [http://upcoming.org Upcoming.org] - hCalendar support in events listings and individual events. | |||
== | == other == | ||
* [http:// | * [http://greenbytes.de/tech/webdav/rfc2629.xslt rfc2629.xslt] now attempts to generate hCard information ([http://ietf.org/rfc/rfc2629 RFC2629] is an XML format for authoring RFCs and Internet Drafts, see [http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html example document]) | ||
* [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. | ||
* [http://suda.co.uk/projects/X2V/ X2V] parses [[hcard|hCard]] and to produces .vcf (vCard) streams and [[hcalendar|hCalendar]] to produce .ics (iCal) streams. | * [http://suda.co.uk/projects/X2V/ X2V] parses [[hcard|hCard]] and to produces .vcf (vCard) streams and [[hcalendar|hCalendar]] to produce .ics (iCal) streams. | ||
== | ==general info== | ||
Some notes on initial thoughts around [[implementation-guidelines|Guidelines and Strategies for Implementing Microformats]] |
Revision as of 23:32, 15 August 2005
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.
Drupal
- Drupal Upcoming.org syndication module emits hCalendar
- developers:
- Brian Del Vecchio
EVDB
- Google - supports rel-nofollow
Laughing Squid
- The Laughing Squid Calendar events listings support hCalendar.
LiveJournal
- LiveJournal - LiveJournal supports tagging posts with rel-tag.
Technorati
- Technorati supports and handles both vote-links and rel-nofollow for indicating whether a link should have any/positive/negative weighting towards the destination.
- Technorati Tags index - an index of blog posts tagged with the rel-tag open tagging standard.
- hCard creator - contributed to microformats.org as open source. This is a very simple, yet illustrative, open source user interface / form / script which creates an hCard in real-time as you type in a set of contact information.
- hCalendar creator - contributed to microformats.org as open source. Similar, but for hCalendar.
- hReview creator - contributed to microformats.org as open source. Similar, but for hReview.
- 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.
- Technorati publishes its own contact information as [[hcard|hCard]s: About page lists their Media Contact, and their Press page also lists their Press Contact, both as inline hCards.
- developers:
Upcoming.org
- Upcoming.org - hCalendar support in events listings and individual events.
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.
- X2V parses hCard and to produces .vcf (vCard) streams and hCalendar to produce .ics (iCal) streams.
general info
Some notes on initial thoughts around Guidelines and Strategies for Implementing Microformats