From 499a17a55a41185c8b273d483f87d3f6997c80f4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Jun 2008 07:43:31 -0400 Subject: web commit by http://smcv.pseudorandom.co.uk/ --- doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn (limited to 'doc') 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..3c2dc27bd --- /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. + +Also, it should be possible to change the canonical URL of a post, i.e. the atom (e.g. leaving a redirector behind) while keeping the same UUID (so that aggregators don't get confused). + +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, with a new meta keyword (uuid? feed-uuid? atom-uuid?) to achieve this. -- cgit v1.2.3 From d52dad50d297b63a8659065b85c9243f378895a9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 Jun 2008 09:12:52 -0400 Subject: web commit by http://edward.myopenid.com/: add links --- doc/todo/ability_to_force_particular_UUIDs_on_blog_posts.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 3c2dc27bd..4bc3ffc8e 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 @@ -1,7 +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. +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 (e.g. leaving a redirector behind) while keeping the same UUID (so that aggregators don't get confused). +Also, it should be possible to change the canonical URL of a post, i.e. the atom `` (e.g. leaving a redirector behind) while keeping the same UUID (so that aggregators don't get confused). -Ideally UUIDs for blog posts should be chosen when the post is created, and frozen permanently by checking them in along with the content. +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, with a new meta keyword (uuid? feed-uuid? atom-uuid?) to achieve this. +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. -- cgit v1.2.3