diff options
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> |