mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-21 05:44:54 +00:00
23 lines
737 B
XML
23 lines
737 B
XML
<fvdoc>
|
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
|
<div id='message'>
|
|
<p>The recommended <code><itunes:email></code> element is missing</p>
|
|
</div>
|
|
<div id='explanation'>
|
|
<p>If an itunes:email element is not included, iTunes will send automated
|
|
messages to the email associated with the iTunes Music Store account
|
|
through which the podcast was submitted.</p>
|
|
</div>
|
|
<div id='solution'>
|
|
<p>Consider including the itunes:owner element, along with a valid
|
|
email address, immediately under the channel element.</p>
|
|
<p>An example follows:</p>
|
|
<pre>
|
|
<itunes:owner>
|
|
<itunes:name>Your Name</itunes:name>
|
|
<itunes:email>your-email@example.com</itunes:email>
|
|
</itunes:owner>
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
</fvdoc>
|