Package toon :: Module web
[hide private]
[frames] | no frames]

Module web

source code

Toonloop Web server for files and RSS feeds.

Classes [hide private]
  Index
Class representing the root (/) of the web server.
Functions [hide private]
 
start(toonloop, port=8000, **kwargs)
Called from the main application to start the web UI.
source code
Variables [hide private]
  __package__ = 'toon'

Imports: os, sys, reactor, static, appserver, rend, rss, rst


Function Details [hide private]

start(toonloop, port=8000, **kwargs)

source code 

Called from the main application to start the web UI. Config argmuments ARE overriden from the application.

:param toonloop: The application :param port: web server port