Jorge Vargas wrote: > On 9/12/06, Adam Jones <[EMAIL PROTECTED]> wrote: > > > > > > Karl Guertin wrote: > > > On 9/12/06, Eoghan <[EMAIL PROTECTED]> wrote: > > > > What about a single download of all the online html docs? > > > > > > That would require writing a script, which I'll get to after I finish > > > the docs. ;] > > > > Can you think of any problems with a script that wgets everything in > > the 1.0 folder and dumps it with relative links? If that works I will > > work on something that does so without being too nasty to the server. > > > I was just going at it. and for some reason it doesn't works. wget > --convert-links --mirror --html-extension > http://docs.turbogears.org/1.0 > > downloads just the 1.0 > > wget --convert-links -r http://docs.turbogears.org/1.0 does the same. > > there must be something in moinmoin, probable agains spamming that > prevent the parser from following.
Looks like it was just the robots.txt file. I set wget to ignore that and it appears to be going fine. I'll clean up anything that needs it and post them somewhere later today. -Adam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

