X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/42f313574f58111abfb370b75cac3de618cad484..478fd9ff6f97eb3d510dbfd7f9599b4e1f42b676:/doc/todo/dynamic_rootpage.mdwn

diff --git a/doc/todo/dynamic_rootpage.mdwn b/doc/todo/dynamic_rootpage.mdwn
index 1309b4578..fc6d7f012 100644
--- a/doc/todo/dynamic_rootpage.mdwn
+++ b/doc/todo/dynamic_rootpage.mdwn
@@ -1,5 +1,5 @@
 I prefer to use a current year, month and day to archive my blog posts, for example
-`post/2007/11/12/foo-bar-baz` path is better for me then `post/foo-bar-baz`.
+`post/2007/11/12/foo-bar-baz` path is better for me than `post/foo-bar-baz`.
 Unfortunately it seems that `rootpage` parameter of inline plugin is very static.
 Is it a chance to make it more dynamic? Now I have to use `svn mkdir` command
 to create appropriate subdirectories by hand.
@@ -29,4 +29,7 @@ What's your opinion, Joey? I hope it's also useful for another ikiwiki lovers :)
 > the content, with the title you wanted.  Now if you use the `datedblog` module, you get dated blog entries.  But I'd
 > like to have traditional `inline` functionality too.  This would work great if there were a way to change the `do`
 > parameter in the `blogpost` template's form; if I could change it to `datedblog` instead of `blog` then I could hook
-> my datedblog module in nicely, without having to override anything.  What would be the right way to do that?
+> my datedblog module in nicely, without having to override anything.  What would be the right way to do that? --[[neale]]
+
+> This is basically the same request as
+> [[todo/inline_postform_autotitles]]. --[[smcv]]