RE: [uf-discuss] UfXtract .Net microformats parser open-sourced
Indeed, this is great to see made available to the community. Thanks so much, Glenn! Karsten Januszewski http://visitmix.com > On Mon, 26 Jul 2010 10:53 +0100, "Glenn Jones" > wrote: >> Hi All >> >> I have just open-sourced UfXtract .Net microformats parser. With a few >> lines of code you can load and parse microformats from Urls or HTML >> strings. You can then extract the data directly in .Net or convert it >> into JSON, JSON-P or XML. >> >> UfXtract currently supports the following 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 support of rel-me >> and rel-next/previous was added to help people build social graph >> spiders. >> >> UfXtract can typically parse a page between 10-50ms. I have gone to some >> pains to build a test suite to 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. >> >> API - http://ufxtract.com/ >> Documentation - http://ufxtract.com/documentation/ >> Source code - http://github.com/glennjones/ufxtract/ >> Test suite - http://www.ufxtract.com/testsuite/ >> >> Hopefully people will find it useful... >> >> Glenn Jones >> >> >> ___ >> microformats-discuss mailing list >> microformats-discuss@microformats.org >> http://microformats.org/mailman/listinfo/microformats-discuss >> > ___ > microformats-discuss mailing list > microformats-discuss@microformats.org > http://microformats.org/mailman/listinfo/microformats-discuss > ___ microformats-discuss mailing list microformats-discuss@microformats.org http://microformats.org/mailman/listinfo/microformats-discuss ___ microformats-discuss mailing list microformats-discuss@microformats.org http://microformats.org/mailman/listinfo/microformats-discuss
Re: [uf-discuss] UfXtract .Net microformats parser open-sourced
Damn, forgot to reply to this! Thanks Ben. ;) On 28 July 2010 22:19, wrote: > This is fantastic news. Thank you, Glenn, for this and for the years of > work that have gone into UfXtract and its test suite so far. +1! Indeed. Thank you, Glenn. Even though .NET is not my thing, it's valuable to have this sort of tools on any language. >From the few tests I ran, it works pretty well. One minor gripe, though... can't we ask for transformation for more than one format at once? Optimus does this. And it's kinda useful to avoid more than one requests per URI... :) Anyway, I've passed it along to the guys at the company. I'll pass any comments that pop up, eventually. Cheers! André Luís http://id.andr3.net > > Ben > > On Mon, 26 Jul 2010 10:53 +0100, "Glenn Jones" > wrote: >> Hi All >> >> I have just open-sourced UfXtract .Net microformats parser. With a few >> lines of code you can load and parse microformats from Urls or HTML >> strings. You can then extract the data directly in .Net or convert it >> into JSON, JSON-P or XML. >> >> UfXtract currently supports the following 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 support of rel-me >> and rel-next/previous was added to help people build social graph >> spiders. >> >> UfXtract can typically parse a page between 10-50ms. I have gone to some >> pains to build a test suite to 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. >> >> API - http://ufxtract.com/ >> Documentation - http://ufxtract.com/documentation/ >> Source code - http://github.com/glennjones/ufxtract/ >> Test suite - http://www.ufxtract.com/testsuite/ >> >> Hopefully people will find it useful... >> >> Glenn Jones >> >> >> ___ >> microformats-discuss mailing list >> microformats-discuss@microformats.org >> http://microformats.org/mailman/listinfo/microformats-discuss >> > ___ > microformats-discuss mailing list > microformats-discuss@microformats.org > http://microformats.org/mailman/listinfo/microformats-discuss > ___ microformats-discuss mailing list microformats-discuss@microformats.org http://microformats.org/mailman/listinfo/microformats-discuss
Re: [uf-discuss] UfXtract .Net microformats parser open-sourced
This is fantastic news. Thank you, Glenn, for this and for the years of work that have gone into UfXtract and its test suite so far. Ben On Mon, 26 Jul 2010 10:53 +0100, "Glenn Jones" wrote: > Hi All > > I have just open-sourced UfXtract .Net microformats parser. With a few > lines of code you can load and parse microformats from Urls or HTML > strings. You can then extract the data directly in .Net or convert it > into JSON, JSON-P or XML. > > UfXtract currently supports the following 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 support of rel-me > and rel-next/previous was added to help people build social graph > spiders. > > UfXtract can typically parse a page between 10-50ms. I have gone to some > pains to build a test suite to 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. > > API - http://ufxtract.com/ > Documentation - http://ufxtract.com/documentation/ > Source code - http://github.com/glennjones/ufxtract/ > Test suite - http://www.ufxtract.com/testsuite/ > > Hopefully people will find it useful... > > Glenn Jones > > > ___ > microformats-discuss mailing list > microformats-discuss@microformats.org > http://microformats.org/mailman/listinfo/microformats-discuss > ___ microformats-discuss mailing list microformats-discuss@microformats.org http://microformats.org/mailman/listinfo/microformats-discuss