summaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-29 15:08:25 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-29 15:08:25 -0500
commit7e52cc90b21b100571324dad3060259eba66af88 (patch)
treed0556eac866a005161cd75c7a1abd02c6797bafa /doc/plugins
parent47ee266163202f15fca3b108fad294bec262405a (diff)
update
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/write.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 4de7e434d..79da6a612 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -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