X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/aa67a17336e2ac5ecfa5fa17c2bcfaff08722de9..5e4767a594f238327a4c74f1aecc69779a237eab:/doc/ikiwiki/pagespec/attachment.mdwn diff --git a/doc/ikiwiki/pagespec/attachment.mdwn b/doc/ikiwiki/pagespec/attachment.mdwn index 2a1f8aaab..6b86c510b 100644 --- a/doc/ikiwiki/pagespec/attachment.mdwn +++ b/doc/ikiwiki/pagespec/attachment.mdwn @@ -4,8 +4,8 @@ else="This wiki has attachments **disabled**."]] If attachments are enabled, the wiki admin can control what types of -attachments will be accepted, by entering a [[ikiwiki/PageSpec]] in the -"Allowed Attachments" field of their preferences page. +attachments will be accepted, via the `allowed_attachments` +configuration setting. For example, to limit arbitrary files to 50 kilobytes, but allow larger mp3 files to be uploaded by joey into a specific directory, and @@ -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)