diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-07-19 21:05:12 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-07-19 21:05:12 +0200 |
commit | 95b46a9167ee00bd23e83ec54bfe7bd11361bb14 (patch) | |
tree | b51706b826f2f03dcb70288c2a89f12ecd25f5a0 | |
parent | ab33e64e90cebe9187a696856970b88a6f348f7d (diff) |
Consistency nitpicking in docs: lowercase in attachment and po lists
-rw-r--r-- | doc/ikiwiki/pagespec/attachment.mdwn | 10 | ||||
-rw-r--r-- | doc/ikiwiki/pagespec/po.mdwn | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/doc/ikiwiki/pagespec/attachment.mdwn b/doc/ikiwiki/pagespec/attachment.mdwn index 344a4a734..419f00ee4 100644 --- a/doc/ikiwiki/pagespec/attachment.mdwn +++ b/doc/ikiwiki/pagespec/attachment.mdwn @@ -16,14 +16,14 @@ check all attachments for viruses, something like this could be used: The regular [[ikiwiki/PageSpec]] syntax is expanded with the following additional tests: -* "`maxsize(size)`" - Tests whether the attachment is no larger than the +* "`maxsize(size)`" - tests whether the attachment is no larger than the specified size. The size defaults to being in bytes, but "kb", "mb", "gb" etc can be used to specify the units. -* "`minsize(size)`" - Tests whether the attachment is no smaller than the +* "`minsize(size)`" - tests whether the attachment is no smaller than the specified size. -* "`ispage()`" - Tests whether the attachment will be treated by ikiwiki as a +* "`ispage()`" - tests whether the attachment will be treated by ikiwiki as a wiki page. (Ie, if it has an extension of ".mdwn", or of any other enabled page format). @@ -31,7 +31,7 @@ additional tests: use `!ispage()` ; if you only want to allow wiki pages to be uploaded as attachments, use `ispage()`. -* "`mimetype(foo/bar)`" - This checks the MIME type of the attachment. You can +* "`mimetype(foo/bar)`" - checks the MIME type of the attachment. You can include a glob in the type, for example `mimetype(image/*)`. -* "`virusfree()`" - Checks the attachment with an antiviral program. +* "`virusfree()`" - checks the attachment with an antiviral program. diff --git a/doc/ikiwiki/pagespec/po.mdwn b/doc/ikiwiki/pagespec/po.mdwn index 7b131799e..7541d102b 100644 --- a/doc/ikiwiki/pagespec/po.mdwn +++ b/doc/ikiwiki/pagespec/po.mdwn @@ -7,9 +7,9 @@ If the [po](plugins/po) plugin is enabled, the regular tests that can be used to improve user navigation in a multi-lingual wiki: -* "`lang(LL)`" - Tests whether a page is written in the language +* "`lang(LL)`" - tests whether a page is written in the language specified as a ISO639-1 (two-letter) language code. -* "`currentlang()`" - Tests whether a page is written in the same +* "`currentlang()`" - tests whether a page is written in the same language as the current page. Note that every non-po page is considered to be written in |