I used to always code with the pickaxe chm open next to me and it was a
constant source of pleasure. I am wondering what are good language
references to use under linux - online or offline? ideally, i would want
something with the searchability of the pickaxe.
You can use a chm viewer in Linux; so you can continue to use the
pickaxe.
Search for ‘chm’ in the synaptic package manager and you’ll probably
find a
few.
On Sat, Oct 27, 2007 at 01:00:33AM +0900, Reid T. wrote:
it
try
$ sudo updatedb
and when that finishes
$ locate pdf |less
sorry,
wrong format…
$ locate chm |less
Does the rubybook package install a CHM format book? I thought it just
installed an HTML format copy of the book. If so, you might want to use
this to find it:
$ locate html|grep -i ruby|less
If, contradictory to my memory of it, it installs CHM, this might help
narrow down the search:
$ locate chm|grep -i ruby|less
Of course, if you find an HTML copy, you’ll just have to open it in a
browser. For instance, if it’s located at /usr/share/doc/rubybook/html
you might enter this in the address bar of your browser:
file:///usr/share/doc/rubybook/html/index.html
I think that was the path. It’s been a while, though, so I could be
mistaken. I suppose I might be especially mistaken if you’re using
Ubuntu, since I used “vanilla” Debian.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.