hkit: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(drafted)
 
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<h1>hKit</h1>
{{DISPLAYTITLE:hKit}}


hKit is an open source library and web service written by Drew McLellan that [[implementations#hKit_Microformats_Toolkit_for_PHP5|implements parsing of hCards]] into a JSON data structure.
hKit is an open source library and web service written by [http://allinthehead.com/ Drew McLellan] that [[implementations#hKit_Microformats_Toolkit_for_PHP5|implements parsing of hCards]] into a PHP or JSON data structure.
 
== open source ==
* [http://hkit.googlecode.com/ hKit Microformats Toolkit for PHP5] as [http://allinthehead.com/retro/291/hkit-microformats-toolkit-for-php announced by Drew McLellan]
 
== web service ==
* [http://tools.microformatic.com/help/xhtml/hkit/ hKit parser web service]
* Example: http://tools.microformatic.com/query/plain/hkit/microformats.org
 
== how to call ==
See [[representative-hcard-parsing]] for open source PHP to call hKit and extract the representative hCard from a page that has multiple hCards.


== implementations ==
== implementations ==
Line 8: Line 18:


== issues ==
== issues ==
Issues that have been found with hKit:
[[hkit-issues]]
* [http://getsatisfaction.com/satisfaction/topics/hcard_profile_import_is_erratic hCard profile import is erratic]


== related ==
== related ==

Latest revision as of 16:26, 18 July 2020


hKit is an open source library and web service written by Drew McLellan that implements parsing of hCards into a PHP or JSON data structure.

open source

web service

how to call

See representative-hcard-parsing for open source PHP to call hKit and extract the representative hCard from a page that has multiple hCards.

implementations

Services that use hKit:

issues

hkit-issues

related