]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/add_chatterbox_to_blog/discussion.mdwn
pagespec_match_list * optimisation
[git.ikiwiki.info.git] / doc / tips / add_chatterbox_to_blog / discussion.mdwn
index b448cf3b8746e6dfef89999a9ba1502659374a33..8960a8b0f7fabf999aa0bfcc6c5eeb7c312fd864 100644 (file)
@@ -14,3 +14,16 @@ mine, live, here: <http://simonraven.kisikew.org/blog/meta/microblog-feed/>
 I expected something like: sidebar, with a number, and displaying them in the sidebar, but they don't display (similar to what you have on your blog).
 
 On the [[/ikiwiki/pagespec]] page, it says "internal" pages aren't "first-class" wiki pages, so it's best not to directly display them, so how do you manage to display them? I'd like to display their name, and what they link to in the sidebar, or otherwise in the main body.
+
+> That's what the inline does, displays the internal pages.
+> 
+> You need to fix your pagespec to refer to where the pages are aggregated
+> to, under the page that contains the aggregate directive. In your example,
+> it should be `internal(./blog/meta/microblog-feed/kijkaqawej/*)` --[[Joey]]
+
+>> Oooh, I see, it's referring to an absolute path (relative to the site), right?
+>> Thanks :).
+
+>>> Right, PageSpecs are always absolute paths unless prefixed with `./`
+>>> (somewhat confusingly since WikiLinks are always realtive unless
+>>> previxed with `/` ...) --[[Joey]]