Mercurial > moin > 1.9
changeset 4318:71af4f379631
Code review: updated doc strings, more verbosity
author | Florian Krupicka <florian.krupicka@googlemail.com> |
---|---|
date | Mon, 18 Aug 2008 00:06:47 +0200 |
parents | 371bf2615ea1 |
children | cf1d2cc4397a |
files | MoinMoin/web/__init__.py |
diffstat | 1 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/web/__init__.py Sun Aug 17 23:56:59 2008 +0200 +++ b/MoinMoin/web/__init__.py Mon Aug 18 00:06:47 2008 +0200 @@ -1,9 +1,14 @@ # -*- coding: iso-8859-1 -*- """ - MoinMoin - This package contains the interface between webserver - and application. This is meant to become a replacement - and/or port of code currently scattered in MoinMoin.request - and MoinMoin.server. + MoinMoin - Low-level interface code between the wiki and the web + + This package contains everything related to interfacing the wiki with + the actual request from the web. It replaces the former packages + `MoinMoin.request` and `MoinMoin.server`. There is code for convenient + access to the supplied request parameters (using the werkzeug library), + wrappers (called contexts) that try to capture the use of the former + Request-objects in MoinMoin, session handling and interfaces to + common webserver deployment methods. @copyright: 2008-2008 MoinMoin:FlorianKrupicka @license: GNU GPL, see COPYING for details.