829bdb7708
Initial accessibility tweaks based on ARC Tookit
...
Ran the ARC Tookit Firefox extension which pointed out
accessiblity issues with color contrasts, link display, and
skip to main link. Some of the link colors don't look great
when they reach the recommended contrast level.
2025-07-17 16:58:29 -04:00
91000b7c6f
Add main header background image
2025-07-17 11:09:45 -04:00
80315d296c
Merge branch 'newsite' of repo.anhonesthost.net:HPR/hpr_generator into newsite
2025-07-17 08:35:15 -04:00
69b26429a8
Update main header and footer formatting
...
Move styles closer to new design displayed on hobbypublicradio.org.
2025-07-16 23:39:08 -04:00
51ed253bbd
Update main header and footer formatting
...
Move styles closer to new design displayed on hobbypublicradio.org.
2025-07-16 23:35:12 -04:00
fcd73c05d7
Format latest lane on main landing page
2025-07-16 20:48:51 -04:00
71c1c46cfb
Add latest comments to latest lane on main landing page
2025-07-16 10:42:05 -04:00
991f088ded
Update lastest episodes section to new layout
2025-07-15 21:45:31 -04:00
ebe230ee0a
Initial formatting of swim lanes on main landing page
2025-07-15 21:06:33 -04:00
da62e4ec51
Add QR code with logo
2025-07-14 20:51:41 -04:00
34d13fa0c6
Format main template to new website design
...
Create basic structure in html to be displayed using the CSS
Flex box model
2025-07-14 20:13:06 -04:00
e21f434c2a
Merge pull request 'Add Container file and build script (button_hpr_container.sh) to repo.' ( #263 ) from sgoti/hpr_generator:main into main
...
Reviewed-on: #263
2025-06-19 17:04:05 +00:00
e2c591edff
Merge branch 'main' into main
2025-06-19 17:03:56 +00:00
28a75efe1b
Merge pull request 'about-page-html-submit' ( #264 ) from norrist/hpr_generator:about-page-html-submit into main
...
Reviewed-on: #264
Reviewed-by: Roan Horning <rho_n@josh@dao-mail.com >
2025-06-06 01:53:33 +00:00
94baef679f
rm line break
2025-06-05 17:00:16 -05:00
11738f5052
Replace old instructions for shownotes
2025-06-05 16:58:20 -05:00
Sgoti
c9e1446f1f
Tiny human distraction.
...
I cp the files over but the 'git rm' failed and I didn't noticed. Just a clean
up job.
2025-05-30 17:46:02 -04:00
Sgoti
bbf5c26dab
Moved 'Containerfile' and build script to hpr-tools/
...
Ken asked that files be placed into 'hpr-tools/'. The build script is named
'button_hpr_container.sh' currently; this will change too. Maybe
'hpr_email_shownotes.sh'. Taking suggestions (as of 2025/05/30-2025/12/31).
2025-05-30 17:40:11 -04:00
Sgoti
2ca4d32282
Changed image tag from 'testing' to current perl version '5.40.1'
...
removed a few unused variables then shift the 'local' scoped unsets to global
2025-05-29 13:04:14 -04:00
Sgoti
cbe3dd4e0d
Add Container file and build script (button_hpr_container.sh) to repo. The
...
build script can also run new containers after building images. Build
properties such as "${conternerBuildProperties[containerFile]}" must be
assigned before building/running new containers. Build script is "work
in progress".
On branch dev
Changes to be committed:
new file: Containerfile
new file: button_hpr_container.sh
2025-05-29 11:25:06 -04:00
a8b205ed2c
Typo reported to Archer72
2025-04-25 11:38:01 +00:00
013beca3c0
Merge pull request 'Issue #259 - Remove MySQL specific code from site generation code' ( #261 ) from paulj/hpr_generator:remove_mysql_code into main
...
Reviewed-on: #261
Reviewed-by: Roan Horning <rho_n@josh@dao-mail.com >
2025-04-07 16:47:15 +00:00
Paul Jewell
86e1d73085
Remove MySQL specific code from site generation code
...
- site-generator is generic, so no changes.
- removed mysql information from site.cfg.
- Updated template files to call sqlite queries directly.
- Renamed the query files - remove sqlite from file names.
- Deleted MySQL specific template files.
2025-04-04 10:28:31 +01:00
dcd05d0e9b
Merge pull request 'Update donation URL for AnHonestHost' ( #258 ) from i254-Update_AnHonestHost_donation_link into main
...
Reviewed-on: #258
2025-03-18 03:08:01 +00:00
6d59372077
Update donation URL for AnHonestHost
2025-03-17 23:04:47 -04:00
beb5814d5d
Merge pull request 'I256 maillist in the footer expands to current path' ( #257 ) from I256_maillist_in_the_footer_expands_to_current_path into main
...
Reviewed-on: #257
2025-03-16 12:34:37 +00:00
6c7712be71
Fixed link to mail list
2025-03-16 13:33:42 +01:00
Ken Fallon
09f69164d0
Merge pull request 'Remove notes from the home page' ( #255 ) from I253_Remove_the_shownotes_from_the_main_landing_page_again into main
...
Reviewed-on: https://127.0.0.1:3000/HPR/hpr_generator/pulls/255
2025-02-10 16:09:56 +00:00
bf7178b79f
Remove notes from the home page
2025-02-10 16:16:39 +01:00
Ken Fallon
c4e875548c
revert b1afd4fda8ac2eb2b39cf6fc98a84c021109b971
...
revert Removed the shownotes from the homepage
2025-02-10 13:53:58 +00:00
ed85c81396
Image for Shane
2025-02-09 22:36:06 +01:00
6f8c5c7141
Image for Sem Luz em Saint Louis
2025-02-09 21:45:57 +01:00
Ken Fallon
0ebc67addb
Merge pull request 'I248 - Name of database update utility updated in GETTING_STARTED.md' ( #247 ) from paulj/hpr_generator:getting-started-update into main
...
Reviewed-on: #247
2025-02-04 08:43:13 +00:00
Ken Fallon
808386bccc
Merge pull request 'fix entity escape for xml data' ( #252 ) from rho_n/hpr_generator_dev:i232_Comments-feed-not-producing-valid-xml into main
...
Reviewed-on: #252
2025-01-29 08:10:53 +00:00
28af8900a3
fix entity escape for xml data
...
For title and other xml data replace &, <, >, ', and " with
corresponding escape entities. Also use http_baseurl so
complete urls will be generated.
2025-01-27 22:26:32 -05:00
54ed57fd1a
RadCom article
2025-01-27 11:39:28 +01:00
Paul Jewell
65e6464add
Name change on database update utility reflected in GETTING_STARTED.md
2025-01-26 21:58:13 +00:00
Ken Fallon
71f1a8b8c3
Merge pull request 'Remove the spx and adding the opus feed.' ( #244 ) from I41_New_opus_feed into main
...
Reviewed-on: #244
2025-01-26 15:42:49 +00:00
37c45e0384
Remove the spx and adding the opus feed.
2025-01-26 16:40:19 +01:00
Ken Fallon
e750e33301
Merge pull request '[i237] Remove Show Transcrip from after show notes to before show notes' ( #243 ) from i237_Remove-Show-Transcript-from-end-of-ep-pages into main
...
Reviewed-on: #243
2025-01-24 09:54:43 +00:00
45dd69d855
Replace spx file reference with opus
2025-01-23 22:45:06 -05:00
f58e25a685
Move location of transcription text
...
Move from after the show notes to after the show duration.
2025-01-23 22:42:40 -05:00
1cec6b45f0
Simplify transcription text
2025-01-23 22:36:18 -05:00
Ken Fallon
17b3416dd2
Merge pull request 'i240_Rename-Today-with-a-Techie-folder' ( #241 ) from i240_Rename-Today-with-a-Techie-folder into main
...
Reviewed-on: #241
2025-01-22 12:12:15 +00:00
f135b1119a
Change Today with a Techie href id
2025-01-21 23:59:23 -05:00
15547a2e87
Change Today with a Techie folder name
...
Change name to twt$eps_id
Fix media_path to call Today with a Techie shows from the CCDN.
2025-01-21 23:58:23 -05:00
Ken Fallon
b572673c93
Upload files to "public_html/press"
...
Dutch Radio Society Veron members magazine Elector Jaargang79 has a reference to Spectrum24 and the Interview on HPR
2025-01-11 19:00:34 +00:00
Ken Fallon
6642e9adae
Update templates/content-index-announcement.tpl.html
2025-01-01 19:13:33 +00:00
Ken Fallon
334d60f179
Update templates/content-index-announcement.tpl.html
2024-12-31 10:29:44 +00:00
Ken Fallon
3b692f8926
Update templates/content-index-announcement.tpl.html
2024-12-30 21:43:42 +00:00