From bb4fda3b5d6ac43132c7fa8d2d8c822f4348bf68 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 22 Jul 2019 04:43:15 +0200 Subject: [PATCH] 2019-07-22 --- docs/annotated.html | 2 +- docs/classes.html | 2 +- docs/classxdgcfg-members.html | 2 +- docs/classxdgcfg.html | 2 +- docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html | 2 +- docs/example_8cpp-example.html | 2 +- docs/examples.html | 2 +- docs/files.html | 2 +- docs/functions.html | 2 +- docs/functions_func.html | 2 +- docs/index.html | 18 +++++++++++++----- docs/xdgcfg_8hpp_source.html | 2 +- 12 files changed, 24 insertions(+), 16 deletions(-) diff --git a/docs/annotated.html b/docs/annotated.html index fae1e06..8517dec 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/classes.html b/docs/classes.html index 473c21f..93dc5b3 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/classxdgcfg-members.html b/docs/classxdgcfg-members.html index 61fbe15..20eb628 100644 --- a/docs/classxdgcfg-members.html +++ b/docs/classxdgcfg-members.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/classxdgcfg.html b/docs/classxdgcfg.html index 5ec391e..923521b 100644 --- a/docs/classxdgcfg.html +++ b/docs/classxdgcfg.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html b/docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html index f197430..e9fdce7 100644 --- a/docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html +++ b/docs/dir_68267d1309a1af8e8297ef4c3efbcdba.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/example_8cpp-example.html b/docs/example_8cpp-example.html index a04ae33..74fc6cb 100644 --- a/docs/example_8cpp-example.html +++ b/docs/example_8cpp-example.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/examples.html b/docs/examples.html index c54f9e5..9e781a8 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/files.html b/docs/files.html index 3b35ab7..f56b152 100644 --- a/docs/files.html +++ b/docs/files.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/functions.html b/docs/functions.html index b33ff98..dc9c43e 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/functions_func.html b/docs/functions_func.html index 85b8b0a..7387b8c 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
diff --git a/docs/index.html b/docs/index.html index 1736aa1..d001f22 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1
@@ -44,17 +44,25 @@ $(function() {

xdgcfg is a very simple wrapper around libconfig written in C++. It reads and writes files in ${XDG_CONFIG_HOME}. It creates subdirectories if necessary.

-

Dependencies

+

Dependencies

-

Usage

+

Install

+

Gentoo

+

Add my repository and install it from there.

+
eselect repository enable tastytea
echo "dev-cpp/xdgcfg" >> /etc/portage/package.accept_keywords/xdgcfg
emaint sync -r tastytea
emerge -a dev-cpp/xdgcfg

From source

Copy xdgcfg.hpp into a folder where your project can find it.

-
mkdir build
cd build
cmake ..
make
make install

Documentation

+
mkdir build
cd build
cmake ..
make
make install

CMake options

+
    +
  • -DWITH_TESTS=YES to compile the tests.
  • +
  • -DWITH_EXAMPLES=YES to compile the example.
  • +
+

Documentation

xdgcfg.hpp has explanatory comments in it and there is an example. The reference is also available at doc.schlomp.space/xdgcfg/.

diff --git a/docs/xdgcfg_8hpp_source.html b/docs/xdgcfg_8hpp_source.html index 92ddeca..75f4fca 100644 --- a/docs/xdgcfg_8hpp_source.html +++ b/docs/xdgcfg_8hpp_source.html @@ -19,7 +19,7 @@
xdgcfg -  0.3.0 +  0.3.1