Add links to audio on index, index_full, and series page #70

Closed
opened 2023-02-14 17:02:20 +00:00 by ken_fallon · 2 comments
Collaborator

"Previous five weeks" of https://hackerpublicradio.org/index.php

And all the shows in https://hackerpublicradio.org/index_full.php

And https://hackerpublicradio.org/series.php?id=???

This has been added to the php on the main site.

echo "Listen in <a href="local/hpr$id.ogg">ogg, <a href="local/hpr$id.spx">spx, or <a href="local/hpr$id.mp3">mp3 format.

\n";

"Previous five weeks" of https://hackerpublicradio.org/index.php And all the shows in https://hackerpublicradio.org/index_full.php And https://hackerpublicradio.org/series.php?id=??? This has been added to the php on the main site. echo "<small>Listen in <a href=\"local/hpr$id.ogg\">ogg</a>, <a href=\"local/hpr$id.spx\">spx</a>, or <a href=\"local/hpr$id.mp3\">mp3</a> format.</small></p>\n";
ken_fallon changed title from Add links to ogg, mp3 and speeks to the index page for Previous five weeks shows to Add links to ogg, mp3 and speeks to the 2 index page for Previous five weeks shows 2023-02-14 17:06:34 +00:00
ken_fallon changed title from Add links to ogg, mp3 and speeks to the 2 index page for Previous five weeks shows to Add links to audio on index, index_full, and series page 2023-02-14 17:18:38 +00:00
ken_fallon added the
Bug Found
label 2023-02-17 15:40:23 +00:00
ken_fallon was assigned by rho_n 2023-02-20 14:38:36 +00:00
Owner

see the template file: templates/shared-listen-now.tpl.html

for ideas on how to implement this in the various page templates

see the template file: templates/shared-listen-now.tpl.html for ideas on how to implement this in the various page templates
Owner
[merged into main](https://repo.anhonesthost.net/rho_n/hpr_generator/commit/f2c9326e61fc77618dea76d980ec5c9c6ce6adf6)
rho_n closed this issue 2023-04-02 13:09:42 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: rho_n/hpr_generator#70
No description provided.