On Wed, Apr 7, 2010 at 4:57 AM, selecta <gr...@delarue-berlin.de> wrote: > I like it alot > but how do I create new wiki pages?
You could create a wiki function in controller default.py: def wiki(): return plugin_flatpage() And then, create pages under that controller/function (args[0] is the page name). Example: http://localhost:8000/yourapp/default/wiki/MyPage will create the page "MyPage" Best regards, Mariano Reingart http://www.web2py.com.ar http://www.sistemasagiles.com.ar http://reingart.blogspot.com -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.