summaryrefslogtreecommitdiffstats
path: root/tdeconf_update/Mainpage.dox
blob: 2557fe1c0380af6edc80a36cd1cfe8e08fda903c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/** @mainpage ./tdeconf_update

tdeconf_update is a tool designed to update config files. Over time applications
sometimes need to rearrange the way configuration options are stored. Since
such an update shouldn't influence the configuration options that the user
has selected, the application must take care that the options stored in the
old way will still be honored.

What used to happen is that the application looks up both the old and the
new configuration option and then decides which one to use. This method has 
several drawbacks:
- The application may need to read more configuration files than strictly
  needed, resulting in a slower startup.
- The application becomes bigger with code that will only be used once.

tdeconf_update addresses these problems by offering a framework to update 
configuration files without adding code to the application itself.

See the README file for more information.

@authors
Waldo Bastian \<bastian@kde.org\>

@maintainers
[Unknown/None]

@licenses
@lgpl

*/
// vim:ts=4:sw=4:expandtab:filetype=doxygen