]> sipb.mit.edu Git - ikiwiki.git/commitdiff
update
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Jan 2008 20:08:25 +0000 (15:08 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 29 Jan 2008 20:08:25 +0000 (15:08 -0500)
doc/plugins/write.mdwn

index 4de7e434d1173b12a4bf474695c26cb23b3f7354..79da6a6122be8f43bc5d4092a5bc6f6a7b7748ee 100644 (file)
@@ -540,9 +540,11 @@ together to form the RecentChanges page, for example.
 To make an internal use page, register a filename extension that starts
 with "_". Internal use pages cannot be edited with the web interface, are
 not scanned for wikilinks (though wikilinks and preprocessor directives can
-still appear on them, this is rarely a good idea), and are not matched by
-regular PageSpecs glob patterns, but instead only by a special `internal()`
-[[ikiwiki/PageSpec]].
+appear on them, this is rarely a good idea and should be done with caution),
+and are not matched by regular PageSpecs glob patterns, but instead only by a
+special `internal()` [[ikiwiki/PageSpec]].
+
+Ikiwiki is optimised to handle lots of internal use pages, very quickly.
 
 ## RCS plugins