blogChannel Namespace
The blogChannel namespace is an RSS 2.0 module for weblogging applications, providing metadata about blog-related content such as blogrolls, recommended links, and subscription lists.
| Namespace URI | http://backend.userland.com/blogChannelModule |
|---|---|
| Specification | blogChannel RSS Module |
| Prefix | <blogChannel:*> |
| Available in | RSS |
| Property | blogChannel |
Types
ts
export namespace BlogChannelNs {
export type Feed = {
blogRoll?: string
blink?: string
mySubscriptions?: string
}
}Related
- Parsing Namespaces - How namespace parsing works