From b54576d95d83c2ea989f6fb3ac81424d9d63268e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 25 Mar 2016 15:56:42 +0100 Subject: [PATCH] Add README for libimagstore --- libimagstore/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libimagstore/README.md diff --git a/libimagstore/README.md b/libimagstore/README.md new file mode 100644 index 00000000..51c9d49d --- /dev/null +++ b/libimagstore/README.md @@ -0,0 +1,11 @@ +# libimagstore + +The store is the heart of everything. Here lives the data, the complexity and +the performance bottleneck. + +The store offeres read/write access to all entries, a hook system to do +on-the-fly modification of incoming/outgoing files and so on. + +The store itself does not offer functionality, but has a commandline interface +"imag-store" which can do basic things with the store. +