]> scripts.mit.edu Git - www/ikiwiki.git/blob - doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn
3c2dc27bd2343328d1c839a2f3b4022b558fe4b2
[www/ikiwiki.git] / doc / todo / ability_to_force_particular_UUIDs_on_blog_posts.mdwn
1 When converting an existing blog to ikiwiki it would be useful to be able to preserve any existing UUIDs on posts, in order to avoid flooding aggregators.
2
3 Also, it should be possible to change the canonical URL of a post, i.e. the atom <link> (e.g. leaving a redirector behind) while keeping the same UUID (so that aggregators don't get confused).
4
5 Ideally UUIDs for blog posts should be chosen when the post is created, and frozen permanently by checking them in along with the content.
6
7 Perhaps ikiwiki's blogging functionality could be hooked up to the [[meta]] plugin, with a new meta keyword (uuid? feed-uuid? atom-uuid?) to achieve this.