Subtext.Framework.Syndication.Admin |
Subtext.Framework.Syndication.Compression |
이름 | 설명 |
---|---|
CachedFeed | The CachedFeed is a cacheable container for our rss feed(s). Instead of requesting the cache data, processing it, and creating an XML document on each request, we will store the actual Rss document as a cached string. Generally, it will be returned to the client by calling Response.Write(feed.Xml) |
CategoryWriter | Summary description for CategoryWriter. |
CommentHandler | CommentAPI Implementation (http://wellformedweb.org/story/9) Accepts a posted XML document via HttpPost. |
RssImageElement | <image> is an optional sub-element of <channel>, which contains three required and three optional sub-elements. |