From d979d4cb6c2a610cd799fb56de1542ba6fe63c64 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 9 May 2022 08:52:34 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- pwiki2.js | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pwiki2.js b/pwiki2.js index 39cc40c..e0d1d0c 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -420,15 +420,18 @@ module.store = // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// // XXX stores to experiment with: // - cache // - fs // - PouchDB -// XXX need a way do load several stores at the same time on different -// paths.. -// - a router? -// - substores? +// +// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// Meta-Store +// +// Extends BaseStore to handle other stores as pages. i.e. sub-paths can +// be handled by nested stores. +// // XXX might be a good idea to normalize args... var metaProxy =