diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-19 18:38:45 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-19 18:38:45 -0500 |
commit | 66dc253437e7ce2e3e8984513b3ecf96603d6670 (patch) | |
tree | 8f45fb353322833217101c0239ecaf3330d7c53e /doc/todo | |
parent | 9ecb0036a32c6930d9400040161c3b9e41ef9b1f (diff) |
Add noextension parameter to htmlize hooks to support, eg, Makefile.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Allow_filenames_that_are_all_type.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/Allow_filenames_that_are_all_type.mdwn b/doc/todo/Allow_filenames_that_are_all_type.mdwn index e165da7dc..bebbcafa8 100644 --- a/doc/todo/Allow_filenames_that_are_all_type.mdwn +++ b/doc/todo/Allow_filenames_that_are_all_type.mdwn @@ -22,6 +22,10 @@ lost because it didn't have its own bug to track it. Now it does :). -- [[Will >> >> So, yeah, I think this patch is complete. :) -- [[Will]] +>>> Thanks, [[applied|done]], but I added a noextension parameter, +>>> since having keepextension allow files with no extension didn't make +>>> sense. Also, made it work for pages in subdirs.. --[[Joey]] + diff --git a/IkiWiki.pm b/IkiWiki.pm index 8d728c9..1bd46a9 100644 --- a/IkiWiki.pm |