Hello. I am going to develop an application that will have the following URLs: /User:Gustavo - which should be handled by the "user" controller /Project:MyCoolProject - which should be handled by the "project" controller /Project:AnotherProject/Add_image - which should be handle by the "add_image" method in my "project" controller ... and so on...
And theses URLs will be available in many other languages. So, in an Spanish translation, they will look like: /Usuario:Gustavo /Projecto:MyCoolProject /Project:AnotherProject/Agregar_imagen So, the question is, can I do this with TurboGears? I'm currently working on a similar project with the PHP framework Zend Framework, and I can, but I want to switch to TG. Thanks in advance. Gustavo Narea. GNU/Linux Matters. www.gnulinuxmatters.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

