summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorhttp://zwol.livejournal.com/ <http://zwol.livejournal.com/@web>2009-05-15 17:30:14 -0400
committerJoey Hess <joey@kitenet.net>2009-05-15 17:30:14 -0400
commitad6be8137daf79ec3fef870b6b00230ae37985eb (patch)
treec5ab33040c36e0e404e4c08107ab403b88832d77 /doc/ikiwiki
parentbff3b68034c4f55ad64890ed5534875dc77f2767 (diff)
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/map/discussion.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/map/discussion.mdwn b/doc/ikiwiki/directive/map/discussion.mdwn
index 6d44733ac..095c5d8d0 100644
--- a/doc/ikiwiki/directive/map/discussion.mdwn
+++ b/doc/ikiwiki/directive/map/discussion.mdwn
@@ -45,7 +45,7 @@ Is there any way to do that? I don't mind mucking around with `\[[!meta]]` on e
> I think that you're looking for this:
>
-> pages="((Topic*/* or Topic*) and ./*) or (Topic* and ! Topic*/*)"
+> `pages="((Topic*/* or Topic*) and ./*) or (Topic* and ! Topic*/*)"`
>
> Let's pull that [[PageSpec]] apart.
>
@@ -62,3 +62,9 @@ Is there any way to do that? I don't mind mucking around with `\[[!meta]]` on e
> on the right track. PS, be aware of
> [[this_sidebar_issue|todo/Post-compilation_inclusion_of_the_sidebar]]!
> --[[Joey]]
+
+>> Thanks, but this assumes that topic pages are named `Topic<something>`.
+>> They aren't. They are tagged with `\[[!meta link="/topic"]]`, and as
+>> far as I can tell there is no [[PageSpec]] notation for "subpages of a
+>> page that satisfies link(foo)"...
+>> -- Zack