diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2010-12-28 13:02:32 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-28 13:02:32 +0000 |
commit | 505d6925d461025551c017e84ac4be1a367551b5 (patch) | |
tree | 5cae71797b768366e93f9bc2404be0a69b4215e3 | |
parent | 967137938c8f8bdee2149acef4ce138377db2041 (diff) | |
download | ikiwiki-505d6925d461025551c017e84ac4be1a367551b5.tar ikiwiki-505d6925d461025551c017e84ac4be1a367551b5.tar.gz |
Cwd is loaded whenever we refresh anyway
-rw-r--r-- | doc/todo/transient_pages.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/todo/transient_pages.mdwn b/doc/todo/transient_pages.mdwn index 8ead0815c..e1f84969e 100644 --- a/doc/todo/transient_pages.mdwn +++ b/doc/todo/transient_pages.mdwn @@ -159,7 +159,12 @@ Not done yet (in that branch, at least): >>> the path is relative; an extra commit on branch >>> `smcv/transient-relative` goes behind `add_underlay`'s >>> back to allow use of a cwd-relative underlay. Which direction ->>> would you prefer? --s +>>> would you prefer? +>>> +>>> I note in passing that [[plugins/autoindex]] and `IkiWiki::Render` +>>> both need to use `Cwd` and `File::Find` on every refresh, so +>>> there's only any point in avoiding `Cwd` for runs that don't +>>> actually refresh, like simple uses of the CGI. --s >> * Unsure about the use of `default_pageext` in the `change` >> hook. Is everything in the transientdir really going |