start work on allowing "packages"
This commit is contained in:
141
fsmi_fsr/generator.conf
Normal file
141
fsmi_fsr/generator.conf
Normal file
@@ -0,0 +1,141 @@
|
||||
redeleitung:
|
||||
name: "@file(data/redeleitung)"
|
||||
email: "@import(personal.conf:email_redeleitung)"
|
||||
|
||||
protokoll:
|
||||
name: "@file(data/protokoll)"
|
||||
|
||||
default_weekday: 2 #Mittwoch
|
||||
default_time: "17:30"
|
||||
meeting_link: https://meet.vs.kit.edu/b/len-prm-rv4
|
||||
place: "@file(data/ort)"
|
||||
mm_url: "@import(personal.conf:mattermost_url)"
|
||||
|
||||
invite_mail: fsr-einladung@fsmi.uni-karlsruhe.de
|
||||
invite_subject: 'Einladung zum Fachschaftsrat am {{date|weekday}}, dem {{date|date}}'
|
||||
|
||||
presentation_save_path: data/
|
||||
protocol_save_path: protokolle/
|
||||
|
||||
sequencer:
|
||||
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
|
||||
- read_db
|
||||
- read_topmails
|
||||
- generate --invite --send-mail
|
||||
presentation_mbox:
|
||||
- read_db
|
||||
- generate --presentation --save
|
||||
- compile_presentation
|
||||
presentation_maildir:
|
||||
- clean_data
|
||||
- read_db
|
||||
- read_topmails
|
||||
- generate --presentation --save
|
||||
- compile_presentation
|
||||
protocol_mbox:
|
||||
- read_db
|
||||
- generate --protocol --save
|
||||
protocol_maildir:
|
||||
- clean_data
|
||||
- read_db
|
||||
- read_topmails
|
||||
- generate --protocol --save
|
||||
invite:
|
||||
- "@import(personal.conf:inviteseq)"
|
||||
presentation:
|
||||
- "@import(personal.conf:presentationseq)"
|
||||
protocol:
|
||||
- "@import(personal.conf:protocolseq)"
|
||||
|
||||
pre_tops:
|
||||
- title: Begrüßung
|
||||
protostub: Der FSR wird begrüßt.
|
||||
- title: Feststellung der Beschlussfähigkeit
|
||||
protostub: Der FSR ist beschlussfähig.
|
||||
- title: Tagesordnung
|
||||
body: '\tableofcontents'
|
||||
protostub: '{% for top in to %}# {{top.title}}
|
||||
|
||||
{% endfor %}'
|
||||
- title: Unveröffentlichte Protokolle
|
||||
file: "data/uvproto.txt"
|
||||
command: helpers/get_uvproto.sh
|
||||
body: "* FSR-Protokoll vom {{last_date|date}}"
|
||||
- title: Berichte
|
||||
protostub:
|
||||
|
||||
post_tops:
|
||||
- title: Unbeantwortete E-Mails
|
||||
command: helpers/read_ubmails.py
|
||||
protostub: '<intern>
|
||||
|
||||
{{top.body}}
|
||||
|
||||
</intern>Die E-Mails wurden verteilt.'
|
||||
file: "data/ubemails.txt"
|
||||
- title: Nächster FSR
|
||||
body: 'Wann: {{next_date.strftime("%d.%m.%Y")}} {{time.strftime("%H:%M")}} \linebreak
|
||||
Wo: {{place}} \linebreak
|
||||
Redeleitung: ? \linebreak
|
||||
Protokoll: ?'
|
||||
protostub: '{{"{{"}}NextFsr
|
||||
|
||||
| termin = {{next_date.strftime("%d.%m.%Y")}} {{time.strftime("%H:%M")}}
|
||||
|
||||
| ort = {{place}}
|
||||
|
||||
| redeleitung = XXXXXXXX
|
||||
|
||||
| protokoll = XXXXXXXX
|
||||
|
||||
{{"}}"}}'
|
||||
- title: Termine
|
||||
file: "data/termine.txt"
|
||||
command: "helpers/list_termine.sh" # if khal is setup correctly, uncomment this to read events from there
|
||||
proto_command: "helpers/list_termine_proto.sh"
|
||||
protostub: '{|
|
||||
|
||||
{{"{{"}}Termin|was=AAAAAAAAAA|wann=XX.YY.{{"}}"}}
|
||||
|
||||
{{top.body}}
|
||||
|
||||
|}'
|
||||
- title: Sonstiges
|
||||
|
||||
invite_template_file: templates/fsr_einladung.j2
|
||||
mminvite_template_file: templates/fsr_einladung_mm.j2
|
||||
presentation_template_file: templates/fsr_presentation.tex.j2
|
||||
protocol_template_file: templates/fsr_protokoll.j2
|
||||
|
||||
top_mbox_file: data/fsr_tops.mbox
|
||||
mbox_out: data/invitemail.mbox
|
||||
top_inbox_maildir: "@import(personal.conf:top_inbox_maildir)"
|
||||
ubmails_inbox_maildir: "@import(personal.conf:ubmails_inbox_maildir)"
|
||||
top_list_id: top.fsmi.uni-karlsruhe.de
|
||||
|
||||
last_date_file: data/last_date
|
||||
|
||||
protoreplace:
|
||||
Beschlussvorlage: "{{Beschluss |text=
|
||||
|
||||
|pos=x |neg=x |neu=x |f=1}}
|
||||
|
||||
Beschlussvorlage"
|
||||
|
||||
sendmail: ["/usr/sbin/sendmail"]
|
||||
override_file: "@import(personal.conf:override_file)"
|
||||
|
||||
|
||||
# vim: filetype=yaml
|
||||
Reference in New Issue
Block a user