Block a user
rho_n
deleted branch i212-fix-general-series-page-generation from HPR/hpr_generator
2025-01-28 01:44:34 +00:00
Fix README.md and GETTING_STARTED.md - Recommend sqlite for generation rather than mySQL
I would lean towards going the other way. I see your point where the GETTING_STARTED documentation assumes that MySQL is already installed, and doesn't explain creating the database. I would add…
Remove Show Transcript from end of ep pages and move srt and txt link to top
[i237] Remove Show Transcrip from after show notes to before show notes
rho_n
created branch i237_Remove-Show-Transcript-from-end-of-ep-pages in HPR/hpr_generator
2025-01-24 03:46:47 +00:00
rho_n
pushed to i237_Remove-Show-Transcript-from-end-of-ep-pages at HPR/hpr_generator
2025-01-24 03:46:47 +00:00
Prevent future shows from being included in the Tag index
Broken redirect to Internet Archive for Today with a Techie shows
Rename "Today with a Techie" folder to twt
i240_Rename-Today-with-a-Techie-folder
rho_n
pushed to i240_Rename-Today-with-a-Techie-folder at HPR/hpr_generator
2025-01-22 05:06:55 +00:00
rho_n
created branch i240_Rename-Today-with-a-Techie-folder in HPR/hpr_generator
2025-01-22 05:06:55 +00:00
Rename "Today with a Techie" folder to twt
Using a base uri is breaking linking to local images
I haven't test, but thinking about the issue and things observed while developing the generator, when using the base tag then any relative src or href paths need to be relative to the href set in…
Using a base uri is breaking linking to local images
I see the issue. The <link href="./css/hpr.css" rel="stylesheet" /> should be <link href="/css/hpr.css" rel="stylesheet" /> (i.e. don't use a relative path but absolute path). That…