org.microformats.hCard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Rzwitserloot (talk | contribs) (Fixed up page + added note about org.microformats.hCard now supporting XFN.) |
||
Line 1: | Line 1: | ||
<em>org.microformats.hCard</em> is a public domain, open source library written by [http://reinier.zwitserloot.com/ Reinier Zwitserloot] that implements parsing of hCards into a java object, JSON output, basic HTML, and a human readable string. It can also be used to programmatically create hCards more conveniently. org.microformats.hCard also supports XFN. | |||
< | |||
org.microformats.hCard was released on October 2nd, 2007. XFN support was added in January 2009. | |||
org.microformats.hCard was released on October 2nd, 2007. | |||
== open source == | == open source == | ||
* [http://zwitserloot.com/org.microformats.hCard/] | * [http://zwitserloot.com/org.microformats.hCard/ project home page with download links] | ||
== related == | == related == | ||
* [[hcard|hCard]] | * [[hcard|hCard]] | ||
* [[XFN]] | |||
* [[implementations]] | * [[implementations]] |
Latest revision as of 13:19, 14 January 2009
org.microformats.hCard is a public domain, open source library written by Reinier Zwitserloot that implements parsing of hCards into a java object, JSON output, basic HTML, and a human readable string. It can also be used to programmatically create hCards more conveniently. org.microformats.hCard also supports XFN.
org.microformats.hCard was released on October 2nd, 2007. XFN support was added in January 2009.