Porównaj commity

...

7 Commity

Autor SHA1 Wiadomość Data
Dave Jones cbfc132c3c add publisher tag to draft doc 2024-04-25 16:05:14 -05:00
Dave Jones 79d44ae131 allow socialInteract in <channel> - closes #601 2024-04-25 15:54:07 -05:00
Dave Jones 5076f74d26
Merge pull request #630 from Dwev/dwev-patch-1
Update brand/logo info, depreciate itunes namespace owner tag
2024-04-25 15:46:01 -05:00
Dave Jones 68b89f8e0c
Merge pull request #632 from albertobeta/patch-5
Add GUID and TXT support for RSS.com
2024-04-25 15:45:20 -05:00
Tom Rossi 0a8a5d6e55
Update transcripts.md
Adding a line break to the sample JSON.
2024-04-25 16:26:49 -04:00
Alberto Betella 6ac58a1456
Add GUID and TXT support for RSS.com 2024-04-17 15:43:33 +02:00
Dwev 867e0b7dc6 Update brand/logo info, depreciate itunes namespace owner tag 2024-04-15 13:58:49 +02:00
9 zmienionych plików z 197 dodań i 26 usunięć

Wyświetl plik

@ -233,6 +233,10 @@ section [here](https://github.com/Podcastindex-org/podcast-namespace/labels/prop
<br><br>
## Badges and Media
## Branding
![Podcast Namespace](images/podcastindex-namespace-final.svg)
[Podcasting2.org](https://podcasting2.org)
[Podcasting 2.0 Brand Guide](https://live.standards.site/podcasting20/)
<img src="images/pc20badgered.svg" height="50" alt="Podcasting 2.0 Badge (red)" />

Wyświetl plik

@ -35,4 +35,5 @@ Steven Bell
CTHTC
@kenCode
@Agorise
@Dwev
... add your name as you contribute!

Wyświetl plik

@ -901,6 +901,9 @@ The node value is a string denoting one of the following possible values:
version audio enclosure attached.
- `blog` - Describes a feed of informally written articles. Similar to `newsletter` but more informal as in a
traditional blog platform style.
- `publisher` - Describes a feed that links to other feeds a publisher owns using the `<podcast:remoteItem>` element.
To understand the structure of how "publisher" feeds work, please see the dedicated document
(here)[publishers/publishers.md].
### List Mediums
In addition to the above mediums, each medium also has a counterpart "list" variant, where the original medium name
@ -1157,28 +1160,29 @@ of it's purpose.
<br><br><br><br><!-- Tag block -->
## Social Interact
`<podcast:socialInteract>`<br><br>
The `socialInteract` tag allows a podcaster to attach the url of a "root post" of a comment thread to an episode.
This "root post" is treated as the canonical location of where the comments and discussion around this episode will
take place. This can be thought of as the "official" social media comment space for this episode. If a protocol
such as "activitypub" is used, or some other protocol that allows programmatic API access, these comments can be
directly pulled into the app, and replies can be posted back to the thread from the app itself.
The `socialInteract` tag allows a podcaster to attach the url of a "root post" of a comment thread to an episode, or
to the podcast as a whole. This "root post" is treated as the canonical location of where the comments and
discussion around the episode or podcast will take place. This can be thought of as the "official" social media
comment space for the episode or podcast. If a protocol such as "activitypub" is used, or some other protocol that
allows programmatic API access, these comments can be directly pulled into the app, and replies can be posted back
to the thread from the app itself.
If multiple `socialInteract` tags are given for an `<item>`, the `priority` attribute is strongly recommended to
give the app an indication as to which comments to display first.
If multiple `socialInteract` tags are given for an `<item>` or the `<channel>`, the `priority` attribute is strongly
recommended to give the app an indication as to which comments to display first.
This tag can also be used as a signal to platforms and apps that the podcaster does not want public comments shown
alongside this episode. For this purpose a `protocol` value of "disabled" can be specified, with no other
alongside the episode or podcast. For this purpose a `protocol` value of "disabled" can be specified, with no other
attributes or node value present.
### Parent
&nbsp; `<item>`
&nbsp; `<item>` or `<channel>`
### Count
&nbsp; Multiple
### Attributes
- **uri** (required) The uri/url of root post comment.
- **protocol** (required) The [protocol](/socialprotocols.txt) in use for interacting with the comment root post.
- **uri** (required) The uri/url of root post comment.
- **accountId** (recommended) The account id (on the commenting platform) of the account that created this root post.
- **accountUrl** (optional) The public url (on the commenting platform) of the account that created this root post.
- **priority** (optional) When multiple socialInteract tags are present, this integer gives order of priority. A
@ -1187,9 +1191,9 @@ attributes or node value present.
Example (simple):
```xml
<podcast:socialInteract
uri="https://podcastindex.social/web/@dave/108013847520053258"
protocol="activitypub"
<podcast:socialInteract
protocol="activitypub"
uri="https://podcastindex.social/web/@dave/108013847520053258"
accountId="@dave"
/>
```
@ -1198,15 +1202,15 @@ Example (complex):
```xml
<podcast:socialInteract
priority="1"
uri="https://podcastindex.social/web/@dave/108013847520053258"
protocol="activitypub"
protocol="activitypub"
uri="https://podcastindex.social/web/@dave/108013847520053258"
accountId="@dave"
accountUrl="https://podcastindex.social/web/@dave"
/>
<podcast:socialInteract
priority="2"
uri="https://twitter.com/PodcastindexOrg/status/1507120226361647115"
protocol="twitter"
priority="2"
protocol="twitter"
uri="https://twitter.com/PodcastindexOrg/status/1507120226361647115"
accountId="@podcastindexorg"
accountUrl="https://twitter.com/PodcastindexOrg"
/>

Wyświetl plik

@ -111,6 +111,7 @@ For elements that are included in the official [DTD](https://github.com/Podcasti
4. [RedCircle](https://redcircle.com)
5. [CastGarden](https://cast.garden/feeds/podcast/videos.xml?videoChannelId=37)
6. [Podhome](https://www.podhome.fm/docs/podcasting-2-0)
7. [RSS.com](https://rss.com)
## Value `<podcast:value>`
1. [Castos](https://castos.com/earn-bitcoin-from-your-listeners/)
@ -131,3 +132,4 @@ For elements that are included in the official [DTD](https://github.com/Podcasti
2. [RSS Blue](https://rssblue.com/help/podcast-metadata#txt-records)
3. [Simplecast](https://help.simplecast.com/en/articles/7320145-rss-feed-ownership-verification)
4. [Podhome](https://www.podhome.fm/docs/podcasting-2-0)
5. [RSS.com](https://rss.com)

Wyświetl plik

@ -0,0 +1,155 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="843.62207"
height="150.00189"
version="1.1"
viewBox="0 0 223.20835 39.688"
id="svg2158"
sodipodi:docname="pc20badgered.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata2164">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs2162" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1720"
inkscape:window-height="1387"
id="namedview2160"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
units="px"
inkscape:zoom="1.1642198"
inkscape:cx="451.80473"
inkscape:cy="74.993385"
inkscape:window-x="1720"
inkscape:window-y="25"
inkscape:window-maximized="0"
inkscape:current-layer="svg2158"
inkscape:document-rotation="0" />
<rect
x="38.960522"
y="0.96052092"
width="183.28729"
height="37.766956"
fill="#d40000"
stroke="#d40000"
stroke-linecap="round"
stroke-width="1.92104"
style="white-space:pre;paint-order:fill markers stroke"
id="rect2120"
inkscape:export-filename="/Users/guymartin/Library/CloudStorage/OneDrive-Personal/Consulting/Podcasts/Podcasting 2.0/Logo Final/PC20_Badge_with_text/png/pc20badgered.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<rect
x="1"
y="1"
width="37.688"
height="37.688"
fill="#ffffff"
stroke="#d40000"
stroke-linecap="round"
stroke-width="2"
style="white-space:pre;paint-order:fill markers stroke"
id="rect2148"
inkscape:export-filename="/Users/guymartin/Library/CloudStorage/OneDrive-Personal/Consulting/Podcasts/Podcasting 2.0/Logo Final/PC20_Badge_with_text/png/pc20badgered.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
<g
transform="translate(-11.973,67.115)"
fill="#d40000"
stroke-width="0.26458"
id="g2156"
inkscape:export-filename="/Users/guymartin/Library/CloudStorage/OneDrive-Personal/Consulting/Podcasts/Podcasting 2.0/Logo Final/PC20_Badge_with_text/png/pc20badgered.png"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96">
<path
d="m 27.502,-36.851 c 1.0315,-1.0923 2.5665,-1.7045 4.3441,-1.7045 4.9438,0.08925 9.2297,-4.5508 8.6795,-9.4993 -1.373,-10.962 -16.954,-10.267 -17.441,0.68781 0,0.05433 0.04367,0.09798 0.098,0.09798 h 2.7169 c 0.05337,0 0.09509,-0.04269 0.09606,-0.09604 0.43859,-7.6357 11.412,-7.5542 11.654,0.15425 -0.03105,3.147 -2.7256,5.7246 -5.8734,5.745 -4.9855,-0.0388 -8.7018,3.7184 -8.695,8.6495 0,0.05433 0.04366,0.09798 0.098,0.09798 h 17.271 c 0.05337,0 0.09703,-0.04269 0.09703,-0.09604 0,-1.5541 -1.2595,-2.8133 -2.8139,-2.8133 h -10.922 c -0.07277,0 -0.12129,-0.07858 -0.08636,-0.14261 0.21444,-0.39678 0.47449,-0.76056 0.77626,-1.0807 z"
id="path2150" />
<path
d="m 22.591,-40.172 c -5.8355,-7.4553 -0.48419,-18.703 9.0939,-18.739 10.885,-0.07276 15.865,13.47 7.715,20.464 -0.05822,0.05044 -0.03784,0.14261 0.03493,0.16589 0.90725,0.28327 1.7184,0.78676 2.3705,1.4484 0.03784,0.03783 0.098,0.03977 0.13682,0.002 2.6985,-2.6183 4.3897,-6.2689 4.4256,-10.308 0.0718,-8.0092 -6.4293,-14.621 -14.44,-14.684 -12.599,-0.13582 -19.335,15.048 -10.945,24.26 0.04755,0.05239 0.13293,0.03783 0.16107,-0.02813 0.37842,-0.88571 0.86359,-1.7142 1.4467,-2.466 0.02717,-0.03492 0.02717,-0.08246 0,-0.11738 z"
id="path2152" />
<path
d="m 34.725,-47.269 c 0,1.6075 -1.3031,2.9103 -2.911,2.9103 -3.8609,-0.15328 -3.8599,-5.6683 0,-5.8207 1.6078,0 2.911,1.3029 2.911,2.9103 z"
id="path2154" />
</g>
<path
d="m 59.117098,17.399828 q 0,1.264357 -0.609601,2.370669 -0.587022,1.106312 -1.873957,1.783646 -1.264357,0.677334 -3.206048,0.677334 H 50.78589 v 6.050851 H 47.624997 V 12.523023 h 5.802495 q 1.828802,0 3.115737,0.632178 1.286934,0.632179 1.919113,1.738491 0.654756,1.106312 0.654756,2.506136 z m -5.825073,2.280358 q 1.309513,0 1.941691,-0.587023 0.632179,-0.609601 0.632179,-1.693335 0,-2.302936 -2.57387,-2.302936 H 50.78589 v 4.583294 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3188" />
<path
d="m 66.893386,28.485528 q -1.806224,0 -3.251203,-0.790223 -1.44498,-0.812801 -2.280358,-2.280358 -0.812801,-1.467557 -0.812801,-3.38667 0,-1.919113 0.835379,-3.38667 0.857956,-1.467557 2.325513,-2.25778 1.467557,-0.812801 3.273781,-0.812801 1.806224,0 3.273781,0.812801 1.467557,0.790223 2.302936,2.25778 0.857956,1.467557 0.857956,3.38667 0,1.919113 -0.880534,3.38667 -0.857956,1.467557 -2.348091,2.280358 -1.467557,0.790223 -3.296359,0.790223 z m 0,-2.754492 q 0.857956,0 1.603024,-0.4064 0.767645,-0.428978 1.219201,-1.264357 0.451556,-0.835379 0.451556,-2.032002 0,-1.783646 -0.948268,-2.731914 -0.925689,-0.970845 -2.280357,-0.970845 -1.354668,0 -2.280358,0.970845 -0.903112,0.948268 -0.903112,2.731914 0,1.783646 0.880534,2.754492 0.903112,0.948267 2.25778,0.948267 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3190" />
<path
d="m 74.946253,21.983121 q 0,-1.896535 0.745067,-3.364092 0.767645,-1.467557 2.077158,-2.25778 1.309512,-0.790223 2.912536,-0.790223 1.219201,0 2.325514,0.541867 1.106312,0.519289 1.761068,1.399824 v -5.937962 h 3.206048 v 16.707573 h -3.206048 v -1.85138 q -0.587023,0.92569 -1.648179,1.490135 -1.061157,0.564445 -2.460981,0.564445 -1.580446,0 -2.889958,-0.812801 -1.309513,-0.812801 -2.077158,-2.280358 -0.745067,-1.490135 -0.745067,-3.409248 z m 9.843921,0.04516 q 0,-1.151468 -0.451556,-1.964269 -0.451556,-0.835378 -1.219201,-1.264357 -0.767646,-0.451556 -1.64818,-0.451556 -0.880534,0 -1.625602,0.428979 -0.745067,0.428978 -1.219201,1.264356 -0.451556,0.812801 -0.451556,1.941691 0,1.12889 0.451556,1.986847 0.474134,0.835378 1.219201,1.286934 0.767646,0.451556 1.625602,0.451556 0.880534,0 1.64818,-0.428978 0.767645,-0.451556 1.219201,-1.264357 0.451556,-0.835378 0.451556,-1.986846 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3192" />
<path
d="m 90.248003,22.028277 q 0,-1.941691 0.790223,-3.38667 0.790223,-1.467557 2.190047,-2.25778 1.399823,-0.812801 3.206047,-0.812801 2.325514,0 3.83823,1.174045 1.53529,1.151468 2.05458,3.251204 h -3.409252 q -0.270933,-0.812801 -0.925689,-1.264357 -0.632179,-0.474134 -1.580447,-0.474134 -1.354668,0 -2.144891,0.993423 -0.790223,0.970846 -0.790223,2.77707 0,1.783646 0.790223,2.777069 0.790223,0.970846 2.144891,0.970846 1.919114,0 2.506136,-1.715913 h 3.409252 q -0.51929,2.032002 -2.05458,3.228625 -1.535294,1.196624 -3.83823,1.196624 -1.806224,0 -3.206047,-0.790223 -1.399824,-0.812801 -2.190047,-2.25778 -0.790223,-1.467557 -0.790223,-3.409248 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3194" />
<path
d="m 103.82996,21.983121 q 0,-1.896535 0.74507,-3.364092 0.76764,-1.467557 2.05458,-2.25778 1.30951,-0.790223 2.91254,-0.790223 1.39982,0 2.4384,0.564445 1.06115,0.564445 1.69333,1.422401 v -1.783646 h 3.18347 v 12.508102 h -3.18347 v -1.828802 q -0.6096,0.880534 -1.69333,1.467557 -1.06116,0.564445 -2.46098,0.564445 -1.58045,0 -2.88996,-0.812801 -1.28694,-0.812801 -2.05458,-2.280358 -0.74507,-1.490135 -0.74507,-3.409248 z m 9.84392,0.04516 q 0,-1.151468 -0.45155,-1.964269 -0.45156,-0.835378 -1.2192,-1.264357 -0.76765,-0.451556 -1.64818,-0.451556 -0.88054,0 -1.62561,0.428979 -0.74506,0.428978 -1.2192,1.264356 -0.45155,0.812801 -0.45155,1.941691 0,1.12889 0.45155,1.986847 0.47414,0.835378 1.2192,1.286934 0.76765,0.451556 1.62561,0.451556 0.88053,0 1.64818,-0.428978 0.76764,-0.451556 1.2192,-1.264357 0.45155,-0.835378 0.45155,-1.986846 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3196" />
<path
d="m 124.73101,28.485528 q -1.53529,0 -2.75449,-0.541867 -1.2192,-0.564445 -1.94169,-1.512713 -0.69991,-0.948268 -0.76765,-2.099735 h 3.18347 q 0.0903,0.722489 0.69991,1.196623 0.63218,0.474134 1.55787,0.474134 0.90311,0 1.39983,-0.361245 0.51929,-0.361245 0.51929,-0.92569 0,-0.6096 -0.63218,-0.903112 -0.6096,-0.316089 -1.96427,-0.677334 -1.39983,-0.338667 -2.30294,-0.699912 -0.88053,-0.361245 -1.53529,-1.106312 -0.63218,-0.745067 -0.63218,-2.009424 0,-1.038579 0.58703,-1.896536 0.6096,-0.857956 1.71591,-1.354668 1.12889,-0.496711 2.6416,-0.496711 2.2352,0 3.56729,1.12889 1.33209,1.106312 1.46756,3.002847 h -3.02542 q -0.0677,-0.745067 -0.63218,-1.174045 -0.54187,-0.451556 -1.46756,-0.451556 -0.85796,0 -1.33209,0.316089 -0.45156,0.316089 -0.45156,0.880534 0,0.632179 0.63218,0.970846 0.63218,0.316089 1.96427,0.654756 1.35467,0.338667 2.2352,0.699912 0.88054,0.361244 1.51272,1.12889 0.65475,0.745067 0.67733,1.986846 0,1.083735 -0.6096,1.941691 -0.58702,0.857956 -1.71591,1.354668 -1.10631,0.474134 -2.59645,0.474134 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3198" />
<path
d="m 135.92784,18.370673 v 6.050851 q 0,0.632178 0.29351,0.92569 0.31609,0.270933 1.03858,0.270933 h 1.46755 v 2.664181 h -1.98684 q -3.99627,0 -3.99627,-3.883382 v -6.028273 h -1.49014 v -2.596447 h 1.49014 v -3.093159 h 3.18347 v 3.093159 h 2.79964 v 2.596447 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3200" />
<path
d="m 142.62603,14.284091 q -0.83538,0 -1.39982,-0.519289 -0.54187,-0.541867 -0.54187,-1.33209 0,-0.790224 0.54187,-1.309513 0.56444,-0.541867 1.39982,-0.541867 0.83538,0 1.37725,0.541867 0.56444,0.519289 0.56444,1.309513 0,0.790223 -0.56444,1.33209 -0.54187,0.519289 -1.37725,0.519289 z m 1.55787,1.490135 v 12.508102 h -3.16089 V 15.774226 Z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3202" />
<path
d="m 154.2162,15.593604 q 2.23521,0 3.61245,1.422401 1.37725,1.399824 1.37725,3.928537 v 7.337786 h -3.1609 v -6.908807 q 0,-1.490135 -0.74506,-2.280358 -0.74507,-0.812801 -2.032,-0.812801 -1.30952,0 -2.07716,0.812801 -0.74507,0.790223 -0.74507,2.280358 v 6.908807 h -3.16089 V 15.774226 h 3.16089 v 1.557868 q 0.63218,-0.812801 1.60302,-1.264357 0.99343,-0.474133 2.16747,-0.474133 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3204" />
<path
d="m 167.08908,15.571026 q 1.39982,0 2.46098,0.564445 1.06115,0.541867 1.67075,1.422401 v -1.783646 h 3.18347 v 12.598413 q 0,1.738491 -0.69991,3.093159 -0.69991,1.377245 -2.09973,2.167468 -1.39983,0.812801 -3.38667,0.812801 -2.66418,0 -4.3801,-1.241779 -1.69333,-1.241779 -1.91911,-3.38667 h 3.13832 q 0.24835,0.857957 1.06115,1.354668 0.83538,0.51929 2.00943,0.51929 1.37724,0 2.2352,-0.835379 0.85795,-0.812801 0.85795,-2.483558 v -1.941691 q -0.6096,0.880534 -1.69333,1.467557 -1.06116,0.587023 -2.4384,0.587023 -1.58045,0 -2.88996,-0.812801 -1.30951,-0.812801 -2.07716,-2.280358 -0.74507,-1.490135 -0.74507,-3.409248 0,-1.896535 0.74507,-3.364092 0.76765,-1.467557 2.05458,-2.25778 1.30951,-0.790223 2.91254,-0.790223 z m 4.13173,6.457251 q 0,-1.151468 -0.45155,-1.964269 -0.45156,-0.835378 -1.2192,-1.264357 -0.76765,-0.451556 -1.64818,-0.451556 -0.88054,0 -1.6256,0.428979 -0.74507,0.428978 -1.2192,1.264356 -0.45156,0.812801 -0.45156,1.941691 0,1.12889 0.45156,1.986847 0.47413,0.835378 1.2192,1.286934 0.76764,0.451556 1.6256,0.451556 0.88053,0 1.64818,-0.428978 0.76764,-0.451556 1.2192,-1.264357 0.45155,-0.835378 0.45155,-1.986846 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3206" />
<path
d="m 183.5035,24.715035 q 2.16747,-1.806224 3.4544,-3.002847 1.28694,-1.219202 2.14489,-2.528714 0.85796,-1.309512 0.85796,-2.573869 0,-1.151468 -0.54187,-1.806224 -0.54186,-0.654757 -1.67076,-0.654757 -1.12889,0 -1.73849,0.767646 -0.6096,0.745067 -0.63217,2.054579 h -3.07058 q 0.0903,-2.709336 1.60302,-4.109159 1.53529,-1.399824 3.88338,-1.399824 2.57387,0 3.95112,1.377246 1.37724,1.354668 1.37724,3.58987 0,1.761069 -0.94827,3.364093 -0.94826,1.603023 -2.16746,2.799647 -1.21921,1.174046 -3.18347,2.844803 h 6.66045 v 2.619025 h -11.15344 v -2.348092 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3208" />
<path
d="m 197.23574,28.440372 q -0.85795,0 -1.4224,-0.519289 -0.54187,-0.541867 -0.54187,-1.33209 0,-0.790223 0.54187,-1.309513 0.56445,-0.541867 1.4224,-0.541867 0.83538,0 1.37725,0.541867 0.54187,0.51929 0.54187,1.309513 0,0.790223 -0.54187,1.33209 -0.54187,0.519289 -1.37725,0.519289 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3210" />
<path
d="m 201.3396,19.83823 q 0,-3.905959 1.39983,-6.118584 1.4224,-2.212624 4.69618,-2.212624 3.27378,0 4.6736,2.212624 1.42241,2.212625 1.42241,6.118584 0,3.928538 -1.42241,6.16374 -1.39982,2.235202 -4.6736,2.235202 -3.27378,0 -4.69618,-2.235202 -1.39983,-2.235202 -1.39983,-6.16374 z m 9.07628,0 q 0,-1.670757 -0.22578,-2.799647 -0.2032,-1.151468 -0.85795,-1.873958 -0.63218,-0.722489 -1.89654,-0.722489 -1.26436,0 -1.91911,0.722489 -0.63218,0.72249 -0.85796,1.873958 -0.2032,1.12889 -0.2032,2.799647 0,1.715913 0.2032,2.889959 0.2032,1.151468 0.85796,1.873957 0.65475,0.699912 1.91911,0.699912 1.26436,0 1.91911,-0.699912 0.65476,-0.722489 0.85796,-1.873957 0.2032,-1.174046 0.2032,-2.889959 z"
style="font-style:normal;font-variant:normal;font-weight:600;font-stretch:normal;font-size:22.5778px;line-height:1.25;font-family:Poppins;-inkscape-font-specification:'Poppins Semi-Bold';text-align:center;text-anchor:middle;fill:#ffffff;stroke-width:0.264583"
id="path3212" />
</svg>

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 16 KiB

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -72,7 +72,10 @@ publishing entity.
While not strictly required, adding a reference to the publisher feed from the "child" feeds is a good idea, as it
makes discovery of your other content much easier. Podcast apps can see this linkage and "walk back up the chain"
to your publisher feed and then recommend your other podcast content to a listener.
to your publisher feed and then recommend your other podcast content to a listener. To do this, you will need to
add a `<podcast:publisher>` tag in the `<channel>` of the "child" feed that will contain a `<podcast:remoteItem>` link to
the
publisher feed.
### Example
@ -89,7 +92,9 @@ example above.
<podcast:person href="https://mikeneumann.net" group="cast" role="host" img="https://itsamood.org/assets/static/MikeNeumann_202310.jpg">Mike Neumann</podcast:person>
<podcast:guid>469b403f-db2d-574c-9db9-96dbb3f6561c</podcast:guid>
<podcast:medium>podcast</podcast:medium>
<podcast:remoteItem medium="publisher" feedGuid="003af0a0-6a45-55bf-b765-68e3d349551a" feedUrl="https://agilesetmedia.com/assets/static/feeds/publisher.xml"/>
<podcast:publisher>
<podcast:remoteItem medium="publisher" feedGuid="003af0a0-6a45-55bf-b765-68e3d349551a" feedUrl="https://agilesetmedia.com/assets/static/feeds/publisher.xml"/>
</podcast:publisher>
<item>
<title><![CDATA[Runnin']]></title>
<pubDate>Wed, 03 Apr 2024 02:06:28 +0000</pubDate>

Wyświetl plik

@ -1,4 +1,5 @@
disabled
activitypub
twitter
lightning
lightning
bluesky

Wyświetl plik

@ -76,7 +76,7 @@ The JSON representation is a flexible format that accomodates various degrees of
"speaker": "Darth Vader",
"startTime": 2.25,
"endTime": 2.50,
"body": "father."
"body": "father.\n"
},
{
"speaker": "Luke",