public
Description: A port of Hpricot to IronRuby
Homepage: http://wiki.github.com/why/hpricot
Clone URL: git://github.com/nrk/ironruby-hpricot.git
name age message
file README Thu Feb 12 13:28:52 -0800 2009 Fixed the URL pointing to the downloads page on... [nrk]
file TODO Mon Apr 13 09:33:58 -0700 2009 Imported the test suite of Hpricot 0.6.164 in t... [nrk]
directory lib/ Fri Feb 13 05:44:19 -0800 2009 Applied a workaround to parse.rb to overcome th... [nrk]
directory src/ Sun Oct 18 01:35:57 -0700 2009 Bumped the compatibility version to IronRuby > ... [nrk]
directory test/ Mon Apr 13 09:33:58 -0700 2009 Imported the test suite of Hpricot 0.6.164 in t... [nrk]
README
ironruby-hpricot - a port of Hpricot for IronRuby
===============================================================================

Hpricot is a fast and flexible HTML parser, created by why the lucky stiff.

This is a port for IronRuby of Hpricot's parser created by generating C# code 
with Ragel off of a tweaked version of the original .rl grammar files, whereas 
String#fast_xs internals are based on Ola Bini's code ported to C#.

You can find the latest builds of ironruby-hpricot at the following URL:
http://github.com/nrk/ironruby-hpricot/downloads

Want to help or contribute? Drop me a mail to suppakilla@gmail.com

NOTE: this is still a work in progress, see the TODO for more information.