From d16dd7e54570cc10b5f901f6914d882d6e5cb3ee Mon Sep 17 00:00:00 2001 From: Cache do Fluxo Date: Sat, 14 May 2016 09:34:03 -0300 Subject: Updates html --- ikiwiki/pagespec/attachment/index.html | 4 ++-- ikiwiki/pagespec/index.html | 2 +- ikiwiki/pagespec/po/index.html | 2 +- ikiwiki/pagespec/sorting/index.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'ikiwiki/pagespec') diff --git a/ikiwiki/pagespec/attachment/index.html b/ikiwiki/pagespec/attachment/index.html index ec3e4d7..563d4ba 100644 --- a/ikiwiki/pagespec/attachment/index.html +++ b/ikiwiki/pagespec/attachment/index.html @@ -82,7 +82,7 @@ while allowing larger mp3 files to be uploaded by joey into a specific directory, and check all attachments for viruses, something like this could be used:

-
virusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (mimetype(image/*) and maxsize(50kb)))
+
virusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or ((mimetype(image/jpeg) or mimetype(image/png)) and maxsize(50kb)))
 

The regular PageSpec syntax is expanded with the following @@ -130,7 +130,7 @@ include a glob in the type, for example mimetype(image/*).

diff --git a/ikiwiki/pagespec/index.html b/ikiwiki/pagespec/index.html index 8c7337c..eef416a 100644 --- a/ikiwiki/pagespec/index.html +++ b/ikiwiki/pagespec/index.html @@ -204,7 +204,7 @@ linking to the page containing the PageSpec.

diff --git a/ikiwiki/pagespec/po/index.html b/ikiwiki/pagespec/po/index.html index 5b6495e..cb02d92 100644 --- a/ikiwiki/pagespec/po/index.html +++ b/ikiwiki/pagespec/po/index.html @@ -117,7 +117,7 @@ translated. diff --git a/ikiwiki/pagespec/sorting/index.html b/ikiwiki/pagespec/sorting/index.html index 8197867..0d79bcf 100644 --- a/ikiwiki/pagespec/sorting/index.html +++ b/ikiwiki/pagespec/sorting/index.html @@ -115,7 +115,7 @@ title in reverse order if two pages have the same age).

-- cgit v1.2.3