2001-10-17 08:42:12 +02:00
|
|
|
GConf is a configuration database system, functionally similar to the
|
|
|
|
Windows registry but lots better. :-) It's being written for the GNOME
|
|
|
|
desktop but does not require GNOME; configure should notice if GNOME
|
|
|
|
is not installed and compile the basic GConf library anyway.
|
2000-08-30 08:19:08 +02:00
|
|
|
|
2001-10-17 08:42:12 +02:00
|
|
|
GConf does require glib, ORBit, libxml, and the popt option parsing
|
|
|
|
library. XML will be optional in the future if someone writes another
|
|
|
|
storage backend.
|
2000-08-30 08:19:08 +02:00
|
|
|
|
2001-10-17 08:42:12 +02:00
|
|
|
There's an introductory article at
|
2002-09-05 06:55:46 +02:00
|
|
|
http://developer.gnome.org/feature/archive/gconf/gconf.html, written
|
|
|
|
a while ago but mostly still valid. Also, there's a mailing list
|
2001-10-17 08:42:12 +02:00
|
|
|
gconf-list@gnome.org, see http://mail.gnome.org/mailman/listinfo/gconf-list
|