summaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
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