Consistency nitpicking in docs: lowercase in attachment and po lists
authorJonas Smedegaard <dr@jones.dk>
Sun, 19 Jul 2009 19:05:12 +0000 (21:05 +0200)
committerJonas Smedegaard <dr@jones.dk>
Sun, 19 Jul 2009 19:05:12 +0000 (21:05 +0200)
doc/ikiwiki/pagespec/attachment.mdwn
doc/ikiwiki/pagespec/po.mdwn

index 344a4a734c6308cba4b193987dace2b8a8a95f11..419f00ee4284f3a0bae6305e290a1ef8d5cef95a 100644 (file)
@@ -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.
index 7b131799e1412f1274d6a085104bb4c77bfe5847..7541d102bb54234ca99401f2a37dddacc0388932 100644 (file)
@@ -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