Roan Horning rho_n
rho_n pushed to main at rho_n/hpr_generator 2022-08-02 00:28:12 +00:00
83d9156f17 Fix file existence logic for get_avatar MACRO
d4e8422677 Fix listing of shows on HPR front page
Compare 2 commits »
rho_n pushed to main at rho_n/hpr_generator 2022-08-01 03:11:38 +00:00
c4b0361104 Add MACRO show_summary
f6318cd34f Add get_avatar macro
858bf058ff Add zero_pad_left macro
536f7cce03 Add baseurl feature
cf554571c8 Autoflush STDOUT for non verbose progress indication
Compare 6 commits »
rho_n pushed to main at rho_n/hpr_generator 2022-07-29 02:31:05 +00:00
74b806f712 Remove uneeded looping directives
rho_n pushed to main at rho_n/hpr_generator 2022-07-29 02:24:36 +00:00
179093c60d Merge branch 'main' of repo.anhonesthost.net:rho_n/hpr_generator
7770f67409 Allow multiple pages to be generated from one template
Compare 2 commits »
rho_n pushed to main at rho_n/hpr_generator 2022-07-29 02:07:18 +00:00
75cd3e3e85 Allow multiple pages to be generated from one template
873cfda86a Allow defining of filename via configuration file
1ec288bbb8 Initial add of multipage template processing
Compare 3 commits »
rho_n pushed to main at rho_n/hpr_generator 2022-07-21 03:13:14 +00:00
4e56289338 Display series if associated with episode
rho_n pushed to main at rho_n/hpr_generator 2022-07-18 22:26:53 +00:00
c1ac9f69a0 Add dynamic generation of years, months, day since start of HPR
rho_n pushed to main at rho_n/hpr_generator 2022-07-18 01:25:25 +00:00
9a4e8b087f Merge branch 'main' of repo.anhonesthost.net:rho_n/hpr_generator
0b1e8bea17 Remove whitespace left by template directives
30721efcf6 Update index template to use current HPR db schema
3f19fea622 Change license to AGPLV3
9431e0cac4 Update correspondents template to new db schema
Compare 11 commits »
rho_n opened issue rho_n/hpr_generator#16 2022-07-06 02:10:45 +00:00
Implement Download page
rho_n opened issue rho_n/hpr_generator#15 2022-07-06 02:07:50 +00:00
Implement Series page
rho_n opened issue rho_n/hpr_generator#14 2022-07-06 01:47:17 +00:00
Implement Index Full page
rho_n opened issue rho_n/hpr_generator#13 2022-07-06 01:42:48 +00:00
Implement Syndication page
rho_n commented on issue rho_n/hpr_generator#1 2022-07-05 15:14:30 +00:00
Reach parity with current PHP based website for read only pages

My take away from the Community News on this subject Phase 1:

  • Use a static page generator to create the "read only" pages of the website
  • Leave links to the php pages for any page that posts…
rho_n pushed to main at rho_n/hpr_generator 2022-07-05 13:26:26 +00:00
2081d76375 Update 'README.md'