diff options
author | intrigeri <intrigeri@boum.org> | 2008-11-06 12:28:31 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2008-11-06 12:28:31 +0100 |
commit | 1f54c13ec24977988a303f004f3fc08ee2e01abc (patch) | |
tree | 6e199ad04a48100286304ef53095e720ac72bca6 /doc/ikiwiki | |
parent | bd2dd8c60336ad7a03194d2a53f5409a620e484d (diff) | |
parent | 17bd930bc9f4192e084a223cf57af94680741853 (diff) |
Merge commit 'upstream/po' into prv/po
Conflicts:
IkiWiki/Plugin/po.pm
doc/plugins/po.mdwn
Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/pagespec.mdwn | 2 | ||||
-rw-r--r-- | doc/ikiwiki/pagespec/po.mdwn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/ikiwiki/pagespec.mdwn b/doc/ikiwiki/pagespec.mdwn index c78666c40..176228e4b 100644 --- a/doc/ikiwiki/pagespec.mdwn +++ b/doc/ikiwiki/pagespec.mdwn @@ -47,6 +47,8 @@ Some more elaborate limits can be added to what matches using these functions: wiki admins. * "`ip(address)`" - tests whether a modification is being made from the specified IP address. +* Some additional special-purpose limits may be enabled, for matching + [[attachments|attachment]] and [[translations|po]]. For example, to match all pages in a blog that link to the page about music and were written in 2005: diff --git a/doc/ikiwiki/pagespec/po.mdwn b/doc/ikiwiki/pagespec/po.mdwn index 2edfaa0c1..60c344689 100644 --- a/doc/ikiwiki/pagespec/po.mdwn +++ b/doc/ikiwiki/pagespec/po.mdwn @@ -12,5 +12,5 @@ wiki: * "`currentlang()`" - Tests whether a page is written in the same language as the current page. -Note: every non-PO page is considered to be written in +Note: every non-po page is considered to be written in `po_master_language`, as specified in `ikiwiki.setup`. |