kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
commit
a424e86ee9
11
docs/1.0.md
11
docs/1.0.md
|
@ -1299,8 +1299,7 @@ In plain language, the sequence of discovery an ingesting platform should use is
|
|||
`<podcast:txt>`<br><br>
|
||||
This element holds free-form text and is modeled after the DNS "[TXT](https://en.wikipedia.org/wiki/TXT_record)"
|
||||
record. It's meant to allow for usages that might be niche or otherwise not rise to the level of needing a
|
||||
dedicated tag. Just like TXT records in DNS allowed for new things like [SPF](https://en.wikipedia.
|
||||
org/wiki/Sender_Policy_Framework#Implementation) to evolve, this tag can allow novel techniques to be created and
|
||||
dedicated tag. Just like TXT records in DNS allowed for new things like [SPF](https://en.wikipedia.org/wiki/Sender_Policy_Framework#Implementation) to evolve, this tag can allow novel techniques to be created and
|
||||
sandboxed without a formalization process.
|
||||
|
||||
### Parent
|
||||
|
@ -1324,6 +1323,8 @@ come into common use, this list will be updated by the community to reflect that
|
|||
in order to prove that they are the owner of the feed and are in control of it. This is meant to replace the need
|
||||
for emails to exist in feeds. See example section below.
|
||||
|
||||
- `applepodcastsverify` - Same as above but [used](https://help.apple.com/itc/podcasts_connect/#/itcb54353390:~:text=podcast%3Atxt%20purpose%3D%E2%80%9C-,applepodcastsverify,-%E2%80%9D%3E) by Apple.
|
||||
|
||||
### Node value
|
||||
This is a free form string. Please do not exceed `4000 characters` for the node value or it may be
|
||||
truncated by aggregators.
|
||||
|
@ -1338,10 +1339,12 @@ truncated by aggregators.
|
|||
```
|
||||
|
||||
```xml
|
||||
<podcast:txt purpose="release">2022-10-26T04:45:30.742Z</podcast:txt>
|
||||
<podcast:txt purpose="applepodcastsverify">05124</podcast:txt>
|
||||
```
|
||||
|
||||
|
||||
```xml
|
||||
<podcast:txt purpose="release">2022-10-26T04:45:30.742Z</podcast:txt>
|
||||
```
|
||||
|
||||
<br><br><br><br><!-- Tag block -->
|
||||
## Remote Item
|
||||
|
|
Ładowanie…
Reference in New Issue