Updates for 'make_email'
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.
This commit is contained in:
parent
b6c1a5b766
commit
01d4639ba7
@ -2,20 +2,17 @@
|
|||||||
server = chatter.skyehaven.net
|
server = chatter.skyehaven.net
|
||||||
port = 64738
|
port = 64738
|
||||||
room = HPR
|
room = HPR
|
||||||
# Default day of the week
|
# Default day of the week for the recording
|
||||||
dayname = Friday
|
dayname = Friday
|
||||||
# Times are UTC
|
# Times are UTC
|
||||||
starttime = 15:00:00
|
starttime = 16:00:00
|
||||||
endtime = 17:00:00
|
endtime = 18:00:00
|
||||||
# Usually 2 hours are set aside. This value is used when a different start
|
# Usually 2 hours are set aside. This value is used when a different start
|
||||||
# time is provided and no end time.
|
# time is provided and no end time.
|
||||||
duration = 02 # hours
|
duration = 02 # hours
|
||||||
# Template is in the current directory
|
# Template is in the current directory
|
||||||
template = make_email_template.tpl
|
template = make_email_template.tpl
|
||||||
</email>
|
</email>
|
||||||
<database>
|
|
||||||
name = hpr.db
|
|
||||||
</database>
|
|
||||||
<recdates>
|
<recdates>
|
||||||
name = recording_dates.dat
|
name = recording_dates.dat
|
||||||
</recdates>
|
</recdates>
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user