Changeset cf05abd253ecf554b467dfc4fd3f71aa953fd799 for sx-web
- Timestamp:
- 06/14/2009 03:22:44 PM (15 months ago)
- Children:
- 0f685fbbf16d72aa8f7343d8d93dce44bbc9f340
- Parents:
- 008b0375b6110b734f7d3fc2ddc8e8e0efcb138f
- git-committer:
- Friedrich Weber <fred@samurai-x.org> / 2009-06-14T16:22:44Z+0200
- Files:
-
- 1 modified
-
sx-web/sxweb/__init__.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sx-web/sxweb/__init__.py
r32a0ea rcf05ab 25 25 26 26 """ 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/ 28 37 29 38 Configuration … … 32 41 .. attribute:: web.port 33 42 34 Port number to run the web server on 43 Port number to run the web server on (defaults to 8000) 35 44 36 45 """
