Hortitude
Hortitude

Reputation: 14058

Google Web Toolkit (GWT) offline documentation

Perhaps I'm missing something simple here, but is there any place to download the GWT documentation for use offline?

Upvotes: 1

Views: 2517

Answers (2)

boodoomba
boodoomba

Reputation: 1

You can try someting like:

wget --no-check-certificate -k -r -np -p https://developers.google.com/web-toolkit/doc/latest/

I do not know if wget is available on Windows. If not you can use cygwin or a linux VM.

Upvotes: 0

Chris Boesing
Chris Boesing

Reputation: 5279

If you download the SDK here you will have it in

yourGWTFolder\doc\javadoc\index.html

Where 'yourGWTFolder' is the folder you unzipped the file you downloaded to.

Upvotes: 4

Related Questions