Skip to content

Creative Commons Namespace Reference

The Creative Commons namespace provides elements for specifying the license under which the feed content is distributed. This allows content creators to clearly indicate their licensing terms using Creative Commons or other license URLs.

Namespace URIhttp://backend.userland.com/creativeCommonsRssModule
SpecificationcreativeCommons RSS Module (Original, Web Archive)
Creative Commons RSS Module Specification (RSS Board)
Prefix<creativeCommons:*>
Available inRSS, Atom
PropertycreativeCommons

Types

ts
export namespace CreativeCommonsNs {
  export type ItemOrFeed = {
    licenses?: Array<string>
  }
}