You can do all of this using the built-in wiki. Just clone the "welcome" app and replace index() with
def index(): return auth.wiki() On Friday, 22 February 2013 18:31:52 UTC-6, adohertyd wrote: > > I'm familiar with web2py for building a web app and I have no problem with > it but I'm now looking at building my own complete website which will have > a structure as follows: > > 1. Home page: Small bio and introduction along with recent tweets, blog > posts, news stories etc > 2. Portfolio page: portfolio outlining some of my work. Will include code > samples, screenshots, some videos > 3. Blog page: Archive of blog posts > 4. Contact page: Just contact details > > I realise that this is far from a complex piece of work and the backend > could be done in any language, but I prefer Python and really like the > web2py development environment. Is web2py suitable for my project or would > I be better off using PHP? > > Would really appreciate some feedback > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

