| 
									
										
										
										
											2022-08-17 17:12:47 -04:00
										 |  |  | <!--% PROCESS 'shared-utils.tpl.html' %--> | 
					
						
							| 
									
										
										
										
											2022-08-17 19:16:22 -04:00
										 |  |  | <!--% MACRO display_item(episode, file_extension, audio_mime_type) BLOCK %--> | 
					
						
							| 
									
										
										
										
											2024-05-23 20:14:42 +01:00
										 |  |  | <!--% USE HTML.Strip emit_spaces = 0 %--> | 
					
						
							| 
									
										
										
										
											2022-08-17 19:16:22 -04:00
										 |  |  | <!--% IF audio_mime_type == ""  %--> | 
					
						
							|  |  |  | <!--% audio_mime_type = 'ogg' %--> | 
					
						
							|  |  |  | <!--% END %--> | 
					
						
							| 
									
										
										
										
											2022-08-17 17:12:47 -04:00
										 |  |  | <item> | 
					
						
							| 
									
										
										
										
											2023-08-19 13:34:50 +01:00
										 |  |  |     <itunes:explicit><!--% display_explicit_feed(episode.explicit) %--></itunes:explicit> | 
					
						
							| 
									
										
										
										
											2024-05-23 20:14:42 +01:00
										 |  |  |     <googleplay:explicit><!--% display_explicit_feed_2(episode.explicit) %--></googleplay:explicit> | 
					
						
							|  |  |  |     <title>HPR<!--% zero_pad_left(episode.id) %-->: <!--% episode.title  | html_strip | xml_entity %--></title> | 
					
						
							| 
									
										
										
										
											2022-08-17 17:12:47 -04:00
										 |  |  |     <author><!--% episode.email %--> (<!--% episode.host %-->)</author> | 
					
						
							|  |  |  |     <googleplay:author><!--% episode.email %--> (<!--% episode.host %-->)</googleplay:author> | 
					
						
							|  |  |  |     <itunes:author><!--% episode.email %--> (<!--% episode.host %-->)</itunes:author> | 
					
						
							| 
									
										
										
										
											2024-05-23 20:14:42 +01:00
										 |  |  |     <googleplay:image href="<!--% absolute_url(http_baseurl) %-->images/hpr_feed_itunes.png"/> | 
					
						
							| 
									
										
										
										
											2023-09-03 17:51:03 +02:00
										 |  |  |     <link><!--% absolute_url(baseurl) %-->eps/hpr<!--% zero_pad_left(episode.id) %-->/index.html</link> | 
					
						
							| 
									
										
										
										
											2022-08-17 17:12:47 -04:00
										 |  |  |     <description><![CDATA[<!--% episode.notes %-->]]> | 
					
						
							|  |  |  | </description> | 
					
						
							| 
									
										
										
										
											2023-08-19 13:34:50 +01:00
										 |  |  |     <itunes:summary><![CDATA[<!--% episode.notes.substr(0, 4000) | html_strip | xml_entity %-->]]> | 
					
						
							| 
									
										
										
										
											2022-08-17 17:12:47 -04:00
										 |  |  | </itunes:summary> | 
					
						
							|  |  |  |     <pubDate><!--% format_feed_date(episode.date) %--></pubDate> | 
					
						
							| 
									
										
										
										
											2024-05-23 20:14:42 +01:00
										 |  |  |     <enclosure url="<!--% http_baseurl %-->eps/hpr<!--% zero_pad_left(episode.id) %-->.<!--% file_extension %-->" length="<!--% episode.length %-->" type="audio/<!--% audio_mime_type %-->"/> | 
					
						
							|  |  |  |     <guid><!--% http_baseurl %-->eps/hpr<!--% zero_pad_left(episode.id) %-->.<!--% file_extension %--></guid> | 
					
						
							|  |  |  | </item> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-17 17:12:47 -04:00
										 |  |  | <!--% END %--> |