(no commit message)
authorhttp://zwol.livejournal.com/ <http://zwol.livejournal.com/@web>
Fri, 15 May 2009 21:30:14 +0000 (17:30 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 15 May 2009 21:30:14 +0000 (17:30 -0400)
doc/ikiwiki/directive/map/discussion.mdwn

index 6d44733ac0b9a4d78f721ccc630828fccf9a4397..095c5d8d05c1e11b6e2d2a60e9f870223ce3fe53 100644 (file)
@@ -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