Improve podroll examples

So it's more clear the options at first sight
pull/710/head
David Marzal 2025-06-17 21:28:12 +02:00 zatwierdzone przez GitHub
rodzic 91e3baa0f9
commit 7c7d442023
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ Single
The node value must be one or more [`<podcast:remoteItem>`](remoteItem.md) elements.
### Example
- Recomendations with just the required `feedGuid`:
```xml
<podcast:podroll>
<podcast:remoteItem feedGuid="29cdca4a-32d8-56ba-b48b-09a011c5daa9" />
@ -25,3 +25,12 @@ The node value must be one or more [`<podcast:remoteItem>`](remoteItem.md) eleme
<podcast:remoteItem feedGuid="917393e3-1b1e-5cef-ace4-edaa54e1f810" />
</podcast:podroll>
```
- Recomendations with the required `feedGuid` and the optional `feedUrl`:
```xml
<podcast:podroll>
<podcast:remoteItem feedGuid="610e9ea8-edf0-407f-9e6c-72375a0e17db" feedUrl="https://feeds.redcircle.com/610e9ea8-edf0-407f-9e6c-72375a0e17db" />
<podcast:remoteItem feedGuid="68b52970-05d8-5cb1-8bd3-d15fa3961e09" feedUrl="https://accesibilidadtl.gitlab.io/feed" />
<podcast:remoteItem feedGuid="a9a56b87-575a-5f6f-9636-cdf7b73e6230" feedUrl="https://kdeexpress.gitlab.io/feed" />
</podcast:podroll>
```