X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/0fe87efc348643e30405f2d50c8498c971b99af4..7a1d5632b8c762ad7b00e1e834b5678ec9299bda:/doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn diff --git a/doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn b/doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn index 0f8f9bb73..099683820 100644 --- a/doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn +++ b/doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn @@ -2,7 +2,7 @@ When converting an existing blog to ikiwiki it would be useful to be able to pre Also, it should be possible to change the permalink (the Atom ``) of a post (e.g. moving the content and leaving a redirector behind), while keeping the same Atom `` (so that aggregators don't get confused). -Ideally UUIDs for [blog posts](/ikiwiki/blog/) should be chosen when the post is created, and frozen permanently by checking them in along with the content. +Ideally UUIDs for [[blog]] posts should be chosen when the post is created, and frozen permanently by checking them in along with the content. Perhaps ikiwiki's blogging functionality could be hooked up to the [meta plugin](/meta/plugin/), with a new meta keyword (uuid? feed-uuid? atom-uuid?) to achieve this. @@ -13,3 +13,12 @@ Perhaps ikiwiki's blogging functionality could be hooked up to the [meta plugin] > While I was there, I noticed that the quality of the generated Atom/RSS feeds could be improved by making more use of the meta plugin if it's also enabled - would anyone object to me hacking on this some more? > > -[smcv](http://smcv.pseudorandom.co.uk/) + +> [[merged|done]], thank you! +> +> I chose to use the term guid, since it's both a generic term that fits +> very well and describes both using a uuid and an url, and also happens +> to be the term rss uses. ;-) +> +> Of course I'm happy if you can improve the feeds. They do already +> use some meta information (author, copyright). --[[Joey]]