From 95b46a9167ee00bd23e83ec54bfe7bd11361bb14 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 19 Jul 2009 21:05:12 +0200 Subject: [PATCH] Consistency nitpicking in docs: lowercase in attachment and po lists --- doc/ikiwiki/pagespec/attachment.mdwn | 10 +++++----- 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 -- 2.32.0.93.g670b81a890