matching the wording changes

pull/93/head
Dave Jones 2020-10-22 10:28:50 -05:00
rodzic f17c7c0191
commit 23e9d84c30
1 zmienionych plików z 11 dodań i 7 usunięć

Wyświetl plik

@ -17,13 +17,11 @@ This tag is used to link to a transcript or closed captions file. Multiple tags
`<item>`
#### Attributes
**url:** URL of the podcast transcript
**url:** URL of the podcast transcript.
**type:** Mime type of the file such
as `text/plain`, `text/html`, `application/srt`, `application/json`
**type:** Mime type of the file such as `text/plain`, `text/html`, `application/srt`, `application/json`
**language (optional):** The language of the linked transcript. If there is no language attribute given, the linked file is assumed to be the same language that is
specified by the RSS `<language>` element.
**language (optional):** The language of the linked transcript. If there is no language attribute given, the linked file is assumed to be the same language that is specified by the RSS `<language>` element.
**rel (optional):** If the rel="captions" attribute is present, the linked file is considered to be a closed captions file, regardless of what the mime type is. In that scenario, time codes are assumed to be present in the file in some capacity.
@ -34,11 +32,16 @@ specified by the RSS `<language>` element.
`<podcast:transcript url="https://podcastindex.org/ep0002/transcript.json" type="application/json" language="es" rel="captions" />`
Detailed file format information and example files are [here](transcripts/transcripts.md).
<br><br>
## 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. When importing a feed, if the hosting provider has already verified the owner="" email address on their own system, and the
email matches what is listed in this tag, it is safe to import the feed.
#### Parent
`<channel>`
@ -54,7 +57,8 @@ This tag may be set to `yes` or `no`. The purpose is to tell other podcast platf
## 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.
#### Parent
`<channel>`