fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
661 B
Text
15 lines
661 B
Text
GConf extends the concept of a configuration registry. It provides
|
|
a simple way for applications and administrators to store data;
|
|
often GConf is used to store preferences for applications.
|
|
|
|
Some of the features of GConf are:
|
|
|
|
* Documentation for each configuration key, so that administrators
|
|
can better modify the value.
|
|
|
|
* Notifications to interested applications when configuration data
|
|
is changed. The notification service works across networks,
|
|
affecting all login sessions for a single user.
|
|
|
|
* Proper locking so that configuration data doesn't get corrupted
|
|
when accessed by multiple applications at the same time.
|