VCard
From Free net encyclopedia
vCard is a file format standard for personal data interchange, specifically electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways, such as on the World Wide Web. They can contain name and address information, phone numbers, URLs, logos, photographs, and even audio clips.
The vCard or Versitcard was originally proposed in 1995 by the Versit consortium, which consisted of Apple Computer, AT&T (later Lucent), IBM and Siemens. In December 1996 ownership of the format was handed over to the Internet Mail Consortium, a trade association for companies with an interest in Internet e-mail.
vCard is accompanied by a proposed standard for exchanging data about forthcoming appointments called vCalendar since superseded by iCalendar; the Internet Mail Consortium has issued a statement that it "hopes that all vCalendar developers take advantage of these new open standards and make their software compatible with both vCalendar 1.0 and iCalendar."
Version 2.1 of the vCard standard is widely supported by e-mail clients. Version 3.0 of the vCard format is an IETF standards-track proposal contained in RFCs 2425 and 2426. The commonly-used filename extension for vCards is .vcf.
A XML VCard format has been defined by the Jabber Software Foundation and is in use with technologies such as Jabber and Light-Weight Identity. hCard is a 1:1 representation of vCard in semantic XHTML. W3C has another XML based vCard specification called Representing vCard Objects in RDF/XML.
Sending vCards by bluetooth is one of the most broadly compatable but inelegant forms of placecasting.
Contents |
Example vCard content
Simple Example
Lastname_Firstname.vcf
BEGIN:VCARD VERSION:2.1 FN:Firstname Lastname N:Lastname;Firstname ADR;WORK;PREF;QUOTED-PRINTABLE:;Footown 12345=0AFooland;Bar Street 99 LABEL;QUOTED-PRINTABLE;WORK;PREF:Bar Street 99=0AFootown 12345=0AFooland TEL;CELL:+358-40-123456 EMAIL;INTERNET:nobody@example.invalid UID: END:VCARD
Apple's Address Book Example
Apple's Address Book handles the vCard standard.
See also
External links
- vCardMaker - Web interface to make vCards
- Internet mail Consortium - Personal Data Interchange
- vCard 2.1 specification
- RFC 2425 - A MIME Content-Type for Directory Information
- RFC 2426 - vCard MIME Directory Profile
- XML VCard specification
- hCard specification
- W3C vCard RDF/XML specificationde:VCard