diff --git a/docs/random/wtay/registry b/docs/random/wtay/registry new file mode 100644 index 0000000000..74c83a7db0 --- /dev/null +++ b/docs/random/wtay/registry @@ -0,0 +1,27 @@ +Requirements +------------ + +- plugable backends: + + - XML + - flat file + - GConf/bonobo conf + - web registry + - in memory (trivial?) + - SQL backend (gda?) + +- provide API to the core to load/inspect/save plugins. +- provide user/system registry +- provide combination of backends +- provide backend specific queries + +user/system registry +-------------------- + +first query the user registry, then fall back to system registry. + +API +--- + + +