Robert McGovern wrote:
>>Which you can see here:
>>
>>http://www.ruby-doc.org/docbar/
>>
>>version 0.1 for safety's sake, though I doubt I'll do much more for the
>>moment.  Down the line, though, there needs to be a way to automagically
>>update the source files so that current versions can be generated using
>>cron.
> 
> 
> Looks good and will be quite useful.
> 
> One thing that would be nice is for the sidebar to be listed as a
> "proper" side bar i.e. available in View -> Sidebar -> xxx, rather
> than something accessed by a bookmark.

I followed whatever instructions I could find on making this happen; all 
the pages I came across said to use a mozilla/firefox-specific 
javascript call:

  window.sidebar.addPanel ("Ruby Sidebar",
      "http://www.ruby-doc.org/docbar/toc_tut.html","");

But that does not do quite what I would have expected.

If anyone knows of a better way to get the pages added as a true 
sidebar, rather than as a bookmark-that-may-be-opened-in-the-sidebar, 
please let me know.

James