Nicolas Riedel schrieb: > Hi Group, > > I'd like to save some pages, generated with kid, for later use, without > showing it to the user. > > Is there a way to just use kid to save a/many files to disk?
You can invoke render on a template and save the resulting string. Is that what you are after? Or do you want to mirror a whole site? Then maybe wget -m on your TG app is better. Diez --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

