Adding back the Authorized account tage

for discussion
pull/292/head
Brian 2021-09-02 09:15:55 +03:00
rodzic 82a0b1cfb4
commit 18e7186b57
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B7C6B1C31AE864DF
1 zmienionych plików z 12 dodań i 0 usunięć

Wyświetl plik

@ -22,6 +22,18 @@ 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.
## Example
```xml
<podcast:podping>
<podcast:podpingAuth account="podping.aaa"/>
<podcast:podpingAuth account="podping.bbb"/>
<podcast:podpingAuth account="podping.ccc"/>
</podcast:podping>
```
## Example
```xml