"platform" removed - closes #66

pull/93/head
Dave Jones 2020-10-22 08:55:29 -05:00
rodzic 341467cf60
commit 69a4b1876f
2 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -98,7 +98,7 @@ The url for that feed is: [https://noagendaassets.com/enc/pc20sandbox.xml](http
<br>
- **\<podcast:funding url="[url for the show at the platform] platform="[service slug]">**[user provided content to link]**\</podcast:funding>** (formalized)
- **\<podcast:funding url="[url for the show at the platform]">**[user provided content to link]**\</podcast:funding>** (formalized)
Channel or Item
@ -109,7 +109,6 @@ The url for that feed is: [https://noagendaassets.com/enc/pc20sandbox.xml](http
Attributes:
- `url` (required) Full url to the specific show on the funding platform.
- `platform` (optional) Identifies a payment or funding platform for the podcast. Service slugs should be recorded here in the repository.
- `node value` (required) Used as free form string from the podcast owner to show to the listeners. Ex. "Support us on Patreon!"
The maximum recommended string character length of the node value is 128 characters.

Wyświetl plik

@ -61,9 +61,5 @@ This tag lists possible donation/funding links for the podcast. The content of t
#### Attributes
**url:** The URL to be followed to fund the podcast.
**platform (optional)** Identifies a payment or funding platform for the podcast. Service slugs should be recorded here in the repository.
#### Examples
`<podcast:funding url="www.mydomain.com/support">Support the show!</podcast:funding>`
`<podcast:funding platform="paypal" url="www.paypal.me/myshow">Support the show!</podcast:funding>`