Skip to content

Commit

Permalink
phase 2 - person tag - #96
Browse files Browse the repository at this point in the history
  • Loading branch information
daveajones committed Feb 2, 2021
1 parent 4ffc7c0 commit c5d8a28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Anywhere the url of a hyper-text based resource is specified, it must be given a

<br><br>


## Transcript
`<podcast:transcript>`
This tag is used to link to a transcript or closed captions file. Multiple tags can be present for multiple transcript formats.
Expand Down Expand Up @@ -45,6 +46,7 @@ Detailed file format information and example files are [here](../transcripts/tra

<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.
Expand All @@ -65,6 +67,7 @@ Single

<br><br>


## 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.
Expand All @@ -87,6 +90,7 @@ Please do not exceed `128 characters` for the node value or it may be truncated

<br><br>


## Chapters
`<podcast:chapters>`
Links to an external file (see example file) containing chapter data for the episode. See the [jsonChapters.md](https://github.com/Podcastindex-org/podcast-namespace/blob/main/chapters/jsonChapters.md) file for a description of the chapter file syntax. And, see the [example.json](https://github.com/Podcastindex-org/podcast-namespace/blob/main/chapters/example.json) example file for a real world example.
Expand All @@ -106,6 +110,7 @@ Single

<br><br>


## Soundbite
`<podcast:soundbite>`
Points to one or more soundbites within a podcast episode. The intended use includes episodes previews, discoverability, audiogram generation, episode highlights, etc. It should be assumed that the audio/video source of the soundbite is the audio/video given in the item's `<enclosure>` element.
Expand All @@ -130,6 +135,7 @@ Please do not exceed `128 characters` for the node value or it may be truncated

<br><br>


## Person
`<podcast:person>`
This element specifies a person of interest to the podcast. It is primarily intended to identify people like hosts, co-hosts and guests. Although, it is flexible enough to allow fuller credits to be given using the roles and groups that are listed in the [Podcast Taxonomy Project](https://podcasttaxonomy.com/)
Expand Down

0 comments on commit c5d8a28

Please sign in to comment.