Roan Horning rho_n
rho_n closed issue HPR/hpr_generator#164 2024-09-28 16:38:10 +00:00
The ./site-generator should fail to run if all the perl modules needed are not installed
rho_n deleted branch I132_tags_index_issues from HPR/hpr_generator 2024-09-28 15:49:45 +00:00
rho_n pushed to main at HPR/hpr_generator 2024-09-28 15:49:45 +00:00
73dd71f2f0 Merge pull request '[I132] tags page generation issues' (#205) from I132_tags_index_issues into main
06601c5d20 Merge branch 'main' into I132_tags_index_issues
b17daba4ed Fix generation of tags index page
70d5983ede Parse db tag field with CSV parser module
31a5994731 Refactor template to use tag_to_id macro
Compare 6 commits »
rho_n merged pull request HPR/hpr_generator#205 2024-09-28 15:49:44 +00:00
[I132] tags page generation issues
rho_n pushed to I132_tags_index_issues at HPR/hpr_generator 2024-09-28 15:49:28 +00:00
06601c5d20 Merge branch 'main' into I132_tags_index_issues
eedd954a11 Merge pull request 'Limit correspondent page episode count to released episodes' (#204) from I188_fix-correspondent-page-episode-count into main
a3b927f802 Merge branch 'main' into I188_fix-correspondent-page-episode-count
1853715a19 Merge pull request '[I164] check for perl module dependencies' (#203) from I164_check-for-perl-module-dependencies into main
3662ebd0aa Code formatting
Compare 11 commits »
rho_n deleted branch I188_fix-correspondent-page-episode-count from HPR/hpr_generator 2024-09-28 15:44:54 +00:00
rho_n pushed to main at HPR/hpr_generator 2024-09-28 15:44:54 +00:00
eedd954a11 Merge pull request 'Limit correspondent page episode count to released episodes' (#204) from I188_fix-correspondent-page-episode-count into main
a3b927f802 Merge branch 'main' into I188_fix-correspondent-page-episode-count
3662ebd0aa Code formatting
c64ad492c8 Limit correspondent page episode count to released episodes
Compare 4 commits »
rho_n merged pull request HPR/hpr_generator#204 2024-09-28 15:44:53 +00:00
Limit correspondent page episode count to released episodes
rho_n pushed to I188_fix-correspondent-page-episode-count at HPR/hpr_generator 2024-09-28 15:44:25 +00:00
a3b927f802 Merge branch 'main' into I188_fix-correspondent-page-episode-count
1853715a19 Merge pull request '[I164] check for perl module dependencies' (#203) from I164_check-for-perl-module-dependencies into main
0f57b99fbe Add instructions for the dependency check script
48b3c51bb3 Update instructions for installing modules via CPAN
4e9f1457d5 Fix typos in module names
Compare 7 commits »
rho_n deleted branch I164_check-for-perl-module-dependencies from HPR/hpr_generator 2024-09-28 15:42:44 +00:00
rho_n pushed to main at HPR/hpr_generator 2024-09-28 15:42:44 +00:00
1853715a19 Merge pull request '[I164] check for perl module dependencies' (#203) from I164_check-for-perl-module-dependencies into main
0f57b99fbe Add instructions for the dependency check script
48b3c51bb3 Update instructions for installing modules via CPAN
4e9f1457d5 Fix typos in module names
4ae854f5e1 Remove unused module import
Compare 6 commits »
rho_n merged pull request HPR/hpr_generator#203 2024-09-28 15:42:43 +00:00
[I164] check for perl module dependencies
rho_n pushed to main at rho_n/hpr_generator 2024-09-26 03:20:26 +00:00
1dc0046fce README repository deprecation notice
rho_n created pull request rho_n/hpr_generator#205 2024-09-18 03:12:57 +00:00
[I132] tags page generation issues
rho_n created branch I132_tags_index_issues in rho_n/hpr_generator 2024-09-18 03:07:57 +00:00
rho_n pushed to I132_tags_index_issues at rho_n/hpr_generator 2024-09-18 03:07:57 +00:00
b17daba4ed Fix generation of tags index page
70d5983ede Parse db tag field with CSV parser module
31a5994731 Refactor template to use tag_to_id macro
aaaaa29d8e Add macro tag_to_id
Compare 4 commits »
rho_n commented on issue rho_n/hpr_generator#132 2024-09-16 03:05:33 +00:00
The tag page index seems incorrect in one place

I have determined that the tag with the value of 'keys' is causing the issue. keys is a reserved word in the context of hashes. I haven't figured out how to use the value keys as a key. The…

rho_n commented on issue rho_n/hpr_generator#132 2024-09-15 15:58:39 +00:00
The tag page index seems incorrect in one place

I'm not sure what is going on yet, but it seems like any tags that start with K are being dropped, and that instead of the actual tags being included in the html, it is the name of variables used…

rho_n commented on issue rho_n/hpr_generator#132 2024-09-15 14:04:17 +00:00
The tag page index seems incorrect in one place

Other than no ASCII white-space characters, an ID attribute can be any other Unicode character. The Mozilla documentation does say if you want the ID to be used as a CSS selector, then it must be…