[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [dev-serveez] wrt serveez.info
From: |
Martin Grabmueller |
Subject: |
Re: [dev-serveez] wrt serveez.info |
Date: |
Mon, 02 Jul 2001 11:15:00 +0200 |
> From: stefan <address@hidden>
> Date: Sun, 1 Jul 2001 13:38:35 +0200 (CEST)
>
> To make it clear. In which context ? Where do you miss it ?
> In "Define servers" it says:
>
> [...]
> The following argument specifies the name of the server instance (in this
> case "foo-server") which starts with the short name.
> The remaining argument describes the server in detail.
> [...]
It would be nice to have the difference between server _types_ and
server instances more explicit in this paragraph. Maybe like this:
The following example instantiates a server type with the short
name "foo". Each server type in serveez has got a short name. *Note
Existing servers::, for the details. The example contains all types of
settings a server can have. You start a definition of a server
instance with the guile function `(define-server!)'. The first
argument specifies the name of the server instance (in this case
"foo-server") which starts with the short name. The connection
between server types and server instances is created by naming a
server instance appropriately. The remaining argument describes the
server in detail. Each configuration item is setup with a `(key
. value)' pair where "key" is the name of the configuration item and
"value" is the value which depends on the type of the item.
Just a suggestion,
'martin