add more seqences, offer selection in personal.conf by default
This commit is contained in:
@@ -18,20 +18,46 @@ presentation_save_path: data/
|
|||||||
protocol_save_path: protokolle/
|
protocol_save_path: protokolle/
|
||||||
|
|
||||||
sequencer:
|
sequencer:
|
||||||
invite:
|
invite_mbox_nosend:
|
||||||
|
- read_db
|
||||||
|
- generate --invite
|
||||||
|
invite_maildir_nosend:
|
||||||
|
- clean_data
|
||||||
|
- read_db
|
||||||
|
- read_topmails
|
||||||
|
- generate --invite
|
||||||
|
invite_mbox:
|
||||||
|
- read_db
|
||||||
|
- generate --invite --send-mail
|
||||||
|
invite_maildir:
|
||||||
- clean_data
|
- clean_data
|
||||||
- read_db
|
- read_db
|
||||||
- read_topmails
|
- read_topmails
|
||||||
- generate --invite --send-mail
|
- generate --invite --send-mail
|
||||||
presentation:
|
presentation_mbox:
|
||||||
- read_db
|
- read_db
|
||||||
- generate --presentation --save
|
- generate --presentation --save
|
||||||
- compile_presentation
|
- compile_presentation
|
||||||
protocol:
|
presentation_maildir:
|
||||||
|
- clean_data
|
||||||
|
- read_db
|
||||||
|
- read_topmails
|
||||||
|
- generate --presentation --save
|
||||||
|
- compile_presentation
|
||||||
|
protocol_mbox:
|
||||||
|
- read_db
|
||||||
|
- generate --protocol --save
|
||||||
|
protocol_maildir:
|
||||||
- clean_data
|
- clean_data
|
||||||
- read_db
|
- read_db
|
||||||
- read_topmails
|
- read_topmails
|
||||||
- generate --protocol --save
|
- generate --protocol --save
|
||||||
|
invite:
|
||||||
|
- "@import(personal.conf:inviteseq)"
|
||||||
|
presentation:
|
||||||
|
- "@import(personal.conf:presentationseq)"
|
||||||
|
protocol:
|
||||||
|
- "@import(personal.conf:protocolseq)"
|
||||||
|
|
||||||
pre_tops:
|
pre_tops:
|
||||||
- title: Begrüßung
|
- title: Begrüßung
|
||||||
|
|||||||
5
personal.conf.example
Normal file
5
personal.conf.example
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#email_redeleitung: uncomment.this.and.set.your@fsmi.mail.address
|
||||||
|
inviteseq: invite_mbox
|
||||||
|
presentationseq: presentation_mbox
|
||||||
|
protocolseq: protocol_mbox
|
||||||
|
# vim: filetype=yaml
|
||||||
Reference in New Issue
Block a user