From 3414a01e4769c52c9193b17e09eff64ea6d2187a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Feb 2008 19:12:38 -0500 Subject: web commit by http://edward.myopenid.com/: It would be nice if blog post pages could include the ctime. --- doc/todo/ctime_on_blog_post_pages_.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/ctime_on_blog_post_pages_.mdwn (limited to 'doc/todo') diff --git a/doc/todo/ctime_on_blog_post_pages_.mdwn b/doc/todo/ctime_on_blog_post_pages_.mdwn new file mode 100644 index 000000000..4fd099d9d --- /dev/null +++ b/doc/todo/ctime_on_blog_post_pages_.mdwn @@ -0,0 +1,5 @@ +[[Blog|ikiwiki/blog]] feeds and index pages show the posted time (ctime), the actual blog entry pages only show the modified time. + +The user has to look at the history link to find when a blog item was posted. + +It would be nice if blog entry post pages could include the ctime. -- [[Edward_Betts]] -- cgit v1.2.3 From 5464285c04a41964cd21e80847107a77ad3f5fc0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Feb 2008 03:54:23 -0500 Subject: web commit by http://edward.myopenid.com/: add links --- doc/todo/multiple_templates.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/todo') diff --git a/doc/todo/multiple_templates.mdwn b/doc/todo/multiple_templates.mdwn index 361270bb9..1d6180a77 100644 --- a/doc/todo/multiple_templates.mdwn +++ b/doc/todo/multiple_templates.mdwn @@ -1,11 +1,11 @@ -> Another useful feature might be to be able to choose a different template -> file for some pages; blog pages would use a template different from the +> Another useful feature might be to be able to choose a different [[template|wikitemplates]] +> file for some pages; [[blog|ikiwiki/blog]] pages would use a template different from the > home page, even if both are managed in the same repository, etc. -Well, that would probably be fairly easy to add if it used pagespecs to +Well, that would probably be fairly easy to add if it used [[pagespec]]s to specify which pages use the non-default template. -Hmm, I think the pagetemplate hook should allow one to get close enough to +Hmm, I think the [[pagetemplate|plugins/pagetemplate]] hook should allow one to get close enough to this in a plugin now. See also: [[Allow_per-page_template_selection]] -- same thing, really. -- cgit v1.2.3 From c73c11f81393b87d7e5cb063107cb5a2ff4da158 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Feb 2008 03:55:24 -0500 Subject: web commit by http://edward.myopenid.com/: fix pagespec link --- doc/todo/multiple_templates.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/todo') diff --git a/doc/todo/multiple_templates.mdwn b/doc/todo/multiple_templates.mdwn index 1d6180a77..d165eebaf 100644 --- a/doc/todo/multiple_templates.mdwn +++ b/doc/todo/multiple_templates.mdwn @@ -2,7 +2,7 @@ > file for some pages; [[blog|ikiwiki/blog]] pages would use a template different from the > home page, even if both are managed in the same repository, etc. -Well, that would probably be fairly easy to add if it used [[pagespec]]s to +Well, that would probably be fairly easy to add if it used [[pagespecs|ikiwiki/pagespec]] to specify which pages use the non-default template. Hmm, I think the [[pagetemplate|plugins/pagetemplate]] hook should allow one to get close enough to -- cgit v1.2.3