diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 15:54:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-01 15:54:10 -0400 |
commit | 18b1c7f01256ec7761263fb699aa51ae9d92bc0b (patch) | |
tree | 9e6469c756481006545152a93cffde8eec5b186b /doc/plugins/write.mdwn | |
parent | aba53047af2cb06436ddac156bc6bb3e016b96b3 (diff) | |
parent | 826af4600a4e413ca8ec7b6d56f0a1cdca0ad635 (diff) |
Merge branch 'tova'
Diffstat (limited to 'doc/plugins/write.mdwn')
-rw-r--r-- | doc/plugins/write.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 4e27d361d..1b78f5900 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -691,6 +691,12 @@ destination file, as registered by `will_render`. If the third parameter is passed and is true, an absolute url will be constructed instead of the default relative url. +#### `newpagefile($$)` + +This can be called when creating a new page, to determine what filename +to save the page to. It's passed a page name, and its type, and returns +the name of the file to create, relative to the srcdir. + #### `targetpage($$)` Passed a page and an extension, returns the filename that page will be |