kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
Merge pull request #652 from johnspurlock/patch-9
Followup edits for `<podcast:contentLink>` changepull/658/head
commit
b24ae6d0dd
26
docs/1.0.md
26
docs/1.0.md
|
@ -37,7 +37,7 @@ document in your XML:
|
||||||
- [Medium](#medium)
|
- [Medium](#medium)
|
||||||
- [Images](#images)
|
- [Images](#images)
|
||||||
- [Live Item](#live-item)
|
- [Live Item](#live-item)
|
||||||
- [Content Link](#content-link)
|
- [Content Link](#content-link)
|
||||||
- [Social Interact](#social-interact)
|
- [Social Interact](#social-interact)
|
||||||
- [Block](#block)
|
- [Block](#block)
|
||||||
- [Txt](#txt)
|
- [Txt](#txt)
|
||||||
|
@ -1125,8 +1125,8 @@ A bare bones example:
|
||||||
<br><br><br><br><!-- Tag block -->
|
<br><br><br><br><!-- Tag block -->
|
||||||
## Content Link
|
## Content Link
|
||||||
`<podcast:contentLink>`<br><br>
|
`<podcast:contentLink>`<br><br>
|
||||||
The `contentLink` tag is used to indicate that the content begin delivered by the parent element can be found at an
|
The `contentLink` tag is used to indicate that the content being delivered by the parent element can be found at an
|
||||||
external location instead of, or in addition to, being delivered directly to the tag itself within an app. In most
|
external location instead of, or in addition to, the tag itself within an app. In most
|
||||||
instances it is used as a fallback link for the user to use when the app itself can't handle a certain content
|
instances it is used as a fallback link for the user to use when the app itself can't handle a certain content
|
||||||
delivery directly.
|
delivery directly.
|
||||||
|
|
||||||
|
@ -1134,22 +1134,29 @@ For instance, perhaps a podcast feed specifies a `<podcast:liveItem>` to deliver
|
||||||
may also give a `<podcast:contentLink>` pointing to YouTube and Twitch versions of the live stream as well, just in
|
may also give a `<podcast:contentLink>` pointing to YouTube and Twitch versions of the live stream as well, just in
|
||||||
case the listener uses an app that doesn't fully support live streaming content.
|
case the listener uses an app that doesn't fully support live streaming content.
|
||||||
|
|
||||||
Currently this tag is only indicated for use in the `<podcast:liveItem>` tag. In the future, its use will be expanded.
|
|
||||||
|
|
||||||
### Parent
|
### Parent
|
||||||
`<podcast:item>` or `<podcast:liveItem>`
|
`<item>` or `<podcast:liveItem>`
|
||||||
|
|
||||||
### Count
|
### Count
|
||||||
Multiple
|
Multiple
|
||||||
|
|
||||||
### Node Value
|
### Node Value
|
||||||
The node value is a free form string meant to explain to the user where this content link points and/or the nature
|
The node value is a free-form string meant to explain to the user where this content link points and/or the nature
|
||||||
of it's purpose.
|
of its purpose.
|
||||||
|
|
||||||
### Attributes
|
### Attributes
|
||||||
- **href** (required) A string that is the uri pointing to content outside of the application.
|
- **href** (required) A string that is the uri pointing to content outside of the application.
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
|
||||||
|
(under `<item>`)
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<podcast:contentLink href="https://www.youtube.com/watch?v=8c7HWZROxD8">Watch this episode on YouTube!</podcast:contentLink>
|
||||||
|
```
|
||||||
|
|
||||||
|
(under `<podcast:liveItem>`)
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<podcast:contentLink href="https://youtube.com/blahblah/livestream">Live on YouTube!</podcast:contentLink>
|
<podcast:contentLink href="https://youtube.com/blahblah/livestream">Live on YouTube!</podcast:contentLink>
|
||||||
```
|
```
|
||||||
|
@ -1159,7 +1166,6 @@ of it's purpose.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br><br><br><br><!-- Tag block -->
|
<br><br><br><br><!-- Tag block -->
|
||||||
## Social Interact
|
## Social Interact
|
||||||
`<podcast:socialInteract>`<br><br>
|
`<podcast:socialInteract>`<br><br>
|
||||||
|
@ -1731,4 +1737,4 @@ feed [documentation](/publishers/publishers.md) and the `publisher` medium [here
|
||||||
...
|
...
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue