Block a user
Create an hpr_website repository
I always forget about the media. Feel free to ignore my previous comment.
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…
We do not support markdown formatting in the wysiwyg editor.
I think this can be closed.
https://repo.anhonesthost.net/HPR/hpr_generator/pulls/264/files
about-page-html-submit
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
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…
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…
link to how to help section of about
Syntax highlighting for fenced code blocks
Add libtemplate-plugin-html-strip-perl to getting started
Add libtemplate-plugin-html-strip-perl to getting started
Add new perl modules to getting-started