Block a user
Show titles should contain the leading digits in 'hpr0023' in the show id
From a discoverability POV, Dave's suggestion makes great sense. Plus it would resolve our own upcoming Y2K problem or as the case may be S10K (show 10000) problem.
For me, the nice thing about…
Host avatars not showing on web pages
Fix img src urls in show notes
Error Argument "" isn't numeric in sprintf at ./site-generator line 307
rho_n
deleted branch I110_Error-Argument-isnt-numeric from rho_n/hpr_generator
2023-06-05 02:52:43 +00:00
Skip padding when id is empty string
Skip padding when id is empty string
rho_n
created branch I110_Error-Argument-isnt-numeric in rho_n/hpr_generator
2023-06-05 02:49:43 +00:00
Error Argument "" isn't numeric in sprintf at ./site-generator line 307
Yes, have noticed this for a while. At one point I thought I had fixed it, but must not have made it into a PR.
I tracking it down and writing code to fix it. Will have to look through my git…
FR: Add information to show when the site/page was last updated
Do we want this something visible/accessible in the content of the page, like an old school:
<address><em>Last modified:</em> YYYY-MM-DD</address>
or in the meta data of the…
Add support for a different php basename
rho_n
deleted branch I112_Add_support_for_a_different_php_basename from rho_n/hpr_generator
2023-06-01 17:48:57 +00:00
I112_Add_support_for_a_different_php_basename
I see the reason for the php_baseurl and implementation looks ok.
Although I would replace all the
<!--% absolute_path(php_baseurl) %-->
with
<!--% php_baseurl…