On Mon, Apr 20, 2009 at 6:47 PM, edexter <[email protected]> wrote: > > Is there a good web page grabber that is free that can get docs and > code from gethub that works on a slow connection.. I haven't used one > in the past and I am finding alot of them don't seem to work at all on > windows.. I am after the ui's and cocos2d docs. > > >
Your question doesn't have very much to do with pyglet, so you'd probably get a better response on a more general forum. Anyhow, if you don't mind the command line I'd say the best way to download code from github is to use git: http://code.google.com/p/msysgit/ And for downloading a mirror of a site, look at WGET: http://gnuwin32.sourceforge.net/packages/wget.htm I linked to windows binaries for both, and they should be pretty robust for a slow connection. Colin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
