From 92548517245568a1f9d078660ea20f8689eeecef Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 4 Jun 2017 16:32:44 +0200 Subject: doc: Remove hook stuff --- doc/src/05100-lib-rt.md | 1 - doc/src/05100-lib-store-std-hook.md | 17 ----------------- doc/src/05100-lib-store.md | 4 +--- 3 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 doc/src/05100-lib-store-std-hook.md (limited to 'doc') diff --git a/doc/src/05100-lib-rt.md b/doc/src/05100-lib-rt.md index b296ba7b..ca22256c 100644 --- a/doc/src/05100-lib-rt.md +++ b/doc/src/05100-lib-rt.md @@ -12,5 +12,4 @@ to live in a imag binary. ### Long-term TODO - [ ] Merge with `libimagstore` -- [ ] Merge with `libimagstorestdhook` diff --git a/doc/src/05100-lib-store-std-hook.md b/doc/src/05100-lib-store-std-hook.md deleted file mode 100644 index 72972b0a..00000000 --- a/doc/src/05100-lib-store-std-hook.md +++ /dev/null @@ -1,17 +0,0 @@ -## libimagstorestdhook - -The `libimagstorestdhook` is a library for default store hooks which are shipped -with the imag store. -Hooks are actions which can be performed before and after certain store actions, -for example before a file is created, or after a file is removed. - -### Long-term TODO - -- [ ] Merge with `libimagrt` -- [ ] Merge with `libimagstorestdhook` -- [ ] Create Runtime-wide "Store meta data" storage in the Runtime, which can be - set by users during the runtime of imag and then used by the hooks to get meta - information about their own runtime. -- [ ] Implement parallel store hook execution -- [ ] Implement Non-Mutable store hook execution - diff --git a/doc/src/05100-lib-store.md b/doc/src/05100-lib-store.md index 2055038b..d4119a3e 100644 --- a/doc/src/05100-lib-store.md +++ b/doc/src/05100-lib-store.md @@ -3,8 +3,7 @@ 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 offeres read/write access to all entries. The store itself does not offer functionality, but has a commandline interface "imag-store" which can do basic things with the store. @@ -13,5 +12,4 @@ The store itself does not offer functionality, but has a commandline interface ### Long-term TODO - [ ] Merge with `libimagrt` -- [ ] Merge with `libimagstorestdhook` -- cgit v1.2.3