summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-11-04 23:39:15 +0100
committerintrigeri <intrigeri@boum.org>2008-11-04 23:39:15 +0100
commit4c6c00ccdff71fbb8973de7d256fc987d7a2a7e0 (patch)
treec27774e2cfadf0fa3976f710941f59fd66ecaae7 /doc/ikiwiki
parent225e21f6c5da40f3beea27e084515daf83471d95 (diff)
parent4dc4c9586dbae352c27cd316374fbf0e1db1d082 (diff)
Merge commit 'upstream/master' into prv/po
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/inline/discussion.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/inline/discussion.mdwn b/doc/ikiwiki/directive/inline/discussion.mdwn
index 91b2ff462..e301190bf 100644
--- a/doc/ikiwiki/directive/inline/discussion.mdwn
+++ b/doc/ikiwiki/directive/inline/discussion.mdwn
@@ -19,3 +19,14 @@ take it as far as implementing "replies" to other comments.
## More dynamic `rootpage` parameter of inline plugin?
(Moved to [[todo/dynamic_rootpage]])
+
+---
+
+## Excluding Images
+
+Is there a simple way to exclude images, stylesheets, and other
+"non-page" files other than a blacklist approach like
+`pages="* and !*.png and !*.css"`? --[[JasonBlevins]]
+
+> The [[plugins/filecheck]] plugin adds a 'ispage()' pagespec test that can do that.
+> --[[Joey]]