hkit: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(added how to call section with note of open source PHP to call hKit and implement representative hCard parsing)
m (Replace <entry-title> with {{DISPLAYTITLE:}})
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TOC-right}}
{{DISPLAYTITLE:hKit}}
<h1>hKit</h1>


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.
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.
Line 19: 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