Thanks much!  I thought about wget, but I didn't want to scrape your
website without asking first, it seemed kind of antisocial. :)


On Apr 10, 3:51 pm, Kenton Varda <ken...@google.com> wrote:
> Using wget (a unix command -- available on Windows using Cygwin), you can
> download the whole site like so:
>
> wget -r -l inf -np -p -khttp://code.google.com/apis/protocolbuffers/index.html
> Options:
> -r = Recursive
> -l inf = Infinite recursion depth
> -np = Don't follow links to parent directories
> -p = Fetch page prerequisites (images, stylesheets, etc., even if they are
> in parent directories)
> -k = Rewrite links (so that they work when viewing the documents locally)
>
> I ran this command, zipped up the contents, and placed them here:
>
> http://groups.google.com/group/protobuf/web/Protocol%20Buffers%20Docu...
>
> On Fri, Apr 10, 2009 at 9:44 AM, Alexander Pensky <apen...@gmail.com> wrote:
>
> > Really I wanted to put this into Issues as an enhancement request, but
> > I couldn't figure out how...
>
> > Would it be possible to take all the Developer Guide pages and put
> > them in a tarball on the Downloads page?  Or include them into the
> > source tarball?
>
> > Currently, one can only read the docs at google.com; having them on
> > one's hard drive would come in handy when the development box has
> > little or no internet access.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to