diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 11:30:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-04 11:30:59 -0400 |
commit | a0970423a72a6e687eeb79b660d7609f2539d7b8 (patch) | |
tree | dd8a8884f8ed5a460271ae164f0f697f53c2cbda | |
parent | 325fc9d8d03676eab1fdc78e6b65155af0ebcc2b (diff) | |
parent | d52dad50d297b63a8659065b85c9243f378895a9 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
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 new file mode 100644 index 000000000..4bc3ffc8e --- /dev/null +++ b/doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn @@ -0,0 +1,7 @@ +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](/tips/howto_avoid_flooding_aggregators/). + +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). + +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. + +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. |