Community_News/.make_email.cfg: Removal of the SQLite database reference. No longer needed. Community_News/make_email: A lot of updates relating to confusing variable names. Rationalising the three code paths to compute the recording date (-date=DATE), the review month (-month=DATE), and the default using today's date to determine needed date information. Removed all references to the database because we don't need it any more. New date computation functions. A lot of POD updates, including an EXAMPLES section.
19 lines
506 B
INI
19 lines
506 B
INI
<email>
|
|
server = chatter.skyehaven.net
|
|
port = 64738
|
|
room = HPR
|
|
# Default day of the week for the recording
|
|
dayname = Friday
|
|
# Times are UTC
|
|
starttime = 16:00:00
|
|
endtime = 18:00:00
|
|
# Usually 2 hours are set aside. This value is used when a different start
|
|
# time is provided and no end time.
|
|
duration = 02 # hours
|
|
# Template is in the current directory
|
|
template = make_email_template.tpl
|
|
</email>
|
|
<recdates>
|
|
name = recording_dates.dat
|
|
</recdates>
|