]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/add_chatterbox_to_blog/discussion.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / tips / add_chatterbox_to_blog / discussion.mdwn
index 57e4b76ad801c2a391688e87269e8f2b2a6174e4..effce6c60669f2bfd819bccb77edc115152445fe 100644 (file)
@@ -20,3 +20,21 @@ On the [[/ikiwiki/pagespec]] page, it says "internal" pages aren't "first-class"
 > 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]] 
+
+>> This is not working for me at all, all I get is some SHA1 hash all the time. I've tried variants of the `internal()` arg, and nothing gets spit out. --[[simonraven]]
+
+>>> Sounds like [[!debbug 380212]]?
+>>> If so, the fix is to use Text::Markdown, or markdown 1.0.2 instead of buggy
+>>> old markdown 1.0.1. --[[Joey]]
+
+>> `ii  libtext-markdown-perl            1.0.21-1                         Markdown and MultiMarkdown markup languages library`
+>>
+>> I'm using `Text::Markdown` due to its "multi-markdown" support.
+>> Maybe update it from CPAN + dh-make-perl (if there's a new one, that is)