-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.rss
308 lines (258 loc) · 11.3 KB
/
feed.rss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0">
<channel>
<atom:link rel="self" type="application/atom+xml" href="https://splendorous-taiyaki-c3126b.netlify.app/feed.rss" title="MP3 Audio"/>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
<title>HTML rendering test v2: Podcast Show Notes</title>
<generator>Transistor (https://transistor.fm)</generator>
<itunes:new-feed-url>https://splendorous-taiyaki-c3126b.netlify.app/feed.rss</itunes:new-feed-url>
<description>Text elements and formatting render differently in different podcast listening apps. This is a test feed.</description>
<copyright>© 2024 Justin Jackson</copyright>
<podcast:locked owner="[email protected]">no</podcast:locked>
<language>en</language>
<pubDate>Thu, 23 May 2024 16:15:13 -0700</pubDate>
<lastBuildDate>Thu, 23 May 2024 16:15:21 -0700</lastBuildDate>
<image>
<url>https://images-internal.transistor.fm/images/episode/1338701/full_1684255645-artwork.jpg</url>
<title>HTML rendering test v2: Podcast Show Notes</title>
</image>
<itunes:category text="Comedy">
<itunes:category text="Improv"/>
</itunes:category>
<itunes:category text="Comedy"/>
<itunes:type>episodic</itunes:type>
<itunes:author>Justin Jackson</itunes:author>
<itunes:image href="https://images-internal.transistor.fm/images/episode/1338701/full_1684255645-artwork.jpg"/>
<itunes:summary>Text elements and formatting render differently in different podcast listening apps. This is a test feed.</itunes:summary>
<itunes:subtitle>Text elements and formatting render differently in different podcast listening apps. This is a test feed.</itunes:subtitle>
<itunes:keywords></itunes:keywords>
<itunes:owner>
<itunes:name>Justin Jackson</itunes:name>
<itunes:email>[email protected]</itunes:email>
</itunes:owner>
<itunes:complete>No</itunes:complete>
<itunes:explicit>No</itunes:explicit>
<item>
<title>Rendering HTML in description, summary, content:encoded</title>
<itunes:episode>1</itunes:episode>
<podcast:episode>1</podcast:episode>
<itunes:title>Podcast Episode Show Notes HTML Rendering Test</itunes:title>
<itunes:episodeType>full</itunes:episodeType>
<guid isPermaLink="false">91707a65-6c91-473a-8813-67336d98c4bd</guid>
<link>https://share.transistor.fm/s/cd72c622</link>
<description>
<![CDATA[<p>
This project is a simple test of HTML styles and elements. <a href="https://splendorous-taiyaki-c3126b.netlify.app/feed.rss">Link to RSS feed url</a>.
</p>
<p>
The main use case for this test is to visualize how HTML is rendered in different podcast listening apps (Apple Podcasts, Spotify, YouTube Music, etc).
</p>
<h1>Testing an H1</h1>
<p>
This is an anchor tag/hyper link: <a href="https://transistor.fm/how-to-start-a-podcast/">How to start a podcast</a>
</p>
<p>
This is a paragraph. "To record a podcast, you'll need a microphone, PC or tablet, and audio editing software. Plug your microphone into your computer (or tablet) and record your episode. Once you're done editing it, you'll export the MP3 and upload it to a podcast hosting provider (like <a href="https://transistor.fm/podcast-hosting/">Transistor.fm</a>). Your podcast host will help you distribute your podcast to Apple Podcasts, Spotify, and other listening apps."
</p>
<p>
<strong>Here's a block quote</strong>:
</p>
<blockquote>
<p>
Man surprised me most about humanity. Because he sacrifices his health in order to make money. Then he sacrifices money to recuperate his health. And then he is so anxious about the future that he does not enjoy the present; the result being that he does not live in the present or the future; he lives as if he is never going to die, and then dies having never really lived. – James J Lachard
</p>
</blockquote>
<h2>Testing an H2</h2>
<p>
<em>Italic</em>, <strong>bold</strong>, and <code>monospace</code>
</p>
<p>
This is a paragraph with a single line break inside of it. This is before the line break.<br>This is after the line break.
</p>
<p>
This is a paragraph with a two line breaks inside of it. This is before the line breaks.<br><br>This is after the line breaks.
</p>
<h3>Testing an H3</h3>
<div>
This is a DIV. To record a podcast, you'll need a microphone, PC or tablet, and audio editing software. Plug your microphone into your computer (or tablet) and record your episode. Once you're done editing it, you'll export the MP3 and upload it to a podcast hosting provider (like <a href="https://transistor.fm">Transistor.fm</a>). Your podcast host will help you distribute your podcast to Apple Podcasts, Spotify, and other listening apps.
</div>
<div>
This is another DIV with a single line break inside of it. This is before the line break.<br>This is after the line break.
</div>
<div>
This is a DIV with a two line breaks inside of it. This is before the line breaks.<br><br>This is after the line breaks.
</div>
<h4>Testing an H4</h4>
<p>
<strong>A simple itemized lists look like this:</strong>
</p>
<ul>
<li>this one</li>
<li>that one</li>
<li>the other one</li>
</ul>
<p>A nested list:</p>
<ol>
<li>
First, get these ingredients:
<ul>
<li>carrots</li>
<li>celery</li>
<li>lentils</li>
</ul>
</li>
<li>Boil some water.</li>
<li>Do not bump wooden spoon or it will fall.</li>
</ol>
<p>A horizontal line:</p>
<hr />
<p>Tables can look like this:</p>
<table border="1">
<caption>Shoes, their sizes, and what they're made of</caption>
<thead>
<tr>
<th align="left">size</th>
<th align="left">material</th>
<th align="left">color</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">9</td>
<td align="left">leather</td>
<td align="left">brown</td>
</tr>
<tr>
<td align="left">10</td>
<td align="left">hemp canvas</td>
<td align="left">natural</td>
</tr>
<tr>
<td align="left">11</td>
<td align="left">glass</td>
<td align="left">transparent</td>
</tr>
</tbody>
</table>
<p>A horizontal rule follows.</p>
<hr />
<p>Images don't generally show up in podcast show notes, but here is an image just in case:</p>
<div>
<img alt="example image" src="https://transistorfm.github.io/rss-html-render-test/podcast-cover.jpg" style="width:100%" title="An exemplary image" />
<p>example image</p>
</div>
]]>
</description>
<content:encoded>
<![CDATA[<p>
This project is a simple test of HTML styles and elements. <a href="https://splendorous-taiyaki-c3126b.netlify.app/feed.rss">Link to RSS feed url</a>.
</p>
<p>
The main use case for this test is to visualize how HTML is rendered in different podcast listening apps (Apple Podcasts, Spotify, YouTube Music, etc).
</p>
<h1>Testing an H1</h1>
<p>
This is an anchor tag/hyper link: <a href="https://transistor.fm/how-to-start-a-podcast/">How to start a podcast</a>
</p>
<p>
This is a paragraph. "To record a podcast, you'll need a microphone, PC or tablet, and audio editing software. Plug your microphone into your computer (or tablet) and record your episode. Once you're done editing it, you'll export the MP3 and upload it to a podcast hosting provider (like <a href="https://transistor.fm/podcast-hosting/">Transistor.fm</a>). Your podcast host will help you distribute your podcast to Apple Podcasts, Spotify, and other listening apps."
</p>
<p>
<strong>Here's a block quote</strong>:
</p>
<blockquote>
<p>
Man surprised me most about humanity. Because he sacrifices his health in order to make money. Then he sacrifices money to recuperate his health. And then he is so anxious about the future that he does not enjoy the present; the result being that he does not live in the present or the future; he lives as if he is never going to die, and then dies having never really lived. – James J Lachard
</p>
</blockquote>
<h2>Testing an H2</h2>
<p>
<em>Italic</em>, <strong>bold</strong>, and <code>monospace</code>
</p>
<p>
This is a paragraph with a single line break inside of it. This is before the line break.<br>This is after the line break.
</p>
<p>
This is a paragraph with a two line breaks inside of it. This is before the line breaks.<br><br>This is after the line breaks.
</p>
<h3>Testing an H3</h3>
<div>
This is a DIV. To record a podcast, you'll need a microphone, PC or tablet, and audio editing software. Plug your microphone into your computer (or tablet) and record your episode. Once you're done editing it, you'll export the MP3 and upload it to a podcast hosting provider (like <a href="https://transistor.fm">Transistor.fm</a>). Your podcast host will help you distribute your podcast to Apple Podcasts, Spotify, and other listening apps.
</div>
<div>
This is another DIV with a single line break inside of it. This is before the line break.<br>This is after the line break.
</div>
<div>
This is a DIV with a two line breaks inside of it. This is before the line breaks.<br><br>This is after the line breaks.
</div>
<h4>Testing an H4</h4>
<p>
<strong>A simple itemized lists look like this:</strong>
</p>
<ul>
<li>this one</li>
<li>that one</li>
<li>the other one</li>
</ul>
<p>A nested list:</p>
<ol>
<li>
First, get these ingredients:
<ul>
<li>carrots</li>
<li>celery</li>
<li>lentils</li>
</ul>
</li>
<li>Boil some water.</li>
<li>Do not bump wooden spoon or it will fall.</li>
</ol>
<p>A horizontal line:</p>
<hr />
<p>Tables can look like this:</p>
<table border="1">
<caption>Shoes, their sizes, and what they're made of</caption>
<thead>
<tr>
<th align="left">size</th>
<th align="left">material</th>
<th align="left">color</th>
</tr>
</thead>
<tbody>
<tr>
<td align="left">9</td>
<td align="left">leather</td>
<td align="left">brown</td>
</tr>
<tr>
<td align="left">10</td>
<td align="left">hemp canvas</td>
<td align="left">natural</td>
</tr>
<tr>
<td align="left">11</td>
<td align="left">glass</td>
<td align="left">transparent</td>
</tr>
</tbody>
</table>
<p>A horizontal rule follows.</p>
<hr />
<p>Images don't generally show up in podcast show notes, but here is an image just in case:</p>
<div>
<img alt="example image" src="https://transistorfm.github.io/rss-html-render-test/podcast-cover.jpg" style="width:100%" title="An exemplary image" />
<p>example image</p>
</div>]]>
</content:encoded>
<pubDate>Tue, 21 May 2024 16:14:52 -0700</pubDate>
<author>Justin Jackson</author>
<enclosure url="https://media.transistor.fm/cd72c622/1f26df1d.mp3" length="2370631" type="audio/mpeg"/>
<itunes:author>Justin Jackson</itunes:author>
<itunes:image href="https://images-internal.transistor.fm/images/episode/1338701/full_1684255645-artwork.jpg"/>
<itunes:duration>145</itunes:duration>
<itunes:keywords></itunes:keywords>
<itunes:explicit>No</itunes:explicit>
</item>
</channel>
</rss>