diff options
author | Arquivo Publico de Memoria Coletiva <arquivo@fluxo.info> | 2016-05-14 09:35:29 -0300 |
---|---|---|
committer | Arquivo Publico de Memoria Coletiva <arquivo@fluxo.info> | 2016-05-14 09:35:29 -0300 |
commit | 1fc38c597a7b58db493fb632dcaf73f26fba7649 (patch) | |
tree | 2d6197076994d629c7f1b7b8f2aa2fbe5492a724 /ikiwiki/pagespec | |
parent | ee1f6155b67fc22b1fdbbf3408786c76728285cd (diff) | |
download | arquivo-1fc38c597a7b58db493fb632dcaf73f26fba7649.tar.gz arquivo-1fc38c597a7b58db493fb632dcaf73f26fba7649.tar.bz2 |
Updates html
Diffstat (limited to 'ikiwiki/pagespec')
-rw-r--r-- | ikiwiki/pagespec/attachment/index.html | 4 | ||||
-rw-r--r-- | ikiwiki/pagespec/index.html | 2 | ||||
-rw-r--r-- | ikiwiki/pagespec/po/index.html | 2 | ||||
-rw-r--r-- | ikiwiki/pagespec/sorting/index.html | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/ikiwiki/pagespec/attachment/index.html b/ikiwiki/pagespec/attachment/index.html index b549a2836d6..50f40676e26 100644 --- a/ikiwiki/pagespec/attachment/index.html +++ b/ikiwiki/pagespec/attachment/index.html @@ -83,7 +83,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:</p> -<pre><code>virusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (mimetype(image/*) and maxsize(50kb))) +<pre><code>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))) </code></pre> <p>The regular <a href="../">PageSpec</a> syntax is expanded with the following @@ -131,7 +131,7 @@ include a glob in the type, for example <code>mimetype(image/*)</code>.</p></li> <!--<div class="pagedate"> - Last edited <span class="date">Sex 12 Set 2014 17:23:58 BRT</span> + Last edited <span class="date">Sex 06 Mai 2016 03:57:45 BRT</span> </div> --> </div> diff --git a/ikiwiki/pagespec/index.html b/ikiwiki/pagespec/index.html index cde24187dfb..dea35ef3b3f 100644 --- a/ikiwiki/pagespec/index.html +++ b/ikiwiki/pagespec/index.html @@ -205,7 +205,7 @@ linking to the page containing the PageSpec.</p> <!--<div class="pagedate"> - Last edited <span class="date">Sex 12 Set 2014 17:23:58 BRT</span> + Last edited <span class="date">Sex 06 Mai 2016 03:57:45 BRT</span> </div> --> </div> diff --git a/ikiwiki/pagespec/po/index.html b/ikiwiki/pagespec/po/index.html index 9ad59fab831..8f0e63ec3fd 100644 --- a/ikiwiki/pagespec/po/index.html +++ b/ikiwiki/pagespec/po/index.html @@ -118,7 +118,7 @@ translated.</li> <!--<div class="pagedate"> - Last edited <span class="date">Sex 12 Set 2014 17:23:58 BRT</span> + Last edited <span class="date">Sex 06 Mai 2016 03:57:45 BRT</span> </div> --> </div> diff --git a/ikiwiki/pagespec/sorting/index.html b/ikiwiki/pagespec/sorting/index.html index daf3bafddac..e961c414ba2 100644 --- a/ikiwiki/pagespec/sorting/index.html +++ b/ikiwiki/pagespec/sorting/index.html @@ -116,7 +116,7 @@ title in reverse order if two pages have the same age).</p> <!--<div class="pagedate"> - Last edited <span class="date">Sex 12 Set 2014 17:23:58 BRT</span> + Last edited <span class="date">Sex 06 Mai 2016 03:57:45 BRT</span> </div> --> </div> |