diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-04 23:39:35 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-04 23:39:35 +0100 |
commit | 40978343575b1cba041c087518e5766d6ca5db82 (patch) | |
tree | c27774e2cfadf0fa3976f710941f59fd66ecaae7 /doc/ikiwiki | |
parent | 265e857f6060b899ed6a08b5b28fe5190f056c0c (diff) | |
parent | 4c6c00ccdff71fbb8973de7d256fc987d7a2a7e0 (diff) |
Merge branch 'prv/po' into pub/po
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/directive/inline/discussion.mdwn | 11 |
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]] |