On Fri, Apr 10, 2009 at 6:25 PM, Speedbird <ju...@techfuel.net> wrote:
> Here's the last of my "pets", I present you with pyForum, the FIRST
> message board written exclusively in web2py, basically a forum system
> containing many of the goodies of other (php?) message boards out
> there.
>
> http://www.pyforum.org/
>
> The "official" release is at:
> http://www.pyforum.org/pyforum/default/view_forum/2
>
> PS - The code is OPEN SOURCE but there are still a couple of things to
> "iron out" before I put the downloadable source code in the site (see
> if you can fin them).
>
> There is an area so you can add test topics and feel free to creatye
> your accounts there, to the webpy-thonistas out there I'll be more
> than happy to give you admin so you can explore the other 50% of the
> code.
>
> Cheers and long live web2py

Congratulations.
A tip: create readable, simple and efficient URLs, like:

http://www.pyforum.org/name-of-forum/title-of-post
instead of:
http://www.pyforum.org/(...)/view_forum/2
http://www.pyforum.org/(...)/view_topic/234

This is a principle that I try to follow in all my apps.
In web2py you can do this by configuring routes.py or, if you use
Apache, .htaccess.

-- 
 Álvaro Justen
 Peta5 - Telecomunicações e Software Livre
 21 3021-6001 / 9898-0141
 http://www.peta5.com.br/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@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
-~----------~----~----~----~------~----~------~--~---

Reply via email to