pull/93/head
Dave Jones 2020-10-22 10:31:34 -05:00
rodzic 23e9d84c30
commit 11e252ddab
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -17,13 +17,13 @@ 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.
- **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.
#### Examples
`<podcast:transcript url="https://podcastindex.org/ep0002/transcript.html" type="text/html" />`
@ -46,7 +46,7 @@ email matches what is listed in this tag, it is safe to import the feed.
`<channel>`
#### Attributes
**owner:** The owner attribute is an email address that can be used to verify ownership of this feed during move and import operations. This could be a public email or a virtual email address at the hosting provider that redirects to the owner's true email address. This is a critical element, and it's expected that podcast hosting providers (if not providing virtual addresses) will allow setting this element's value in their GUI with an emphasis to their users of how important it is to have this be a valid, working email address.
- **owner:** The owner attribute is an email address that can be used to verify ownership of this feed during move and import operations. This could be a public email or a virtual email address at the hosting provider that redirects to the owner's true email address. This is a critical element, and it's expected that podcast hosting providers (if not providing virtual addresses) will allow setting this element's value in their GUI with an emphasis to their users of how important it is to have this be a valid, working email address.
#### Examples
`<podcast:locked owner="email@domain.com">yes</podcast:locked>`
@ -63,7 +63,7 @@ This tag lists possible donation/funding links for the podcast. The content of t
`<channel>`
#### Attributes
**url:** The URL to be followed to fund the podcast.
- **url:** The URL to be followed to fund the podcast.
#### Examples
`<podcast:funding url="www.mydomain.com/support">Support the show!</podcast:funding>`