[web2py] Re: About the About page

2011-07-25 Thread pbreit
I'm not totally sure what you are looking for but adding static pages is pretty easy. I usually put them in default.py so they are at the top level but you could put them anywhere. A one liner in a controller file: def about(): return dict() And whatever you want in a view file.

Re: [web2py] Re: About the About page

2011-07-25 Thread António Ramos
Oops, you are right! 2011/7/25 cjrh > On Jul 25, 10:50 am, António Ramos wrote: > > Maybe a WYSIWYG for creating this pages(welcome page, app manual > page,etc). > > plugin_wiki? >

[web2py] Re: About the About page

2011-07-25 Thread cjrh
On Jul 25, 10:50 am, António Ramos wrote: > Maybe a WYSIWYG for creating this pages(welcome page, app manual page,etc). plugin_wiki?