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/plugins/attachment.mdwn | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'doc/plugins/attachment.mdwn') diff --git a/doc/plugins/attachment.mdwn b/doc/plugins/attachment.mdwn index b04a04ad2..2aa8490ed 100644 --- a/doc/plugins/attachment.mdwn +++ b/doc/plugins/attachment.mdwn @@ -22,13 +22,6 @@ Bear in mind that if you let anyone upload a particular kind of file If you enable this plugin, be sure to lock it down, via the `allowed_attachments` setup file option. This is a special -[[enhanced_PageSpec|ikiwiki/pagespec/attachment]]. - -This plugin will use the [[!cpan File::MimeInfo::Magic]] perl module, if -available, for mimetype checking. - -The `virusfree` [[PageSpec|ikiwiki/pagespec/attachment]] requires that -ikiwiki be configured with a virus scanner program via the `virus_checker` -option in the setup file. If using `clamav`, with `clamd`, set it to -"clamdscan -". Or to use clamav without the `clamd` daemon, you -could set it to "clamscan -". +[[enhanced_PageSpec|ikiwiki/pagespec/attachment]] using tests provided by +the [[filecheck]] plugin. That plugin will be automatically enabled when +this plugin is enabled. -- cgit v1.2.3