Source Namespace Reference
The Source namespace provides elements for enhanced feed metadata, including social media accounts, subscription lists, blogrolls, and source content in various formats like Markdown and OPML outlines.
Namespace URI | http://source.scripting.com/ |
---|---|
Specification | source.scripting.com |
Prefix | <source:*> |
Available in | RSS |
Property | src (due to conflict with RSS's source element) |
Types
ts
export type Account = {
service: string
value?: string
}
export type Likes = {
server: string
}
export type Archive = {
url: string
startDay: string
endDay?: string
filename?: string
}
export type SubscriptionList = {
url: string
value?: string
}
export type Feed = {
accounts?: Array<Account>
likes?: Likes
archive?: Archive
subscriptionLists?: Array<SubscriptionList>
cloud?: string
blogroll?: string
self?: string
}
export type Item = {
markdown?: string
outlines?: Array<string>
localTime?: string
linkFull?: string
}
Related
- Parsing Namespaces - How namespace parsing works