From ba3bf607a10ad6d5cd01955e963023b442f24427 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Feb 2008 18:48:36 -0500 Subject: [PATCH 1/5] web commit by http://joey.kitenet.net/: commit after preview, one last test --- doc/users/Edward_Betts.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/users/Edward_Betts.mdwn b/doc/users/Edward_Betts.mdwn index 3beec42f5..8653c33c2 100644 --- a/doc/users/Edward_Betts.mdwn +++ b/doc/users/Edward_Betts.mdwn @@ -1,3 +1,4 @@ My watchlist: [[inline pages="todo/allow_wiki_syntax_in_commit_messages" archive="yes" sort="mtime" atom="yes"]] + From 3414a01e4769c52c9193b17e09eff64ea6d2187a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Feb 2008 19:12:38 -0500 Subject: [PATCH 2/5] 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 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]] From a1d75dc54c45a033821c1a0b2daf8c94a51d64e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Feb 2008 03:48:24 -0500 Subject: [PATCH 3/5] web commit by http://edward.myopenid.com/: fix link --- doc/wikitemplates.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/wikitemplates.mdwn b/doc/wikitemplates.mdwn index 1f6325b4b..389bdbfe9 100644 --- a/doc/wikitemplates.mdwn +++ b/doc/wikitemplates.mdwn @@ -14,7 +14,7 @@ located in /usr/share/ikiwiki/templates by default. * `change.tmpl` - Used to create a page describing a change made to the wiki. * `passwordmail.tmpl` - Not a html template, this is used to generate the mail with the user's password in it. -* `rsspage.tmpl` - Used for generating rss feeds for [blogs|[ikiwiki/blog]]. +* `rsspage.tmpl` - Used for generating rss feeds for [[blogs|ikiwiki/blog]]. * `rssitem.tmpl` - Used for generating individual items on rss feeds. * `atompage.tmpl` - Used for generating atom feeds for blogs. * `atomitem.tmpl` - Used for generating individual items on atom feeds. From 5464285c04a41964cd21e80847107a77ad3f5fc0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Feb 2008 03:54:23 -0500 Subject: [PATCH 4/5] web commit by http://edward.myopenid.com/: add links --- doc/todo/multiple_templates.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. From c73c11f81393b87d7e5cb063107cb5a2ff4da158 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Feb 2008 03:55:24 -0500 Subject: [PATCH 5/5] web commit by http://edward.myopenid.com/: fix pagespec link --- doc/todo/multiple_templates.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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