rho_n
69f19976fd
Use fluid responsive design for hr tag
2024-10-12 10:49:16 -04:00
rho_n
6062cfd6b4
Clean up look of comment form
2024-10-12 10:47:29 -04:00
rho_n
51adbcd938
Add fluid responsive design to page footer
2024-10-12 10:46:32 -04:00
rho_n
7cd0cc3056
Add fluid responsive design to hosts table
2024-10-12 10:45:23 -04:00
rho_n
d1539a3ca2
Add fluid responsive design to comment and code tags
2024-10-12 10:43:51 -04:00
rho_n
ad89f1fb4f
Modify white space of main menu
...
Add some accessiblility touches: change cursor to pointer on hover, change link color on active event.
2024-10-12 10:42:18 -04:00
rho_n
6b2a324730
Modify whitespace and sizing of headers in banner
2024-10-12 10:38:19 -04:00
rho_n
e8f01ba5c5
Use fluid design for main container margins and padding
2024-10-12 10:24:27 -04:00
rho_n
68e51c0a32
Initial reset of tags to use fluid responsive design
...
Use the clamping function to change the base font size as the size of the screen varies. Modify font-size, padding, and margin sizes to rely on the base font size (use rem units). In addition improve usage of white space by modifying line-height, margins, and padding of various tags.
2024-10-12 09:30:40 -04:00
Roan Horning
a3e722589f
Merge pull request '[I212] Fix general series page generation' ( #213 ) from i212-fix-general-series-page-generation into main
...
Reviewed-on: #213
2024-10-09 11:15:33 +00:00
rho_n
85d43851d1
Fix substring initial offset value
...
Remove only the leading comma character.
2024-10-08 21:49:58 -04:00
rho_n
8b277607cf
Fix guard for unitialized variable
...
The original guard was preventing an id with value of
zero from being processed correctly.
2024-10-08 17:37:48 -04:00
Roan Horning
39d2ef86ad
Merge pull request '[I206] Change links for hpr_generator repository' ( #211 ) from I206_change-links-for-hpr_generator-repository into main
...
Reviewed-on: #211
2024-10-03 03:33:08 +00:00
Roan Horning
0f5d8650b3
Merge branch 'main' into I206_change-links-for-hpr_generator-repository
2024-10-03 03:31:44 +00:00
rho_n
0e1ddf7006
Remove reference to Gitlab repository
2024-10-01 16:43:24 -04:00
rho_n
7ac6a8c51f
Fix repository account from rho_n to HPR
2024-10-01 16:40:52 -04:00
Roan Horning
12166b507b
Merge pull request 'Change account from rho_n to HPR' ( #209 ) from I206_change-links-for-hpr_generator-repository into main
...
Reviewed-on: #209
2024-09-30 20:38:57 +00:00
Roan Horning
1ec5e78482
Merge branch 'main' into I206_change-links-for-hpr_generator-repository
2024-09-30 16:27:40 +00:00
Roan Horning
24e1177c45
Merge pull request 'Use FILTER html_line_break to format comments' ( #207 ) from I206-fix-episode-page-comment-formatting into main
...
Reviewed-on: #207
2024-09-30 16:24:29 +00:00
rho_n
20409e9521
Change account from rho_n to HPR
2024-09-30 11:53:27 -04:00
rho_n
f377f56002
Use FILTER html_line_break to format comments
...
For comments in an episode page, use the html_line_break filter
instead of the html_para filter. The html_line_break filter is
used in the comment viewer page.
2024-09-29 20:10:20 -04:00
Roan Horning
73dd71f2f0
Merge pull request '[I132] tags page generation issues' ( #205 ) from I132_tags_index_issues into main
...
Reviewed-on: #205
2024-09-28 15:49:44 +00:00
Roan Horning
06601c5d20
Merge branch 'main' into I132_tags_index_issues
2024-09-28 15:49:25 +00:00
Roan Horning
eedd954a11
Merge pull request 'Limit correspondent page episode count to released episodes' ( #204 ) from I188_fix-correspondent-page-episode-count into main
...
Reviewed-on: #204
2024-09-28 15:44:53 +00:00
Roan Horning
a3b927f802
Merge branch 'main' into I188_fix-correspondent-page-episode-count
2024-09-28 15:44:24 +00:00
Roan Horning
1853715a19
Merge pull request '[I164] check for perl module dependencies' ( #203 ) from I164_check-for-perl-module-dependencies into main
...
Reviewed-on: #203
2024-09-28 15:42:42 +00:00
rho_n
b17daba4ed
Fix generation of tags index page
...
Replace white-space in ID attributes with the underscore
character. Fix generation of tags that start with the letter
k. The tag, keys, caused issues when used as a hash key.
2024-09-17 23:03:52 -04:00
rho_n
70d5983ede
Parse db tag field with CSV parser module
...
The CSV parser module is being used in another
template. Make tag field parsing consistent.
2024-09-17 22:58:54 -04:00
rho_n
31a5994731
Refactor template to use tag_to_id macro
2024-09-17 22:24:16 -04:00
rho_n
aaaaa29d8e
Add macro tag_to_id
2024-09-15 15:42:46 -04:00
rho_n
3662ebd0aa
Code formatting
2024-09-09 21:36:36 -04:00
rho_n
c64ad492c8
Limit correspondent page episode count to released episodes
...
Fix for rho_n/hpr_generator#188
2024-09-08 12:23:45 -04:00
rho_n
0f57b99fbe
Add instructions for the dependency check script
2024-09-08 09:30:40 -04:00
rho_n
48b3c51bb3
Update instructions for installing modules via CPAN
2024-09-08 09:08:23 -04:00
rho_n
4e9f1457d5
Fix typos in module names
2024-09-08 09:05:34 -04:00
rho_n
4ae854f5e1
Remove unused module import
...
The dbi sqlite module is not directly used in the site-generator code.
The module is called by template files. Removing it allows the main
code to be database independent.
2024-09-08 09:01:17 -04:00
rho_n
af810c88bc
Add bash script to check Perl module dependencies
2024-09-07 16:51:55 -04:00
Ken Fallon
92dce90753
Trixter avatar
2024-08-12 13:23:12 +00:00
Ken Fallon
65e4e1af5e
Trollercoaster avatar
2024-08-11 16:10:44 +00:00
Ken Fallon
b5384408db
Upload files to "public_html/images/hosts"
2024-08-07 09:21:46 +00:00
Ken Fallon
1a84becd8d
Upload files to "public_html/images/hosts"
2024-08-07 09:20:42 +00:00
Ken Fallon
d74c23bace
gemlog avatar
2024-08-07 09:18:33 +00:00
Ken Fallon
f1817e6820
Update templates/content-episode.tpl.html
...
Fix for
HPR/hpr_hub#49
rho_n/hpr_generator#202
2024-07-17 19:21:05 +00:00
Ken Fallon
493bae282b
Update README.md
2024-06-21 15:43:57 +00:00
Ken Fallon
dbc557d4c5
Changed the reserve to one week
...
This is because the IA is slow in processing the uploads resulting from DDOS attacks.
2024-06-11 16:51:31 +00:00
Ken Fallon
2099f0e130
Clarification of the reserve queue
2024-06-11 16:21:24 +00:00
Ken Fallon
29c9c827a4
Clarified the scheduling guidelines
2024-06-11 15:51:03 +00:00
Ken Fallon
c72c813b02
Merge pull request 'Fixed relative link to include the episode number, not just the domain root.' ( #200 ) from kdmurrayhpr/hpr_generator:main into main
...
Reviewed-on: rho_n/hpr_generator#200
2024-06-04 20:03:30 +00:00
kdmurrayhpr
966a94647d
Merge branch 'main' into main
2024-06-04 19:51:56 +00:00
kdmurrayhpr
e090bf8498
Fixed relative link to include the episode number, not just the domain root.
2024-06-04 12:50:23 -07:00