something similar
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>
Thu, 5 May 2011 01:19:01 +0000 (21:19 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 5 May 2011 01:19:01 +0000 (21:19 -0400)
doc/todo/pagespec_aliases/discussion.mdwn

index 2c51b415a3521380ed0e633fec5234311d74b57a..abbe80e6a2c98af4bcb0063f9871ef6dd91e5214 100644 (file)
@@ -4,3 +4,10 @@ Then one can reference that page as a "trail" without having to reuse that pages
 
 So, for example, one could make a page "all_images" and have a report (or pmap, which is simpler) like so:
 
+    \[[!pmap pages="*.png or *.jpg or *.jpeg or *.gif or *.ico"]]
+
+And then later, somewhere else
+
+    \[[!report template="images.tmpl" trail="all_images" pages="album/*"]]
+
+and that would show all the images under "album".