Invalid links from the EPS table and on the navagation. #20

Open
opened 2023-08-27 11:56:39 +00:00 by ken_fallon · 2 comments
Owner

We received the following report.

Maybe you already know. The full_shownotes.html lead to a 404 https://hackerpublicradio.org/eps/hpr2129/index.html The Affiliates links in the footer. http://hackermedia.org/ nothing. Infonomicon leads to http://vrhelmutt.com/ Binary Revolution http://www.binrev.com/ nothing

We received the following report. > Maybe you already know. The full_shownotes.html lead to a 404 https://hackerpublicradio.org/eps/hpr2129/index.html The Affiliates links in the footer. http://hackermedia.org/ nothing. Infonomicon leads to http://vrhelmutt.com/ Binary Revolution http://www.binrev.com/ nothing
ken_fallon self-assigned this 2023-08-27 11:57:23 +00:00
Author
Owner

Search the eps table for LIKE "%/eps/%" to identify the episodes that need work.
Get the media files and add them to git in hpr_generator/public_html repo so they are in the correct episode directory.

Look out for old files called index.html and ensure the entry in the eps table, and filenames are updated to full_shownotes.html.

Also check all the templates for urls and confirm they work.

Search the eps table for `LIKE "%/eps/%"` to identify the episodes that need work. Get the media files and add them to git in `hpr_generator/public_html` repo so they are in the correct episode directory. Look out for old files called `index.html` and ensure the entry in the `eps` table, and filenames are updated to `full_shownotes.html`. Also check all the templates for urls and confirm they work.
Author
Owner
SELECT  count(*) FROM eps WHERE notes LIKE '%eps/%';
379

SELECT  count(*) FROM eps WHERE notes LIKE '%full_shownotes.html%';
101
``` SELECT count(*) FROM eps WHERE notes LIKE '%eps/%'; 379 SELECT count(*) FROM eps WHERE notes LIKE '%full_shownotes.html%'; 101 ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 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: HPR/hpr_hub#20
No description provided.