master
Joey Hess 2008-01-29 15:08:25 -05:00
parent 47ee266163
commit 7e52cc90b2
1 changed files with 5 additions and 3 deletions

View 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