pull/262/head
Dave Jones 2021-06-08 14:06:22 -05:00
rodzic ed5f19afbb
commit c4cccca648
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -341,7 +341,7 @@ must be a free form abbreviation of the name of the license as you reference it
`<podcast:alternateEnclosure>`
This element is meant to provide different versions of, or companion media to the main `<enclosure>` file. This could be an audio only version of a video podcast to allow apps to switch back and forth between audio/video,
lower (or higher) bitrate versions for bandwidth constrained areas, alternative codecs for different device platforms, alternate URI schemes and download types such as IPFS or WebTorrent, commentary tracks or supporting source clips, etc.
This is a complex tag, so implementors are highley encouraged to read the companion [document](https://github.com/Podcastindex-org/podcast-namespace/blob/main/proposal-docs/alternateEnclosure/alternateEnclosure.md) for a fuller understanding of how
This is a complex tag, so implementors are highly encouraged to read the companion [document](https://github.com/Podcastindex-org/podcast-namespace/blob/main/proposal-docs/alternateEnclosure/alternateEnclosure.md) for a fuller understanding of how
this tag works and what it's capable of.
#### Parent
@ -351,7 +351,7 @@ this tag works and what it's capable of.
Multiple
#### Node Value
The node value must be one or more `<podcast:source>` elements that each define a uri where the parent `<podcast:alternateEnclosure>` can be downloaded or streamed. A single, optional `<podcast:integrity>` element may also be included
The node value must be one or more `<podcast:source>` elements that each define a uri where the media file can be downloaded or streamed. A single, optional `<podcast:integrity>` element may also be included
to allow for file integrity checking.
#### Attributes
@ -412,7 +412,7 @@ to allow for file integrity checking.
## Source
`<podcast:source>`
This element defines a uri location for a `<podcast:alternateEnclosure>` media file. It is meant to be used as a child of the `<podcast:alternateEnclosure>` element. At least one `<podcast:source>` element must be
present within ever `<podcast:alternateEnclosure>` element.
present within every `<podcast:alternateEnclosure>` element.
#### Parent
`<podcast:alternateEnclosure>`
@ -424,7 +424,7 @@ Multiple
None
#### Attributes
- **uri:** (required) This is the uri where a media file resides.
- **uri:** (required) This is the uri where the media file resides.
#### Examples
```xml
@ -441,8 +441,8 @@ None
## Integrity
`<podcast:integrity>`
This element defines a method of verifying integrity of the media given either an [SRI-compliant integrity string](https://www.w3.org/TR/SRI/) or a base64 encoded PGP signature. This element is optional within a
`<podcast:alternateEnclosure>` element.
This element defines a method of verifying integrity of the media given either an [SRI-compliant integrity string](https://www.w3.org/TR/SRI/) (preferred) or a base64 encoded PGP signature. This element is optional within a
`<podcast:alternateEnclosure>` element. It allows to ensure that the file has not been tampered with.
#### Parent
`<podcast:alternateEnclosure>`