Merge pull request #293 from brianoflondon/main

Change suggested by Alecks
pull/294/head
Dave Jones 2021-09-05 07:06:13 -05:00 zatwierdzone przez GitHub
commit 6e30fdb127
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -12,7 +12,7 @@ However, as pointed out in issue https://github.com/Podcastindex-org/podcast-nam
This tag proposal will allow feed owners and the hosts of multiple feeds, to signal that future updates will be sent via Podping and there is no need to speculatively poll this rss feed.
An additional benefit will derive if feeds signal the name or names of the Hive accounts authorized to send Podpings. These authorized Hive accounts will be included in a `<podcast:podpingAuth>` tag
An additional benefit will derive if feeds signal the name or names of the Hive accounts authorized to send Podpings. These authorized Hive accounts will be included in a `<podcast:hiveAccount>` tag
## API Requirements
@ -22,15 +22,15 @@ This tag can also contribute to a future API endpoint for the PodcastIndex which
For the `<podcast:podping>` tag there is only one optional attribute `usesPodping` which will usually be set to `True` though could be set to `False` to specifically opt out of using Poding and indicate a feed must be polled by legacy RSS polling methods.
For the optional but helpful `<podcast:podpingAuth>` tag there is one attribute, a single value with a single allowed Hive account.
For the optional but helpful `<podcast:hiveAccount>` tag there is one attribute, a single value with a single Hive account which is allowed to issue `podpings` for this feed.
## Example
```xml
<podcast:podping>
<podcast:podpingAuth account="podping.aaa"/>
<podcast:podpingAuth account="podping.bbb"/>
<podcast:podpingAuth account="podping.ccc"/>
<podcast:hiveAccount account="podping.aaa"/>
<podcast:hiveAccount account="podping.bbb"/>
<podcast:hiveAccount account="podping.ccc"/>
</podcast:podping>
```