I removed some of the language around how the tag is implemented by the host. I hesitate to make the owner `attribute` optional?
tomrossi7-patch-1
Tom Rossi 2021-01-26 05:33:56 -05:00 zatwierdzone przez GitHub
rodzic 0f0b5cbf69
commit 8f1b8c5cd0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -47,9 +47,7 @@ Detailed file format information and example files are [here](../transcripts/tra
## Locked
`<podcast:locked>`
This tag may be set to `yes` or `no`. The purpose is to tell other podcast platforms whether they are allowed to import this feed. A value of `yes` means that any attempt to import this feed into a new platform should be rejected. It is expected
that podcast hosting providers will enable a toggle in their GUI to allow their users to turn feed transfer lock on or off. When importing a feed, if the hosting provider has already verified the owner="" email address on their own system, and the
email matches what is listed in this tag, it is safe to import the feed.
This tag may be set to `yes` or `no`. The purpose is to tell other podcast platforms whether they are allowed to import this feed. A value of `yes` means that any attempt to import this feed into a new platform should be rejected.
#### Parent
`<channel>`