Dave Morriss davmo
  • Joined on 2021-01-19
davmo commented on issue rho_n/hpr_generator#141 2023-08-21 15:26:10 +00:00
Decide on how to deal with assets such as pictures and other files

This subject hasn't been discussed - we've been very busy!

Created item #154 to suggest we fix existing shows as soon as possible. Preliminary investigation shows it might be possible to do it…

davmo commented on pull request rho_n/hpr_generator#155 2023-08-20 15:17:55 +00:00
Fixing issue #140

Yes, true. However, would the git history have explained why the change was made? Personally I would have had to revert to the broken version, and debug it again to be sure.

I do have personal…

davmo created pull request rho_n/hpr_generator#155 2023-08-19 13:01:12 +00:00
Fixing issue #140
davmo commented on issue rho_n/hpr_generator#140 2023-08-19 12:27:40 +00:00
Convert the RSS feeds from php to the static site

Further issues relating to the generation of the <itunes:summary> XML required enhancements to the site-generator. Now testing is complete.

davmo commented on issue rho_n/hpr_generator#152 2023-08-19 12:25:21 +00:00
The tags on an episode should link to the tags page

There's a fair bit to do still:

  • Given that anchor ids are limited in what they can contain (start with a letter, alphanumerics and underscores, etc) we need to generate them with an algorithm. …
davmo reopened issue rho_n/hpr_generator#154 2023-08-17 08:30:05 +00:00
Supplementary notes don't show for shows which have them
davmo closed issue rho_n/hpr_generator#154 2023-08-17 08:29:51 +00:00
Supplementary notes don't show for shows which have them
davmo opened issue rho_n/hpr_generator#154 2023-08-16 17:54:34 +00:00
Supplementary notes don't show for shows whcih have them
davmo commented on issue rho_n/hpr_generator#132 2023-08-07 17:31:43 +00:00
The tag page index seems incorrect in one place

As I have been working on #152 to make all tags into links to the tag page I have noticed a few things:

  1. The anchors on the tag page are all lower case (which is good)
  2. If the original tag…
davmo commented on issue rho_n/hpr_generator#152 2023-08-07 17:14:24 +00:00
The tags on an episode should link to the tags page

I have a moderately usable solution.

I wrote a little addition to the display_tags macro in shared-episode-summary.tpl.html which cleans and splits the tags field (with a regex) then runs a…

davmo commented on issue rho_n/hpr_generator#140 2023-08-07 14:20:37 +00:00
Convert the RSS feeds from php to the static site

There were problems with the feeds, as reported by Ken.

The most serious issue was that the <enclosure length="..."> value was wrong due to a misunderstanding.

The code that collects and…

davmo merged pull request rho_n/hpr_generator#151 2023-08-06 13:22:14 +00:00
Fixed the link to the mail list
davmo pushed to main at rho_n/hpr_generator 2023-08-06 13:22:14 +00:00
8e1788147c Merge pull request 'Fixed the link to the mail list' (#151) from 2023-08-06-ken-fixes into main
0b841ba78f Fixed the link to the mail list
Compare 2 commits »
davmo deleted branch 2023-08-06-ken-fixes from rho_n/hpr_generator 2023-08-06 13:22:14 +00:00
davmo commented on issue rho_n/hpr_generator#59 2023-08-03 17:19:01 +00:00
User desires HPR main site to transition to static HTML by end of 2023

Been live since June 2023 :-)

davmo closed issue rho_n/hpr_generator#59 2023-08-03 17:19:01 +00:00
User desires HPR main site to transition to static HTML by end of 2023
davmo commented on issue rho_n/hpr_generator#140 2023-08-03 10:37:39 +00:00
Convert the RSS feeds from php to the static site

Tested hpr_mp3.rss and it looks OK except that the URL in the <link> field was wrong. Fixed locally but not yet uploaded. The other feeds are to be tested next.

davmo closed issue rho_n/hpr_generator#145 2023-08-03 10:31:33 +00:00
Various bug fixes