diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2009-07-26 07:36:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-26 07:36:53 -0400 |
commit | d3cbbfbc96ca793481410e1f5fc45ecf244c2271 (patch) | |
tree | 4f1b76c7e601c397d078b66ad38a2e4678aebce3 /doc | |
parent | a1d31e6db2141a6d2fe176f8d44c6de278fe9704 (diff) | |
download | ikiwiki-d3cbbfbc96ca793481410e1f5fc45ecf244c2271.tar ikiwiki-d3cbbfbc96ca793481410e1f5fc45ecf244c2271.tar.gz |
Fix wtf-8, link to similar todo items, mark Joey's thoughts as such
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/more_customisable_titlepage_function.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/todo/more_customisable_titlepage_function.mdwn b/doc/todo/more_customisable_titlepage_function.mdwn index 51b560746..97fefbafc 100644 --- a/doc/todo/more_customisable_titlepage_function.mdwn +++ b/doc/todo/more_customisable_titlepage_function.mdwn @@ -2,7 +2,9 @@ I understand the `IkiWiki::titlepage` function is used to generate filenames fro I imagine two things: a lookup hash and a template. -Since `IkiWiki::titlepage` basically translates characters, it would be cool to be able to define a lookup hash in the configuration, which would be consulted before falling back to the generic `__xx__` `ord()` representation of a letter. For instance, in German, I might prefer to have 'ä' become 'ae' instead of something illegible. +Since `IkiWiki::titlepage` basically translates characters, it would be cool to be able to define a lookup hash in the configuration, which would be consulted before falling back to the generic `__xx__` `ord()` representation of a letter. For instance, in German, I might prefer to have 'ä' become 'ae' instead of something illegible. + +> This is [[todo/unaccent_url_instead_of_encoding]]. --[[smcv]] Second, maybe a template could be honoured. The template could have a slot `%s` where the calculated title goes, and it could contain `strftime` symbols as well as variables, which get interpolated on use. @@ -10,6 +12,11 @@ Another option would be a function I could define in the setup file, or an exter -- [[madduck]] +> This somewhat resembles [[todo/inline_postform_autotitles]]. +> Another way to do this, suggested in that todo, would be to +> pre-fill the title field with YYYY/MM/DD/ using Javascript. +> --[[smcv]] + I don't think that changing titlepage is a good idea, there are compatability problems. @@ -28,4 +35,8 @@ is that having the directive appear in the edit box for a new page could confuse the user. The title could be passed on in a hidden field, and prepended to the page when it's saved.. +--[[Joey]] + +> I'll pass on these comments to the two similar todo items. --[[smcv]] + [[wishlist]] |