Merge branch 'main' into i274-hacker-to-hobbyist

This commit is contained in:
2026-01-29 21:01:40 -05:00
69 changed files with 2125 additions and 739 deletions

View File

@@ -10,7 +10,7 @@ driver: dbi:SQLite:hpr.db
# Configure the location of the templates and the generated HTML
[app_paths]
templates_path: ./templates
templates_path: ./templates:./public_html/images/icons
output_path: ./public_html
# Configure the root template page which pulls in the navigation and
@@ -112,9 +112,9 @@ content: content-sitemap.tpl.html
navigation: navigation-main.tpl.html
content: content-tags.tpl.html
[twat_episode]
[twt_episode]
navigation: navigation-get-shows.tpl.html
content: content-twat_episode.tpl.html
content: content-twt_episode.tpl.html
multipage: true
filename: eps/twt[id]/index.html
@@ -134,6 +134,10 @@ content: content-promote.tpl.html
navigation: navigation-about.tpl.html
content: content-comments_viewer.tpl.html
[new_year]
navigation: navigation-about.tpl.html
content: content-new_year.tpl.html
[hpr_ogg]
root_template: rss.tpl.xml
content: rss-hpr.tpl.xml
@@ -175,3 +179,15 @@ media_file_extension: spx
[comments]
root_template: rss-comments.tpl.xml
filename: comments.rss
[correspondent_m3u]
root_template: m3u.tpl.m3u8
content: m3u-correspondent.tpl.m3u8
filename: correspondents/[id]/playlist.m3u8
multipage: true
[series_episodes_m3u]
root_template: m3u.tpl.m3u8
content: m3u-series_episodes.tpl.m3u8
filename: series/[id].m3u8
multipage: true