From 5edc4e61b849ce6b63de11b4b5a7451b4ea5c16b Mon Sep 17 00:00:00 2001 From: abial Date: Wed, 25 Nov 1998 11:08:54 +0000 Subject: New revision of UCI project document. Comments are welcome... --- release/picobsd/doc/src/UCI.html | 201 +++++++++++++++++++++++++++++---------- 1 file changed, 152 insertions(+), 49 deletions(-) (limited to 'release') diff --git a/release/picobsd/doc/src/UCI.html b/release/picobsd/doc/src/UCI.html index 03fb729..bb0f955 100644 --- a/release/picobsd/doc/src/UCI.html +++ b/release/picobsd/doc/src/UCI.html @@ -1,25 +1,33 @@ - +

Unified Configuration Interface Project

-

Here's a preliminary attempt to organize all (well, most) -configuration tasks and parameters of PicoBSD system in hierarchy -of categories.

- -

This forms a sort of framework, basing on which one can implement -consistent configuration file(s), and configuration utilities.

- -

However, the idea behind this project is to completely replace currently +

The idea behind this project is to completely replace currently used configuration approach, which is based on several shell scripts, and to provide ability to change system behaviour basing on set of well-defined -parameters' hierarchy. This approach makes it relatively easy to write -consistent user interfaces, either command-line or with GUI front-ends.

+parameters' hierarchy. One of the goals is also to provide an object +oriented model of the OS management and structure, instead of currently +used (inconsistent) procedural model of system/service startup/shutdown.

-

(BTW. this effort is called UCIP for short, which is pronounced -"You See IP" and relates to intuitive way you can configure your IP -services with this approach.. :-))

+

This project involves such issues as: +

+

This is work in progress - I'm aware that many pieces are either completely missing or misplaced. Please send any comments and @@ -35,13 +43,13 @@ design and/or implementation.