zendframework / zend-feed

Feed component from Zend Framework
BSD 3-Clause "New" or "Revised" License
166 stars 42 forks source link

Added Reader/Writer methods and tests for <itunes:title> on entry level #96

Closed podcasthosting closed 5 years ago

podcasthosting commented 5 years ago

There is a (new) field in the Itunes podcast spec for the episode title. See https://help.apple.com/itc/podcasts_connect/#/itcb54353390 > Episode descriptions >

The pull requests adds the missing methods for reading and writing a feed and the tests.

froschdesign commented 5 years ago

@podcasthosting Do you know if there is finally a file for the DTD?

froschdesign commented 5 years ago

@podcasthosting Thanks for your contribution, I will check later in the day.

froschdesign commented 5 years ago

@OpenHaus Can you answer my previous question?

podcasthosting commented 5 years ago

@podcasthosting Do you know if there is finally a file for the DTD?

It does not seem so. The uri referencing the DTD in the specs is not reachable:

<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">

I have no further information.

froschdesign commented 5 years ago

@podcasthosting

I have no further information.

Okay, thanks for the feedback anyway. 👍 (I was hoping we could simplify the unit tests.)

weierophinney commented 5 years ago

Thanks, @podcasthosting! I rebased your branch against develop, and merged against develop for the upcoming 2.12.0 release.