Actually, if you have anything dynamic (say you have a blog, you may have as many pages as posts, plus as many pages as categories or tags or whatever and that may not reflect on your meny).
I think it may be easier to try to implement it, using something like BeautifulSoup http://pypi.python.org/pypi/BeautifulSoup/3.0.7a and indexing your website by creating a treelike structure as you do so. I think there are other libraries that are specialiced in traversing all urls of a given domain, but never used them. Cheers, Benigno. On Dec 21, 9:30 pm, Mengu <[email protected]> wrote: > This changes depending on your application's structure. > > On Dec 21, 6:23 pm, Leandro - ProfessionalIT <[email protected]> > wrote: > > > How to implement this in Web2Py ? -- You received this message because you are subscribed to the Google Groups "web2py-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/web2py?hl=en.

