bug fixes and example url fixes

pull/115/head
Dave Jones 2020-11-15 16:11:49 -06:00
rodzic 6d378752d7
commit cfaa02db57
1 zmienionych plików z 9 dodań i 9 usunięć

Wyświetl plik

@ -28,11 +28,11 @@ This tag is used to link to a transcript or closed captions file. Multiple tags
- **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" />`
`<podcast:transcript url="https://example.com/episode1/transcript.html" type="text/html" />`
`<podcast:transcript url="https://podcastindex.org/ep0002/transcript.srt" type="text/srt" rel="captions" />`
`<podcast:transcript url="https://example.com/episode1/transcript.srt" type="text/srt" rel="captions" />`
`<podcast:transcript url="https://podcastindex.org/ep0002/transcript.json" type="application/json" language="es" rel="captions" />`
`<podcast:transcript url="https://example.com/episode1/transcript.json" type="application/json" language="es" rel="captions" />`
Detailed file format information and example files are [here](transcripts/transcripts.md).
@ -51,9 +51,9 @@ email matches what is listed in this tag, it is safe to import the feed.
- **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>`
`<podcast:locked owner="email@example.com">yes</podcast:locked>`
`<podcast:locked owner="email@domain.com">no</podcast:locked>`
`<podcast:locked owner="email@example.com">no</podcast:locked>`
<br><br>
@ -68,7 +68,7 @@ This tag lists possible donation/funding links for the podcast. The content of t
- **url:** The URL to be followed to fund the podcast.
#### Examples
`<podcast:funding url="www.mydomain.com/support">Support the show!</podcast:funding>`
`<podcast:funding url="www.example.com/support">Support the show!</podcast:funding>`
<br><br>
@ -80,11 +80,11 @@ Links to an external file (see example file) containing chapter data for the epi
`<item>`
#### Attributes
- **url:** The URL to be followed to fund the podcast.
- **type:** Mime type of file - JSON prefered, 'application/json'.
- **url:** The URL where the chapters file is located.
- **type:** Mime type of file - JSON prefered, 'application/json+chapters'.
#### Examples
'<podcast:chapters url="[url to chapter data file]" type="[mime type]" />'
`<podcast:chapters url="https://example.com/episode1/chapters.json" type="application/json+chapters" />`
<br><br>