podcast-namespace/docs/1.0.md

57 wiersze
2.3 KiB
Markdown
Czysty Zwykły widok Historia

2021-05-28 13:09:04 +00:00
# RSS Namespace Extension for Podcasting (Tag Specification)
A wholistic RSS namespace for podcasting that is meant to synthesize the fragmented world of podcast namespaces. As
elements are canonized, they will be added to this document so developers can begin implementation. The
specifications below are considered locked and the team will prioritize backward compatibility. We are operating
2023-06-04 14:20:11 +00:00
under the [Rules for Standards-Makers](http://scripting.com/2017/05/09/rulesForStandardsmakers.html).
The namespace for this extension is `https://podcastindex.org/namespace/1.0`. Clients which recognize this namespace
must also recognize `https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md` as identical. The
suggested tag prefix for use in XML is `podcast`, but clients should support alternate prefixes for this namespace.
If your application generates RSS feeds and you implement one or more elements below, you will need to link this
2023-06-04 14:20:11 +00:00
document in your XML:
2021-04-19 03:35:20 +00:00
```xml
2021-01-26 20:09:35 +00:00
<rss version="2.0" xmlns:podcast="https://podcastindex.org/namespace/1.0">
```
## Podcast Tags
2022-10-31 04:05:05 +00:00
Each tag below exists in the podcast namespace within the specified parent. All attributes are required unless
explicitly specified as optional. Anywhere the url of a hyper-text based resource is specified, it must be given as
2023-06-04 13:53:59 +00:00
`https:` and not `http:`.
2022-10-31 04:05:05 +00:00
## Table of Contents
- [Transcript](tags/transcript.md)
- [Locked](tags/locked.md)
- [Funding](tags/funding.md)
- [Chapters](tags/chapters.md)
- [Soundbite](tags/soundbite.md)
- [Person](tags/person.md)
- [Location](tags/location.md)
- [Season](tags/season.md)
- [Episode](tags/episode.md)
- [Trailer](tags/trailer.md)
- [License](tags/license.md)
- [Alternate Enclosure](tags/alternate-enclosure.md)
- [Source](tags/source.md)
- [Integrity](tags/integrity.md)
- [Guid](tags/guid.md)
- [Value](tags/value.md)
- [Value Recipient](tags/value-recipient.md)
- [Medium](tags/medium.md)
- [Images](tags/images.md)
- [Live Item](tags/live-item.md)
- [Content Link](tags/content-link.md)
- [Social Interact](tags/social-interact.md)
- [Block](tags/block.md)
- [Txt](tags/txt.md)
- [Remote Item](tags/remote-item.md)
- [Podroll](tags/podroll.md)
- [Update Frequency](tags/update-frequency.md)
- [Podping](tags/podping.md)
- [Value Time Split](tags/value-time-split.md)
- [Chat](tags/chat.md)
- [Publisher](tags/publisher.md)