David Marzal 2024-04-08 01:02:35 +09:00 zatwierdzone przez GitHub
commit 4a6661e9ab
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 6 dodań i 7 usunięć

Wyświetl plik

@ -1037,9 +1037,9 @@ All tags that are valid as children of a standard `<item>` tag are also valid as
When specifying the audio/video source, the [`<podcast:alternateEnclosure>`](#alternate-enclosure) tag is highly
encouraged since it gives the broadest coverage of possible stream types and is explicit in it's communication of
what transport protocol and media codecs are being used. In addition to [`<podcast:alternateEnclosure>`](#alternate-enclosure), a standard [`<enclosure>`](https://cyber.harvard.edu/rss/rss.
html#ltenclosuregtSubelementOfLtitemgt) should also be given as a fallback to support podcast apps that don't yet
implement [`<podcast:alternateEnclosure>`](#alternate-enclosure).
what transport protocol and media codecs are being used. In addition to [`<podcast:alternateEnclosure>`](#alternate-enclosure), a standard
[`<enclosure>`](https://cyber.harvard.edu/rss/rss.html#ltenclosuregtSubelementOfLtitemgt) should also be given as a
fallback to support podcast apps that don't yet implement [`<podcast:alternateEnclosure>`](#alternate-enclosure).
Regardless of which enclosure tag is used, feed
owners must be conscious of the fact that choosing a non-mainstream streaming protocol/codec will limit the number
@ -1285,9 +1285,8 @@ 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
sandboxed without a formalization process.
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
&nbsp; `<channel>` or `<item>`
@ -1681,4 +1680,4 @@ use the `<podcast:chat>` tag at the `<item>` or `<podcast:liveItem>` level.
accountId="@bob:example.com"
space="#general:example.com"
/>
```
```