2025-03-31 21:59:14 +01:00
|
|
|
#
|
2025-04-16 17:14:26 +01:00
|
|
|
# .make_shownotes.cfg (2025-04-13)
|
2025-03-31 21:59:14 +01:00
|
|
|
# Configuration file for make_shownotes version >= 4
|
|
|
|
#
|
|
|
|
<settings>
|
2025-04-16 17:14:26 +01:00
|
|
|
# Format strings (using 'printf' formatting) for building certain required strings
|
2025-03-31 21:59:14 +01:00
|
|
|
title_template = HPR Community News for %s %s
|
|
|
|
summary_template = HPR Volunteers talk about shows released and comments posted in %s %s
|
2025-04-16 17:14:26 +01:00
|
|
|
|
2025-03-31 21:59:14 +01:00
|
|
|
# Repeat the following line with each of the desired tags to make an
|
|
|
|
# array-like structure
|
|
|
|
tags = Community News
|
|
|
|
|
|
|
|
# Host id for HPR Volunteers
|
|
|
|
# Series id for HPR Community News series
|
|
|
|
hostid = 159
|
|
|
|
series_id = 47
|
|
|
|
|
|
|
|
# Day the Community News show is released
|
|
|
|
releaseday = Monday
|
|
|
|
|
|
|
|
# Default day of the week for the recording
|
|
|
|
recordingday = Friday
|
|
|
|
|
|
|
|
# Recording times are UTC
|
|
|
|
starttime = 16:00:00
|
|
|
|
endtime = 17:00:00
|
|
|
|
|
|
|
|
# cache of previous recording dates and times
|
|
|
|
cache = recording_dates.dat
|
|
|
|
|
2025-04-16 17:14:26 +01:00
|
|
|
# Template Toolkit templates
|
|
|
|
# --------------------------
|
2025-03-31 21:59:14 +01:00
|
|
|
|
|
|
|
# Main note template (actually a soft link)
|
|
|
|
main_template = shownote_template.tpl
|
|
|
|
|
|
|
|
# Used to make a stand-alone HTML file from the default HTML
|
|
|
|
# fragment
|
|
|
|
container_template = shownotes_container.tpl
|
|
|
|
|
|
|
|
</settings>
|
|
|
|
|
|
|
|
<database>
|
|
|
|
# Assume a local file
|
|
|
|
name = hpr.db
|
|
|
|
</database>
|