forked from rho_n/hpr_generator
Add page syndication
This commit is contained in:
parent
a194a28b71
commit
413ca0ce92
BIN
public_html/images/feed.png
Normal file
BIN
public_html/images/feed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 691 B |
4
site.cfg
4
site.cfg
@ -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
|
||||||
|
32
templates/content-syndication.tpl.html
Normal file
32
templates/content-syndication.tpl.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user