Block a user
The ./site-generator should fail to run if all the perl modules needed are not installed
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
[I132] tags page generation issues
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
rho_n
deleted branch I188_fix-correspondent-page-episode-count from 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
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
rho_n
deleted branch I164_check-for-perl-module-dependencies from 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
[I164] check for perl module dependencies
[I132] tags page generation 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
aaaaa29d8e
Add macro tag_to_id
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…
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…
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…