]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/howto_avoid_flooding_aggregators.mdwn
merge dups
[ikiwiki.git] / doc / tips / howto_avoid_flooding_aggregators.mdwn
index 355e0e6a775bdc11bcbecc11c3a7435c06015b82..98cef92496845c76595a6662e99614be7f1013e7 100644 (file)
@@ -14,7 +14,7 @@ This can happen in a lot of situations:
 * Perhaps you've just moved stuff around in your wiki.
 
 To avoid annoying readers in these situations, it's a good idea to remove
-and existing items from your blog's news feed. That way only new items will
+any existing items from your blog's news feed. That way only new items will
 show up in the aggregator. The best way to do this is to add a `feedpages`
 parameter to the `inline` directive for your blog, with a condition such as:
 
@@ -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.