diff options
author | Arquivo Archive <arquivo@localhost> | 2023-12-24 20:02:34 -0300 |
---|---|---|
committer | Arquivo Archive <arquivo@localhost> | 2023-12-24 20:02:34 -0300 |
commit | 10dde55c5b969fbbcde5e0ccebf68c2f0d2bf04c (patch) | |
tree | 2cc652474f4d634040b09096a3f4857a2c998867 /ikiwiki/pagespec | |
parent | 1e0ed3d3110c83febefb8e55a399bcc0647eebda (diff) | |
download | arquivo-10dde55c5b969fbbcde5e0ccebf68c2f0d2bf04c.tar.gz arquivo-10dde55c5b969fbbcde5e0ccebf68c2f0d2bf04c.tar.bz2 |
git-annex in inspiral
Diffstat (limited to 'ikiwiki/pagespec')
-rw-r--r-- | ikiwiki/pagespec/attachment/index.html | 4 | ||||
-rw-r--r-- | ikiwiki/pagespec/index.html | 9 | ||||
-rw-r--r-- | ikiwiki/pagespec/po/index.html | 4 | ||||
-rw-r--r-- | ikiwiki/pagespec/sorting/index.html | 6 |
4 files changed, 14 insertions, 9 deletions
diff --git a/ikiwiki/pagespec/attachment/index.html b/ikiwiki/pagespec/attachment/index.html index 8087f27e0c4..3b250b0c83b 100644 --- a/ikiwiki/pagespec/attachment/index.html +++ b/ikiwiki/pagespec/attachment/index.html @@ -70,7 +70,7 @@ <div id="content"> <p class="pagedate"> - <strong>Posted <span class="date">Qua 11 Jan 2017 16:18:52 -02</span></strong> + <strong>Posted <span class="date">dom 02 fev 2020 17:23:50</span></strong> </p> <p>This wiki has attachments <strong>disabled</strong>.</p> @@ -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">Qua 11 Jan 2017 16:18:52 -02</span> + Last edited <span class="date">dom 02 fev 2020 17:23:50</span> </div> --> </div> diff --git a/ikiwiki/pagespec/index.html b/ikiwiki/pagespec/index.html index c7e4debda71..b8c1ee0f11b 100644 --- a/ikiwiki/pagespec/index.html +++ b/ikiwiki/pagespec/index.html @@ -68,7 +68,7 @@ <div id="content"> <p class="pagedate"> - <strong>Posted <span class="date">Qua 11 Jan 2017 16:18:52 -02</span></strong> + <strong>Posted <span class="date">dom 02 fev 2020 17:23:50</span></strong> </p> <p>To select a set of pages, such as pages that are locked, pages whose commit emails you want subscribe to, or pages to combine into a @@ -151,6 +151,11 @@ want to combine expression like that; "or" when it's enough for a page to match one expression. Note that it doesn't make sense to say "index and SandBox", since no page can match both expressions.</p> +<p>If you want to include only one level of subpages, you can use</p> + +<pre><code>blog/* and !blog/*/* +</code></pre> + <p>More complex expressions can also be created, by using parentheses for grouping. For example, to match pages in a blog that are tagged with either of two tags, use:</p> @@ -205,7 +210,7 @@ linking to the page containing the PageSpec.</p> <!--<div class="pagedate"> - Last edited <span class="date">Qua 11 Jan 2017 16:18:52 -02</span> + Last edited <span class="date">dom 02 fev 2020 17:23:50</span> </div> --> </div> diff --git a/ikiwiki/pagespec/po/index.html b/ikiwiki/pagespec/po/index.html index 55891aee925..34ddee037dd 100644 --- a/ikiwiki/pagespec/po/index.html +++ b/ikiwiki/pagespec/po/index.html @@ -70,7 +70,7 @@ <div id="content"> <p class="pagedate"> - <strong>Posted <span class="date">Qua 11 Jan 2017 16:18:52 -02</span></strong> + <strong>Posted <span class="date">dom 02 fev 2020 17:23:50</span></strong> </p> <p>This wiki has po support <strong>disabled</strong>.</p> @@ -118,7 +118,7 @@ translated.</li> <!--<div class="pagedate"> - Last edited <span class="date">Qua 11 Jan 2017 16:18:52 -02</span> + Last edited <span class="date">dom 02 fev 2020 17:23:50</span> </div> --> </div> diff --git a/ikiwiki/pagespec/sorting/index.html b/ikiwiki/pagespec/sorting/index.html index c211eda5f94..aac9729590c 100644 --- a/ikiwiki/pagespec/sorting/index.html +++ b/ikiwiki/pagespec/sorting/index.html @@ -70,12 +70,12 @@ <div id="content"> <p class="pagedate"> - <strong>Posted <span class="date">Qua 11 Jan 2017 16:18:52 -02</span></strong> + <strong>Posted <span class="date">dom 02 fev 2020 17:23:50</span></strong> </p> <p>Some <a href="../../directive/">directives</a> that use <a href="../">PageSpecs</a> allow specifying the order that matching pages are shown in. The following sort -orders can be specified.</p> +orders can be specified using the <code>sort</code> parameter:</p> <ul> <li><p><code>age</code> - List pages from the most recently created to the oldest.</p></li> @@ -116,7 +116,7 @@ title in reverse order if two pages have the same age).</p> <!--<div class="pagedate"> - Last edited <span class="date">Qua 11 Jan 2017 16:18:52 -02</span> + Last edited <span class="date">dom 02 fev 2020 17:23:50</span> </div> --> </div> |