From: transfire@... Date: 2008-04-03T08:59:29+09:00 Subject: WebRI v0.1.0 released WebRI is Webrick-based RI browser. It makes it fairly convenient to browse API documetation in hierachical fashion. http://tigerops.rubyforge.org/webri This is the initial release of WebRI. I threw this together as a proof of concept, but it turns out to already be quite usable. I'll add missing features and clean it up as time permits. Same goes for the website. Becuase RI itself isn't very fast, if you use WebRI against the entire set of installed Ruby libraries it can take a few seconds to load up. It would be nice to use FastRI instead, for speed, but FastRI does not support HTML output as of yet. == CHANGES === 0.1.0 / 2008-03-28 * Initial release. * Shelling out to RI b/c it's easier than using the RDoc API. * Not using FastRI b/c no HTML output.