OK I will send it to you by the end of the week. Massimo
On May 4, 2:45 pm, Tim Michelsen <[email protected]> wrote: > > Yes, I can export. > > Nice! > > > How do you want it? flat files? > > Yes. > > Filename: page title (e.g.: how_to_fetch_a_URL.rst) > > Content: > > ********************** > How to Fetch a URL > ********************** > > The Python module **urllib** does not work well on Google App Engine > (GAE). For this reason web2py has a portable function for fetching URLs > that works everywhere, including on GAE. Here's an example: > > :: > > from gluon.tools import fetch > html = fetch("http://www.web2py.com") > > We can then create a section in the Sphinx doc where we put these files. > You may even have a auto import script on commit... > > Regards, > Timmie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

