From f09378eed05cd4b4c15b424dbdb751baa652ee8d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 30 Oct 2012 14:57:49 +0100 Subject: [PATCH] path implementation done (in theory) Signed-off-by: Nico Schottelius --- ...0-30.path-for-types-and-global-explorer-implementation | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docs/dev/logs/2012-10-30.path-for-types-and-global-explorer-implementation diff --git a/docs/dev/logs/2012-10-30.path-for-types-and-global-explorer-implementation b/docs/dev/logs/2012-10-30.path-for-types-and-global-explorer-implementation new file mode 100644 index 00000000..8a683a40 --- /dev/null +++ b/docs/dev/logs/2012-10-30.path-for-types-and-global-explorer-implementation @@ -0,0 +1,8 @@ +- Allow list of base directories, which may contain explorer/ or type/ subdirectories + - can use the existing -c parameter, only allow it to be specified multiple times +- for each directory, link the given explorer and types to a temporary conf/ directory + similar to bin/ +- last one wins strategy + - what is expected by the user + +