summaryrefslogtreecommitdiff
path: root/hurd/libstore.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2009-05-20 10:41:49 +0200
committerThomas Schwinge <tschwinge@gnu.org>2009-05-20 10:41:49 +0200
commitca4f4b137695e989666ddc7d5344d8d07532ec54 (patch)
tree03cc0bc7c559505606740d31c2e7d4301c3fd1b0 /hurd/libstore.mdwn
parent8ab371e3e0db4599781796902b4d5eb739959949 (diff)
Have separate pages for each individual store.
Diffstat (limited to 'hurd/libstore.mdwn')
-rw-r--r--hurd/libstore.mdwn16
1 files changed, 2 insertions, 14 deletions
diff --git a/hurd/libstore.mdwn b/hurd/libstore.mdwn
index 0ab24f02..8eac39fe 100644
--- a/hurd/libstore.mdwn
+++ b/hurd/libstore.mdwn
@@ -18,20 +18,8 @@ devices (`hd0` for example) and the device node below `/dev/`...
# Available Stores
-* `device`: raw device access, used for access to `hd0`, etc.
-* `file`: use a common file as some kind of block device.
-* `zero`: kind of an empty block device.
-* `task`: mach task store backend. TODO: what's this?
-* `ileave`: interleave store (striping).
-* `concat`: concatenate stuff.
-* `remap`: remap stuff.
-* `query`: TODO: what's this?
-* `copy`: provide a copy-on-write version of the backend; the changes are discarded on termination.
-* `gunzip`: `gunzip` data on the fly.
-* `bunzip2`: `bunzip2` data on the fly.
-* `nbd`: network block device (Linux-compatible).
-* `url`: typed store with URL syntax.
-* `typed`: typed store (chainable stores thingy).
+[[!map pages="*_store and !*/discussion"
+show=title]]
At <http://www.kataplop.net/pub/info/projets> you can find some effort to make
some crypto store.