From 7ebd486797fbb8c4e1fdb4c88ba9f63723723f75 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 2 Sep 2009 18:40:26 -0700 Subject: [PATCH] Update gotcha about changes to RSS. --- docs/gotcha.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 84f64ebe3..b814cdb3c 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -261,6 +261,11 @@ save you many hours of grief. RssFeed AssetAspect. If not used by custom assets, the tables used by them will be removed from the database. + This will change the URLs for your RSS Feeds from "myAsset.rss" to + "myAsset?func=viewRss". You will need to update all Syndicated Content + assets and other content aggregators that had the old URLs. Alternately, + you can use Redirect assets to forward the old URL to the new one. + 7.7.1 -------------------------------------------------------------------- * Keywords are now comma separated rather than space separated. Quotes are