kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
Merge 74a4df9fcb
into cabc642799
commit
4cfc8bcdcb
|
@ -199,7 +199,7 @@ The following tags have been formally adopted into the namespace. They are full
|
|||
located [here](docs/1.0.md). Please see that file for full implementation details.
|
||||
|
||||
- **\<podcast:medium>** <br>
|
||||
- **\<podcast:images>** <br>
|
||||
- **\<podcast:images>** - DEPRECATED<br>
|
||||
- **\<podcast:liveItem>** <br>
|
||||
|
||||
<br>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
<podcast:episode>1</podcast:episode>
|
||||
<podcast:chapters url="https://example.com/ep1_chapters.json" type="application/json"/>
|
||||
<podcast:funding url="https://example.com/donate">Support the show</podcast:funding>
|
||||
<podcast:images srcset="https://example.com/images/ep1/pci_avatar-massive.jpg 1500w, https://example.com/images/ep1/pci_avatar-middle.jpg 600w, https://example.com/images/ep1/pci_avatar-small.jpg 300w, https://example.com/images/ep1/pci_avatar-tiny.jpg 150w" />
|
||||
<podcast:location geo="geo:30.2672,97.7431" osm="R113314">Austin, TX</podcast:location>
|
||||
<podcast:location geo="12345">12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678</podcast:location>
|
||||
<podcast:locked owner="podcastowner@example.com">yes</podcast:locked>
|
||||
|
|
|
@ -47,11 +47,6 @@ A complete example:
|
|||
<link>https://example.com/podcast/live</link>
|
||||
<guid isPermaLink="true">https://example.com/live</guid>
|
||||
<author>John Doe (john@example.com)</author>
|
||||
<podcast:images srcset="https://example.com/images/live/pci_avatar-massive.jpg 1500w,
|
||||
https://example.com/images/live/pci_avatar-middle.jpg 600w,
|
||||
https://example.com/images/live/pci_avatar-small.jpg 300w,
|
||||
https://example.com/images/live/pci_avatar-tiny.jpg 150w"
|
||||
/>
|
||||
<podcast:person href="https://www.podchaser.com/creators/adam-curry-107ZzmWE5f"
|
||||
img="https://example.com/images/adamcurry.jpg">Adam Curry</podcast:person>
|
||||
<podcast:person role="guest" href="https://github.com/daveajones/"
|
||||
|
|
12
example.xml
12
example.xml
|
@ -72,10 +72,6 @@
|
|||
<pubDate>Fri, 09 Oct 2020 04:30:38 GMT</pubDate>
|
||||
<author>John Doe (john@example.com)</author>
|
||||
<itunes:image href="https://example.com/ep0003/artMd.jpg"/>
|
||||
<podcast:images srcset="https://example.com/images/ep3/pci_avatar-massive.jpg 1500w,
|
||||
https://example.com/images/ep3/pci_avatar-middle.jpg 600w,
|
||||
https://example.com/images/ep3/pci_avatar-small.jpg 300w,
|
||||
https://example.com/images/ep3/pci_avatar-tiny.jpg 150w" />
|
||||
<itunes:explicit>false</itunes:explicit>
|
||||
<podcast:season name="Podcasting 2.0">1</podcast:season>
|
||||
<podcast:episode>3</podcast:episode>
|
||||
|
@ -133,10 +129,6 @@
|
|||
<pubDate>Thu, 08 Oct 2020 04:30:38 GMT</pubDate>
|
||||
<author>John Doe (john@example.com)</author>
|
||||
<itunes:image href="https://example.com/ep0002/artMd.jpg"/>
|
||||
<podcast:images srcset="https://example.com/images/ep2/pci_avatar-massive.jpg 1500w,
|
||||
https://example.com/images/ep2/pci_avatar-middle.jpg 600w,
|
||||
https://example.com/images/ep2/pci_avatar-small.jpg 300w,
|
||||
https://example.com/images/ep2/pci_avatar-tiny.jpg 150w" />
|
||||
<itunes:explicit>false</itunes:explicit>
|
||||
<podcast:season name="Podcasting 2.0">1</podcast:season>
|
||||
<podcast:episode>2</podcast:episode>
|
||||
|
@ -184,10 +176,6 @@
|
|||
<pubDate>Wed, 07 Oct 2020 04:30:38 GMT</pubDate>
|
||||
<author>John Doe (john@example.com)</author>
|
||||
<itunes:image href="https://example.com/ep0001/artMd.jpg"/>
|
||||
<podcast:images srcset="https://example.com/images/ep1/pci_avatar-massive.jpg 1500w,
|
||||
https://example.com/images/ep1/pci_avatar-middle.jpg 600w,
|
||||
https://example.com/images/ep1/pci_avatar-small.jpg 300w,
|
||||
https://example.com/images/ep1/pci_avatar-tiny.jpg 150w" />
|
||||
<itunes:explicit>false</itunes:explicit>
|
||||
<podcast:season name="Podcasting 2.0">1</podcast:season>
|
||||
<podcast:episode>1</podcast:episode>
|
||||
|
|
Ładowanie…
Reference in New Issue