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/index.html | |
parent | 1e0ed3d3110c83febefb8e55a399bcc0647eebda (diff) | |
download | arquivo-10dde55c5b969fbbcde5e0ccebf68c2f0d2bf04c.tar.gz arquivo-10dde55c5b969fbbcde5e0ccebf68c2f0d2bf04c.tar.bz2 |
git-annex in inspiral
Diffstat (limited to 'ikiwiki/pagespec/index.html')
-rw-r--r-- | ikiwiki/pagespec/index.html | 9 |
1 files changed, 7 insertions, 2 deletions
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> |