summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-06-04 16:32:44 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-06-06 11:12:37 +0200
commit92548517245568a1f9d078660ea20f8689eeecef (patch)
tree9696b63cbd4b927cdcff8e526ebcc637a1e6f0f3 /doc
parent91dce6858f7bcbddc64b0349f5bb1f5aff56eb20 (diff)
doc: Remove hook stuff
Diffstat (limited to 'doc')
-rw-r--r--doc/src/05100-lib-rt.md1
-rw-r--r--doc/src/05100-lib-store-std-hook.md17
-rw-r--r--doc/src/05100-lib-store.md4
3 files changed, 1 insertions, 21 deletions
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`