Add page syndication

This commit is contained in:
Roan Horning 2022-08-07 23:47:40 -04:00
parent a194a28b71
commit 413ca0ce92
Signed by untrusted user: rho_n
GPG Key ID: 234AEF20B72D5769
3 changed files with 36 additions and 0 deletions

BIN
public_html/images/feed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 691 B

View File

@ -79,3 +79,7 @@ navigation: navigation-get-shows.tpl.html
content: content-episode.tpl.html content: content-episode.tpl.html
multipage: true multipage: true
filename: eps/hpr[id]/index.html filename: eps/hpr[id]/index.html
[syndication]
navigation: navigation-get-shows.tpl.html
content: content-syndication.tpl.html

View File

@ -0,0 +1,32 @@
<article>
<header>
<h2><img src="<!--% absolute_path(baseurl) %-->images/feed.png" alt="rss logo"> Entire Archive Audio feed</h2>
</header>
<p>
Use this feed to get the archived episodes. The feed themselves run over 15Mb in size and so use them to download the archived episodes and when you are up to date switch back to the Two Week Feeds listed above.
</p>
<ul>
<li><a href="hpr_total_ogg_rss.php">ogg feed</a> Warning over 50G</li>
<li><a href="hpr_total_spx_rss.php">spx feed</a> Warning over 22G</li>
<li><a href="hpr_total_rss.php">mp3 feed</a> Warning over 36G</li>
</ul>
</article>
<article>
<header>
<h2><img src="<!--% absolute_path(baseurl) %-->images/feed.png" alt="rss logo"> Future feed</h2>
</header>
<p>
Use this feed to get the shows as they are posted. The shows will be posted out of order as they come in and may be replaced/reposted if errors are found. This is intended as a means to provide find issues with metadata or the audio quality of new shows before they hit the main feed.
</p>
<ul>
<li><a href="rss-future.php">Shows as they are posted.</a> OGG Only</li>
</ul>
</article>
<article>
<header>
<h2><img src="<!--% absolute_path(baseurl) %-->images/feed.png" alt="rss logo"> Comment feed</h2>
</header>
<ul>
<li><a href="http://www.hackerpublicradio.org/comments_rss.php">Listener contributed comments to the episodes</a></li>
</ul>
</article>