Skip to content

overview of syndication extensions natively supported by the framework

Howard van Rooijen edited this page Jul 22, 2018 · 1 revision

Overview of syndication extensions natively supported by the framework

Syndication formats such as RSS or Atom are extended through the use of XML namespaces. Each extension to a syndication format involves a unique XML namespace that qualifies the elements and attributes being added to the syndication format. The framework will by default automatically retrieve the extensions that have been applied to the syndication format entities based on the declared XML namespaces.

While the framework natively supports the most common syndication extensions in use today, you may optionally create your own custom syndication extensions using the syndication resource extensibility model. All natively supported syndication extensions exist in the Argotic.Extensions assembly under the Argotic.Extensions.Core namespace, and are listed below by the name of the class that implements the syndication extension.

Syndication Extensions Implemented in the Framework

BasicGeocodingSyndicationExtension

BlogChannelSyndicationExtension

CreativeCommonsSyndicationExtension

DublinCoreElementSetSyndicationExtension

DublinCoreMetadataTermsSyndicationExtension

FeedHistorySyndicationExtension

FeedRankSyndicationExtension

FeedSynchronizationSyndicationExtension

ITunesSyndicationExtension

LiveJournalSyndicationExtension

PheedSyndicationExtension

PingbackSyndicationExtension

SimpleListSyndicationExtension

SiteSummaryContentSyndicationExtension

SiteSummarySlashSyndicationExtension

SiteSummaryUpdateSyndicationExtension

TrackbackSyndicationExtension

WellFormedWebCommentsSyndicationExtension

YahooMediaSyndicationExtension

Clone this wiki locally