Package advene :: Package core :: Module webcherry
[hide private]
[frames] | no frames]

Module webcherry

source code

Advene http server.

This module defines a number of classes that describe the structure of the Advene webserver. The AdveneWebServer class is the main server class.

URL syntax

The URL syntax is described in each decription class.

The server can run standalone or embedded in another application (typically the advene GUI). In all cases, Webserver depends on AdveneController.

Classes [hide private]
  Common
Common functionalities for all cherrypy nodes.
  Media
Handles /media access requests.
  Application
Handles /application access requests.
  Access
Displays the access control menu.
  Admin
Handles the /admin requests.
  Packages
Node for packages access.
  Action
Handles the /action requests.
  Root
Common methods for all web resources.
  AdveneWebServer
Embedded HTTP server for the Advene framework.
Variables [hide private]
  DEBUG = True