orca.httpserver (version 1248, $Date$)
index
/usr/lib/python2.5/site-packages/orca/httpserver.py

Provides an HTTP server for Orca.  This currently serves mainly as
something that self-voicing applications can use as their speech
service.

 
Modules
       
BaseHTTPServer
orca.debug
orca.platform
orca.settings
orca.speech
threading

 
Functions
       
init()
Creates an HTTP server that listens for speak commands from a
separate port defined by settings.httpServerPort.  We run this
as a daemon so it will die automatically when orca dies.
shutdown()
Stops the HTTP server.  [[[WDW - not implemented yet.]]]

 
Data
        __copyright__ = 'Copyright (c) 2006 Sun Microsystems Inc.'
__date__ = '$Date$'
__id__ = '$Id$'
__license__ = 'LGPL'
__version__ = '$Revision$'