From: Michael Fellinger Date: 2008-04-03T16:56:08+09:00 Subject: Re: WebRI v0.1.0 released On Thu, Apr 3, 2008 at 1:59 AM, wrote: > 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. Got a problem when running webri on the bacon source. In the constants section: "0.9"Hash.new(0)""Hash.new { |_, name| raise NameError, "no such context: #{name.inspect}"// unless defined? RestrictName// unless defined? RestrictContext ^ manveru