summaryrefslogtreecommitdiff
path: root/doc/plugins/attachment.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-25 19:52:34 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-25 19:52:34 -0400
commit78e34fbdc255fd3f71f5b43ce1acd1fa0678e1ce (patch)
tree0988142ac8168c6b317a7cdc8262c92467579cc0 /doc/plugins/attachment.mdwn
parentc013f0a8bc7f5969e21db06228d3618a9c7e4960 (diff)
filecheck: New plugin factoring out the PageSpec additions that were originally part of the attachment plugin.
Diffstat (limited to 'doc/plugins/attachment.mdwn')
-rw-r--r--doc/plugins/attachment.mdwn13
1 files changed, 3 insertions, 10 deletions
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.