upload tizen1.0 source
[pkgs/e/elektra.git] / README
1 ABOUT
2 =====
3
4 Elektra provides a universal and secure framework to store configuration
5 parameters in a hierarchical key-value pair mechanism, instead of each program
6 using its own text configuration files. This allows any program to read and
7 save its configuration with a consistent API, and allows them to be aware of
8 other applications' configurations, permitting easy application integration.
9 While architecturally similar to other OS registries, Elektra does not have
10 most of the problems found in those implementations.
11
12
13 DOWNLOAD
14 ========
15
16 Elektra stable source code as tarballs can be found at:
17
18   http://sourceforge.net/project/showfiles.php?group_id=117521
19
20 Elektra Subversion repository with the latest stable source code can be checked
21 out with these commands:
22
23   bash:~$ cd src
24   bash:~/src$ svn co https://svn.libelektra.org/svn/elektra/trunk elektra
25   bash:~/src$ cd elektra
26   bash:~/src/elektra$ # files are here
27
28
29 INSTALL
30 =======
31
32 See the INSTALL document for informations how to install the software.
33