Is Phobos's Garbage Collector utterly broken? (Phobos vs Tango)
Daniel Keep
daniel.keep.lists at gmail.com
Thu Aug 2 17:15:23 PDT 2007
Sean Kelly wrote:
> kenny wrote:
>> 2. will all the documentation be available offline?
>
> Yes, but no timetable yet.
You can do this yourself with a copy of wget. It's not a *perfect*
copy, but it does work. I did this a while back, so forgive the sketchy
instructions :) Also, this is *just* the API reference, and doesn't
include the formatted source code. That said, I found it useful when my
dialup was down.
NB: Thunderbird <3s wrapping lines, so be careful with the shell
commands (prefixed with a '$').
First, make a directory for the docs. Then open up a shell (or command
line or whatever) and get into that directory. Then run these commands
(note: these are for bash. If you don't have bash, just expand the
curly braces: "a{b,c}d" ==> "abd acd", and join the lines together at
the end-of-line backslashes.)
$ wget -np -nH -m -p -k -E -x --cut-dirs=4 \
http://www.dsource.org/projects/tango/docs/current/
$ wget -np -nH -m -p -k -E -x --cut-dirs=6 \
http://svn.dsource.org/projects/tango/trunk/doc/html/candydoc/img/
$ wget -nH -x --cut-dirs=4 \
http://www.dsource.org/projects/tango/docs/current/js/\
{explorer,tree,util}.js \
http://www.dsource.org/projects/tango/chrome/common/js/\
{dsource,trac}.js
$ wget -nH -x --cut-dirs=3 \
http://www.dsource.org/projects/tango/themeengine/theme.js
That should do it.
Hope that helps.
-- Daniel
More information about the Digitalmars-d
mailing list