diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-22 18:46:25 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-22 18:46:25 +0000 |
commit | 825f4165b28acddb1047532941ec7731c754f70a (patch) | |
tree | c3beddd09b794e7b2fe6a7d5990d775afaf7468e /doc/plugins | |
parent | f9f38ae31c239ce2f44ea0ed2984295aac09ead3 (diff) | |
download | ikiwiki-825f4165b28acddb1047532941ec7731c754f70a.tar ikiwiki-825f4165b28acddb1047532941ec7731c754f70a.tar.gz |
document will_render better
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 77f336dca..0e1839c6c 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -449,6 +449,10 @@ destination directory), register that the page will result in that file being rendered. It's important to call this before writing to any file in the destination directory. +Ikiwiki uses this information to automatically clean up rendered files when +the page that rendered them goes away or is changes to no longer render +them. will_render also does a few important security checks. + #### `pagetype($)` Given the name of a source file, returns the type of page it is, if it's |