self-updating-address-book

From Microformats Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Self Updating Address Book

Basic Idea: an online address book/contact system, accessible via LDAP, which updates its records by periodically crawling/parsing URLs containing hCards.

vCard => LDAP

fn => displayName n => cn

  given-name => gn
  family-name => sn
  additional-name => NONE
  honorific-prefix => personalTitle (does not work)
  honorific-suffix => generationQualifier

adr => postalAddress

  post-office-box => postOfficeBox
  extended-address => NONE
  street-address => street
  locality => l
  region => st
  postal-code => postalCode
  country-name => c
  type => NONE (only one per entry)

agent => secretary bday => NONE category => NONE class => NONE email => mail geo => NONE key => NONE label => NONE logo => jpegPhoto | photo mailer => NONE nickname => cn note => description org => o

  oraganization-name => o
  organization-unit => ou

photo => jpegPhoto | photo rev => NONE role => NONE sort-string => NONE sound => audio tel => telephoneNumber

  => homePhone
  => mobile

title => title tz => NONE uid => uid url => labeledURI

Participants

  • Beau Lebens
  • Matt Wilkinson
  • Mark Ng
  • Tantek Çelik
  • Chad Weider
  • Stephen Paul Weber