summaryrefslogtreecommitdiffstats
path: root/system/augeas/README
diff options
context:
space:
mode:
author Nikos Giotis <nikos.giotis@gmail.com>2015-08-23 13:38:22 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-23 13:38:22 +0700
commitabd07dbe28fa2106e67bbb53851bd77af69edbcf (patch)
tree24189ae51635d64af856a0e91fb94e1e17d0b5bf /system/augeas/README
parent148ca20de48244719872d14c6387f52ce781f20d (diff)
downloadslackbuilds-abd07dbe28fa2106e67bbb53851bd77af69edbcf.tar.gz
slackbuilds-abd07dbe28fa2106e67bbb53851bd77af69edbcf.tar.xz
system/augeas: Added (a configuration API).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/augeas/README')
-rw-r--r--system/augeas/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/augeas/README b/system/augeas/README
new file mode 100644
index 0000000000..986c5d5128
--- /dev/null
+++ b/system/augeas/README
@@ -0,0 +1,11 @@
+Augeas is a library and command line tool that focuses on the most basic
+problem in handling Linux configurations programmatically: editing actual
+configuration files in a controlled manner.
+
+To that end, Augeas exposes a tree of all configuration settings (well,
+all the ones it knows about) and a simple local API for manipulating the
+tree. Augeas then modifies underlying configuration files according to
+the changes that have been made to the tree; it does as little modeling
+of configurations as possible, and focuses exclusivley on transforming
+the tree-oriented syntax of its public API to the myriad syntaxes of
+individual configuration files.