From 78e34fbdc255fd3f71f5b43ce1acd1fa0678e1ce Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 25 Aug 2008 19:52:34 -0400 Subject: filecheck: New plugin factoring out the PageSpec additions that were originally part of the attachment plugin. --- doc/ikiwiki/pagespec/attachment.mdwn | 2 +- doc/ikiwiki/pagespec/attachment/discussion.mdwn | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/ikiwiki/pagespec') diff --git a/doc/ikiwiki/pagespec/attachment.mdwn b/doc/ikiwiki/pagespec/attachment.mdwn index de7c7417f..6b86c510b 100644 --- a/doc/ikiwiki/pagespec/attachment.mdwn +++ b/doc/ikiwiki/pagespec/attachment.mdwn @@ -13,7 +13,7 @@ check all attachments for virii, something like this could be used: virusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb))) -The regular [[ikiwiki/PageSpec]] syntax is expanded with thw following +The regular [[ikiwiki/PageSpec]] syntax is expanded with the following additional tests: * maxsize(size) diff --git a/doc/ikiwiki/pagespec/attachment/discussion.mdwn b/doc/ikiwiki/pagespec/attachment/discussion.mdwn index ab9cb0653..373242b3f 100644 --- a/doc/ikiwiki/pagespec/attachment/discussion.mdwn +++ b/doc/ikiwiki/pagespec/attachment/discussion.mdwn @@ -11,3 +11,5 @@ I am interested for [[todo/mbox]] --[[DavidBremner]] >> I don't think `ip()` and `user()` necessarily make sense for a mail box >> that is already on the disk, so no, I don't think I'll miss >> them. --[[DavidBremner]] + +>>> Done, [[plugins/filecheck]] --[[Joey]] -- cgit v1.2.3