lock tag - make email optional - #394

add-license-1
Dave Jones 2022-09-28 16:40:10 -05:00
rodzic 4f5c9ec3b4
commit 9503e7d5c9
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -73,11 +73,11 @@ This tag may be set to `yes` or `no`. The purpose is to tell other podcast hosti
  The node value must be "yes" or "no".
### Attributes
- **owner (required):** The owner attribute is an email address that can be used to verify ownership of this feed during move and import operations. This could be a public email or a virtual email address at the hosting provider that redirects to the owner's true email address. This is a critical element, and it is expected that podcast hosting providers (if not providing virtual addresses) will allow setting this element's value in their GUI with an emphasis to their users of how important it is to have this be a valid, working email address.
- **owner (optional):** The owner attribute is an email address that can be used to verify ownership of this feed during move and import operations. This could be a public email or a virtual email address at the hosting provider that redirects to the owner's true email address.
### Examples
```xml
<podcast:locked owner="email@example.com">yes</podcast:locked>
<podcast:locked>yes</podcast:locked>
```
```xml