Dave Morriss davmo
  • Joined on 2021-01-19
davmo created branch I158_Problems_with_Unicode_in_the_site-generator in rho_n/hpr_generator 2023-08-27 12:32:40 +00:00
d519936f98 Fixing Unicode problems
davmo opened issue rho_n/hpr_generator#158 2023-08-27 10:28:58 +00:00
Problems with Unicode in the site-generator
davmo opened issue rho_n/hpr_generator#157 2023-08-26 12:08:14 +00:00
Links in comments should be clickable
davmo commented on issue rho_n/hpr_generator#152 2023-08-23 12:10:58 +00:00
The tags on an episode should link to the tags page

The "more robust" solution was added in the last few days. It consists of a TT² vmethod caled parse_csv which uses the module Text::CSV_XS to take the CSV tags from the database, split…

davmo commented on issue rho_n/hpr_generator#44 2023-08-23 12:01:32 +00:00
Date to next show not working

Date calculations are a pain. Having used Perl for many years now I have come to trust Date::Calc because it contains all the information it needs to perform accurate delta times like these - I…

davmo closed issue rho_n/hpr_generator#44 2023-08-23 12:01:32 +00:00
Date to next show not working
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…