Removed "person" parent element

Advanced simplicity baby!
pull/29/head
Martin Mouritzen 2020-10-14 18:21:15 +02:00 zatwierdzone przez GitHub
rodzic 6021602dd9
commit 73b9a4d264
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 9 usunięć

Wyświetl plik

@ -179,20 +179,15 @@ this larger namespace. But, we don't want to be so general that the spec become
All attributes are required.
- **\<podcast:persons/>**
Channel or Item (optional | single)
This element lists optional `<podcast:person/>` item elements that reflects persons of interest for the show.
- **\<podcast:person name="[(string)]" role="[(string)]" img="[(uri of content)]" href="[(uri to website/wiki/blog)]"/>**
Item (optional | multiple)
Channel or Item (optional | multiple)
This element specifies a person
This element specifies a person of interest to the podcast
`name" is required and is the full name or alias of the person.
`role` is optional and is used to identify what role the person has for the show or episode. If missing, on the channel element, "host" is assumed, on the Item element "guest" is assumed.
`img` is optional and is used to show a photo of the person
`img` is optional and is meant for a photo or graphical representation of the person
`href` is optional and is a link to a relevant resource of information about the person. (eg. website, blog or wiki entry).
- **\<podcast:newFeedUrl>**[the url the feed now lives at]**\</podcast:newFeedUrl>**