e2336bb021
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
13 lines
822 B
Text
13 lines
822 B
Text
The Bonobo Configuration System (BCS) consists of several parts. An
|
|
API to access configuration data, a database to store configuration values
|
|
in XML format and a system to visualise and edit configuration data. The
|
|
whole system is built on top of bonobo and ORBit (CORBA).
|
|
|
|
There are several APIs to access the configuration data, and the API can
|
|
be chosen through the bonobo moniker system. It is up to the programmer
|
|
to decide which interface is best for a given application. The
|
|
configuration system allows you to store the data with various backends.
|
|
Although BCS is shipped with its own XML based backend, it is also
|
|
possible to use GConf, or LDAP as backend. The configuration database
|
|
architecture is a reimplementation of the GConf architecture developed by
|
|
Havoc Pennington using Bonobo-native idioms.
|