Skip to content

Instantly share code, notes, and snippets.

@perlDreamer
Created September 3, 2009 01:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlDreamer/180069 to your computer and use it in GitHub Desktop.
Save perlDreamer/180069 to your computer and use it in GitHub Desktop.
* The RSSCapable class and RSSFromParent asset have been removed.
Any custom assets using those are recommended to switch to the new
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment