aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentacao/index.html7
-rw-r--r--ikiwiki/directive/index.html2
-rw-r--r--ikiwiki/formatting/index.html2
-rw-r--r--ikiwiki/index.html2
-rw-r--r--ikiwiki/markdown/index.html2
-rw-r--r--ikiwiki/openid/index.html2
-rw-r--r--ikiwiki/pagespec/attachment/index.html4
-rw-r--r--ikiwiki/pagespec/index.html2
-rw-r--r--ikiwiki/pagespec/po/index.html2
-rw-r--r--ikiwiki/pagespec/sorting/index.html2
-rw-r--r--ikiwiki/searching/index.html2
-rw-r--r--ikiwiki/subpage/index.html2
-rw-r--r--ikiwiki/subpage/linkingrules/index.html2
-rw-r--r--ikiwiki/wikilink/index.html2
-rw-r--r--sandbox/index.html2
-rw-r--r--shortcuts/index.html2
-rw-r--r--smileys/index.html2
-rw-r--r--templates/index.html2
-rw-r--r--templates/note/index.html2
-rw-r--r--templates/popup/index.html2
20 files changed, 26 insertions, 21 deletions
diff --git a/documentacao/index.html b/documentacao/index.html
index 5cce37323d4..ab51fc0c17c 100644
--- a/documentacao/index.html
+++ b/documentacao/index.html
@@ -92,6 +92,11 @@
<p>Usando git via https:</p>
+<pre><code>git clone https://git.fluxo.info/arquivo.git
+</code></pre>
+
+<p>Usando git via https direto do site:</p>
+
<pre><code>git clone https://arquivo.fluxo.info/.git arquivo
</code></pre>
@@ -174,7 +179,7 @@ cd arquivo &amp;&amp; git annex init SERVIDOR &amp;&amp; make whoami &amp;&amp;
<!--<div class="pagedate">
- Last edited <span class="date">Qua 04 Mai 2016 09:21:42 BRT</span>
+ Last edited <span class="date">Sáb 14 Mai 2016 09:35:20 BRT</span>
</div> -->
</div>
diff --git a/ikiwiki/directive/index.html b/ikiwiki/directive/index.html
index 30568669935..e967f5c8c0e 100644
--- a/ikiwiki/directive/index.html
+++ b/ikiwiki/directive/index.html
@@ -164,7 +164,7 @@ the older syntax, if the <code>prefix_directives</code> option is disabled.</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/formatting/index.html b/ikiwiki/formatting/index.html
index 09be4497511..ecbf5b84a5d 100644
--- a/ikiwiki/formatting/index.html
+++ b/ikiwiki/formatting/index.html
@@ -199,7 +199,7 @@ For example, you can:</p>
<!--<div class="pagedate">
- Last edited <span class="date">Qui 09 Out 2014 15:31:33 BRT</span>
+ Last edited <span class="date">Sex 06 Mai 2016 03:57:45 BRT</span>
</div> -->
</div>
diff --git a/ikiwiki/index.html b/ikiwiki/index.html
index 1263160133f..c1e377fa717 100644
--- a/ikiwiki/index.html
+++ b/ikiwiki/index.html
@@ -116,7 +116,7 @@
<!--<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/markdown/index.html b/ikiwiki/markdown/index.html
index 147e6a49377..14c40ddf412 100644
--- a/ikiwiki/markdown/index.html
+++ b/ikiwiki/markdown/index.html
@@ -114,7 +114,7 @@ handles internally.</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/openid/index.html b/ikiwiki/openid/index.html
index 34a2ac69658..2824ab24495 100644
--- a/ikiwiki/openid/index.html
+++ b/ikiwiki/openid/index.html
@@ -120,7 +120,7 @@ by delegating it to an openid server. Here's an example of how to do that:</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/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>
diff --git a/ikiwiki/searching/index.html b/ikiwiki/searching/index.html
index f72c951f96e..9f99cc93bc9 100644
--- a/ikiwiki/searching/index.html
+++ b/ikiwiki/searching/index.html
@@ -121,7 +121,7 @@ For example, "-discussion" will omit "discussion".</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/subpage/index.html b/ikiwiki/subpage/index.html
index 08a84ed3191..d8e50241243 100644
--- a/ikiwiki/subpage/index.html
+++ b/ikiwiki/subpage/index.html
@@ -119,7 +119,7 @@ can be nested as deeply as you'd like.</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/subpage/linkingrules/index.html b/ikiwiki/subpage/linkingrules/index.html
index 5be89e0b7c3..47d66bbec89 100644
--- a/ikiwiki/subpage/linkingrules/index.html
+++ b/ikiwiki/subpage/linkingrules/index.html
@@ -138,7 +138,7 @@ links are checked for last of all.</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/wikilink/index.html b/ikiwiki/wikilink/index.html
index 0c897585d7b..0369f17772e 100644
--- a/ikiwiki/wikilink/index.html
+++ b/ikiwiki/wikilink/index.html
@@ -142,7 +142,7 @@ Email addresses can also be used to generate a mailto link.</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/sandbox/index.html b/sandbox/index.html
index 6ce77b442b9..f1fb4b1f976 100644
--- a/sandbox/index.html
+++ b/sandbox/index.html
@@ -138,7 +138,7 @@
<!--<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/shortcuts/index.html b/shortcuts/index.html
index 54be410bf71..e85cc9c82ef 100644
--- a/shortcuts/index.html
+++ b/shortcuts/index.html
@@ -192,7 +192,7 @@ ikiwiki will include your shortcut in the standard underlay.</p>
<!--<div class="pagedate">
- Last edited <span class="date">Sex 26 Set 2014 19:55:09 BRT</span>
+ Last edited <span class="date">Sex 06 Mai 2016 03:57:45 BRT</span>
</div> -->
</div>
diff --git a/smileys/index.html b/smileys/index.html
index 3ab5ea312d9..089a28ae4e4 100644
--- a/smileys/index.html
+++ b/smileys/index.html
@@ -159,7 +159,7 @@ smileys directory in the path to the file.</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/templates/index.html b/templates/index.html
index 6a78b260e70..f14ea3fcb48 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -197,7 +197,7 @@ interface; do not normally need to be customised.</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/templates/note/index.html b/templates/note/index.html
index 3b9fe495562..a34b9908e86 100644
--- a/templates/note/index.html
+++ b/templates/note/index.html
@@ -110,7 +110,7 @@ parameter:</p>
<!--<div class="pagedate">
- Last edited <span class="date">Dom 29 Mar 2015 18:27:19 BRT</span>
+ Last edited <span class="date">Sex 06 Mai 2016 03:57:45 BRT</span>
</div> -->
</div>
diff --git a/templates/popup/index.html b/templates/popup/index.html
index c98a6e2a82c..4e23783e137 100644
--- a/templates/popup/index.html
+++ b/templates/popup/index.html
@@ -113,7 +113,7 @@ inline in the page, inside square brackets.
<!--<div class="pagedate">
- Last edited <span class="date">Dom 29 Mar 2015 18:27:19 BRT</span>
+ Last edited <span class="date">Sex 06 Mai 2016 03:57:45 BRT</span>
</div> -->
</div>