• Joined on 2022-06-27
norrist commented on issue HPR/hpr_generator#265 2025-06-20 20:16:20 +00:00
Create an hpr_website repository

I always forget about the media. Feel free to ignore my previous comment.

norrist pushed to main at norrist/hpr_generator 2025-06-20 01:05:52 +00: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
e2c591edff Merge branch 'main' into main
c9e1446f1f Tiny human distraction.
bbf5c26dab Moved 'Containerfile' and build script to hpr-tools/
2ca4d32282 Changed image tag from 'testing' to current perl version '5.40.1'
Compare 6 commits »
norrist commented on issue HPR/hpr_generator#265 2025-06-19 22:08:34 +00:00
Create an hpr_website repository

I like the 3rd option - keeping the current structure and copying the generator output to a 2nd repo.

The 2nd should have something in the readme specifying that the website repo is strictly a…

norrist pushed to main at norrist/hpr_generator 2025-06-06 10:29:23 +00:00
28a75efe1b Merge pull request 'about-page-html-submit' (#264) from norrist/hpr_generator:about-page-html-submit into main
94baef679f rm line break
11738f5052 Replace old instructions for shownotes
Compare 3 commits »
norrist deleted branch about-page-html-submit from norrist/hpr_generator 2025-06-06 10:28:38 +00:00
norrist created pull request HPR/hpr_generator#264 2025-06-05 22:01:14 +00:00
about-page-html-submit
norrist pushed to about-page-html-submit at norrist/hpr_generator 2025-06-05 22:00:32 +00:00
94baef679f rm line break
norrist created branch about-page-html-submit in norrist/hpr_generator 2025-06-05 21:59:21 +00:00
norrist pushed to about-page-html-submit at norrist/hpr_generator 2025-06-05 21:59:21 +00:00
11738f5052 Replace old instructions for shownotes
norrist created repository norrist/hpr_generator 2025-06-05 20:11:38 +00:00
norrist commented on pull request HPR/hpr_generator#263 2025-05-29 17:09:57 +00:00
Add Container file and build script (button_hpr_container.sh) to repo.

If CPAN build times are an issue, you can install the perl modules from apt. The list of packages is in GETTING_STARTED.md

norrist commented on issue HPR/hpr_hub#88 2025-03-05 12:49:07 +00:00
Server Bandwidth Very High - And High Costs

I looked at the apache logs with goaccess - https://goaccess.io/man It shows 642.73 GiB served from apache 02/Feb/2025 — 05/Mar/2025. Does this account for most of the bandwidth used, or do we…

norrist commented on issue HPR/hpr_hub#71 2025-01-01 14:38:57 +00:00
Query to get the next free slot
select all_ids.id+1 as available_id FROM
    (SELECT id 
    FROM eps
    UNION
    select ep_num FROM  reservations)
    as all_ids
LEFT JOIN eps
ON all_ids.id+1 = eps.id
LEFT
norrist created pull request rho_n/hpr_generator#189 2024-05-13 22:37:50 +00:00
link to how to help section of about
norrist opened issue rho_n/hpr_generator#185 2024-04-04 19:42:14 +00:00
Syntax highlighting for fenced code blocks
norrist closed pull request rho_n/hpr_generator#163 2023-08-31 11:20:45 +00:00
Add libtemplate-plugin-html-strip-perl to getting started
norrist created pull request rho_n/hpr_generator#163 2023-08-28 11:43:09 +00:00
Add libtemplate-plugin-html-strip-perl to getting started
norrist created pull request rho_n/hpr_generator#156 2023-08-21 14:58:45 +00:00
Add new perl modules to getting-started
norrist created pull request rho_n/hpr_generator#105 2023-04-02 14:24:12 +00:00
h_is_for_hackers