WoW! Mariano, this totally rocks! Massimo, thanks for pointing this awesome plugin out to me!
I am trying to figure out how to get it working with French and English like on http://www.sistemasagiles.com.ar with the menu translations. The flatplugin encapsulated exactly what I was trying to do in a, umm, more round about way. Thanks!, Chris On Apr 7, 2:28 pm, Mariano Reingart <[email protected]> wrote: > On Wed, Apr 7, 2010 at 4:57 AM, selecta <[email protected]> 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 > Reingarthttp://www.web2py.com.arhttp://www.sistemasagiles.com.arhttp://reingart.blogspot.com -- To unsubscribe, reply using "remove me" as the subject.

