Show
Ignore:
Timestamp:
06/14/2009 03:22:44 PM (15 months ago)
Author:
Friedrich Weber <fred@…>
Children:
0f685fbbf16d72aa8f7343d8d93dce44bbc9f340
Parents:
008b0375b6110b734f7d3fc2ddc8e8e0efcb138f
git-committer:
Friedrich Weber <fred@samurai-x.org> / 2009-06-14T16:22:44Z+0200
Message:

docs fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sx-web/sxweb/__init__.py

    r32a0ea rcf05ab  
    2525 
    2626""" 
    27     sx-web is a plugin that runs a wsgi server inside samurai-x.  
     27    sx-web is a plugin that runs a wsgi http server inside samurai-x. 
     28    Currently, it only displays some information about the installed plugins. 
     29 
     30    Dependencies 
     31    ------------ 
     32 
     33    sx-web depends on `webob`_ and `mako`_. 
     34 
     35    .. _webob: http://pythonpaste.org/webob/ 
     36    .. _mako: http://www.makotemplates.org/ 
    2837 
    2938    Configuration 
     
    3241    .. attribute:: web.port 
    3342     
    34         Port number to run the web server on  
     43        Port number to run the web server on (defaults to 8000) 
    3544 
    3645"""