UfXtract: Difference between revisions
Jump to navigation
Jump to search
GlennJones (talk | contribs) (Adding UfXtract page) |
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:UfXtract}} | |||
'''[http://ufxtract.com UfXtract]''' is an open source .Net microformats parser. | '''[http://ufxtract.com UfXtract]''' is an open source .Net microformats parser. |
Latest revision as of 16:20, 18 July 2020
UfXtract is an open source .Net microformats parser.
It supports a number of microformats hCard, hCalendar, hReview, hResume, hAtom, XFN, rel-tag, geo, adr, rel-nofollow, rel-license, rel-directory, rel-home, rel-enclosure, rel-payment and votelinks. It also supports a handful of POSH patterns hCard-XFN, rel-me, rel-next/previous, test-suite and test-fixture. The direct support of rel-me and rel-next/previous was added to help people build social graph spiders.
The libaray can typically parse a page between 10-50ms. It ws build using test suite to help make sure it conforms as closely as possible to the microformats specs.
You can also easily create new microformats and POSH definitions using some simple .Net objects.