The forum application has these functional pages:
intro - (/) - List of forums
threads - (/threads) - List of threads in a forum
posts - (/posts) - List of messages in a thread
full - (/full) - List of messages with details for a thread
details - (/details) - Details of a message
reply - (/reply) - Reply form to reply to a message
new - (/new) - Post a new message/thread
register- (/register) - Register a new user
login - (/login) - enter username and password to log in The ForumGadget contains widgets to perform each of these functions.
Methods
|
|
__init__
_cbForums
stream
|
|
__init__
|
__init__ ( self, service )
|
|
_cbForums
|
_cbForums ( self, data )
|
|
stream
|
stream (
self,
write,
request,
)
Display the intro list of forums. This is only called if there is no URI.
|
|