X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/7960031135e74f6d36abc4294dbadb687117222c..f1e29d04a603351bd92780d1349d848b0eceba05:/doc/tips/howto_avoid_flooding_aggregators.mdwn diff --git a/doc/tips/howto_avoid_flooding_aggregators.mdwn b/doc/tips/howto_avoid_flooding_aggregators.mdwn index 570baa5cc..98cef9249 100644 --- a/doc/tips/howto_avoid_flooding_aggregators.mdwn +++ b/doc/tips/howto_avoid_flooding_aggregators.mdwn @@ -1,4 +1,4 @@ -If you have a [[ikiwiki/blog]] that is aggregated, either on a site like Planet +If you have a [[blog]] that is aggregated, either on a site like Planet Debian, or just through user subscriptions, one common problem is that changes to the guids of items in the blog can "flood" the aggregator, causing all recent blog entries to be posted to the top of it. @@ -23,3 +23,6 @@ parameter to the `inline` directive for your blog, with a condition such as: Where "old_post" is the name of the last post you made to the blog before making the change. This will limit the feed to only newer posts, while stil displaying the old posts in the blog page. + +Alternatively, you can add the [[plugins/meta]] guid directives to pages, +to force the old url to be used.