cleanup and character limits

pull/115/head
Dave Jones 2020-11-15 16:58:33 -06:00
rodzic 29bbc92465
commit cd40bab92e
2 zmienionych plików z 11 dodań i 6 usunięć

Wyświetl plik

@ -97,13 +97,14 @@ The url for that feed is: [https://noagendaassets.com/enc/pc20sandbox.xml](http
<br>
The following tags have been formally adopted into the namespace. They are documented in the XMLNS document [here](docs/1.0.md).
The following tags have been formally adopted into the namespace. They are fully documented in the XMLNS document located [here](docs/1.0.md). Please see that file for
full implementation details.
- **\<podcast:locked owner="[podcast owner email address]">**[yes or no]**\</podcast:locked>** (formalized) <br>
- **\<podcast:transcript url="[url to a file or website]" type="[mime type]" rel="captions" language="[language code]" />** (formalized) <br>
- **\<podcast:funding url="[url for the show at the platform]">**[user provided content to link]**\</podcast:funding>** (formalized) <br>
- **\<podcast:chapters url="[url to chapter data file]" type="[mime type]" />** (formalized) <br>
- **\<podcast:soundbite startTime="[123]" duration="[30]">[Title of Soundbite]\</podcast:soundbite>** (formalized) <br>
- **\<podcast:locked>** <br>
- **\<podcast:transcript>** <br>
- **\<podcast:funding>** <br>
- **\<podcast:chapters>** <br>
- **\<podcast:soundbite>** <br>
<br><br>

Wyświetl plik

@ -72,6 +72,8 @@ This tag lists possible donation/funding links for the podcast. The content of t
`<podcast:funding url="https://www.example.com/members">Become a member!</podcast:funding>`
Please do not exceed `128 characters` for the node value or it may be truncated by aggregators.
<br><br>
## Chapters
@ -107,4 +109,6 @@ Points to one or more soundbites within a podcast episode. The intended use incl
`<podcast:soundbite startTime="1234.5" duration="42.25">Why the Podcast Namespace Matters</podcast:soundbite>`
Please do not exceed `128 characters` for the node value or it may be truncated by aggregators.
<br><br>