"emailVerification" -> "ownerVerification", "contact" - closes #10

pull/17/head
Dave Jones 2020-10-12 11:13:04 -05:00
rodzic 4a1405324b
commit b488772c3b
2 zmienionych plików z 18 dodań i 2 usunięć

Wyświetl plik

@ -72,6 +72,7 @@ this larger namespace.
All attributes are required.
- **\<podcast:locked>**[yes or no]**\</podcast:locked>**
Channel
@ -83,7 +84,7 @@ this larger namespace.
feed transfer lock on or off.
- **\<podcast:verificationEmail>**[email address]**\</podcast:verificationEmail>**
- **\<podcast:ownerVerification>**[email address]**\</podcast:ownerVerification>
Channel
@ -95,6 +96,17 @@ this larger namespace.
it is to have this be a valid, working email address.
- **\<podcast:contact type="[feedback or advertising or abuse]" method="[email or link]">**[email address or url]**\</podcast:contact>**
Channel
(optional | multiple)
This element allows for listing different contact methods for the podcast owner. This could be for general feedback, advertising inquiries, abuse reports, etc.
All attributes are required.
- **\<podcast:previousUrl>**[url this feed was imported from]**\</podcast:previousUrl>**
Channel

Wyświetl plik

@ -32,8 +32,12 @@
<itunes:category text="News"/>
<itunes:category text="Technology"/>
<podcast:contact type="feedback" method="link">https://podcastindex.social</podcast:contact>
<podcast:contact type="advertising" method="email">adbuy@podcastindex.org</podcast:contact>
<podcast:contact type="abuse" method="email">abuse@podcastindex.org</podcast:contact>
<podcast:locked>yes</podcast:locked>
<podcast:emailVerification>podcast83043423@blubrry.com</podcast:emailVerification>
<podcast:ownerVerification>podcast83043423@blubrry.com</podcast:ownerVerification>
<podcast:previousUrl>https://yeoldhostingprovider.com/podcast479923</podcast:previousUrl>
<podcast:previousUrl>https://myveryfirstpodcasthost.com/show251.xml</podcast:previousUrl>
<podcast:id>1348299</podcast:id>