pull/59/head
Dave Jones 2020-10-19 11:46:30 -05:00
rodzic 6a6f723fe5
commit 942c617ff4
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,8 @@ If your application generates RSS feeds and you implement one or more elements b
# Podcast Tags # Podcast Tags
Each tag below exists in the podcast namespace within the specified parent. All attributes are required unless explicitly specified as optional. Each tag below exists in the podcast namespace within the specified parent. All attributes are required unless explicitly specified as optional.
<br><br>
## Transcript ## Transcript
`<podcast:transcript>` `<podcast:transcript>`
This tag is used to link to a transcript or closed captions file. Multiple tags can be present for multiple transcript formats. This tag is used to link to a transcript or closed captions file. Multiple tags can be present for multiple transcript formats.
@ -32,6 +34,8 @@ specified by the RSS `<language>` element.
`<podcast:transcript url="https://podcastindex.org/ep0002/transcript.json" type="application/json" language="es" rel="captions" />` `<podcast:transcript url="https://podcastindex.org/ep0002/transcript.json" type="application/json" language="es" rel="captions" />`
<br><br>
## Locked ## Locked
`<podcast:locked>` `<podcast:locked>`
This tag may be set to `yes` or `no`. The purpose is to tell other podcast platforms whether they are allowed to import this feed. A value of `yes` means that any attempt to import this feed into a new platform should be rejected. It is expected that podcast hosting providers will enable a toggle in their GUI to allow their users to turn feed transfer lock on or off. This tag may be set to `yes` or `no`. The purpose is to tell other podcast platforms whether they are allowed to import this feed. A value of `yes` means that any attempt to import this feed into a new platform should be rejected. It is expected that podcast hosting providers will enable a toggle in their GUI to allow their users to turn feed transfer lock on or off.
@ -46,6 +50,8 @@ This tag may be set to `yes` or `no`. The purpose is to tell other podcast platf
`<podcast:locked owner="email@domain.com">no</podcast:locked>` `<podcast:locked owner="email@domain.com">no</podcast:locked>`
<br><br>
## Funding ## Funding
`<podcast:funding>` `<podcast:funding>`
This tag lists possible donation/funding links for the podcast. The content of the tag is the recommended string to be used with the link This tag lists possible donation/funding links for the podcast. The content of the tag is the recommended string to be used with the link