aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-07-08 05:01:28 -0400
committeradmin <admin@branchable.com>2014-07-08 05:01:28 -0400
commit55d14596b3a03b1b9c820cbca5e3b89665f3124b (patch)
tree325cff8eecd8430ed514634fe2c41b17db67c367
parent32e6c71f05dc48fb5664fcced9bc7c4d2a9f9c5f (diff)
downloadikiwiki-55d14596b3a03b1b9c820cbca5e3b89665f3124b.tar
ikiwiki-55d14596b3a03b1b9c820cbca5e3b89665f3124b.tar.gz
-rw-r--r--doc/plugins/trail/discussion.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/plugins/trail/discussion.mdwn b/doc/plugins/trail/discussion.mdwn
index 731b8c790..93036e878 100644
--- a/doc/plugins/trail/discussion.mdwn
+++ b/doc/plugins/trail/discussion.mdwn
@@ -170,3 +170,10 @@ I have removed a similar comment from the album discussion.
>> Let me know if you need anything else. Would be great to hear it works
>> as expected for everyone else ;) --[[kjs]]
+
+>>> Hmm. Investigating the indexdb:
+>>>
+>>> perl -le 'use Storable; my $index = Storable::retrieve("stockholm/.ikiwiki/indexdb"); use Data::Dumper; print Dumper $index' |less
+>>>
+>>> indicates that `20130504` depends on `internal(*)` and so does `20130505`.
+>>> I don't know why yet. --s