91 lines
2.4 KiB
YAML
91 lines
2.4 KiB
YAML
redeleitung:
|
|
name: "@file(data/redeleitung)"
|
|
email: "@import(personal.conf:email_redeleitung)"
|
|
|
|
protokoll:
|
|
name: "@file(data/protokoll)"
|
|
|
|
default_weekday: 2 #Mittwoch
|
|
default_time: "18:00"
|
|
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}}'
|
|
|
|
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: ./get_uvproto.sh
|
|
body: "* FSR-Protokoll vom {{last_date|date}}"
|
|
- title: Berichte
|
|
protostub:
|
|
|
|
post_tops:
|
|
- title: Unbeantwortete E-Mails
|
|
command: ./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: '* Termin: {{next_date.strftime("%d.%m.%Y")}}
|
|
|
|
* Ort: {{place}}
|
|
|
|
* nächste Redeleitung: XXXXXXXX
|
|
|
|
* nächstes Protokoll: XXXXXXXX'
|
|
- title: Termine
|
|
file: "data/termine.txt"
|
|
#command: "./list_termine.sh" # if khal is setup correctly, uncomment this to read events from there
|
|
#proto_command: "./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)"
|
|
|
|
last_date_file: data/last_date
|
|
|
|
protoreplace:
|
|
Beschlussvorlage: "{{Beschluss |text=
|
|
|
|
|pos=x |neg=x |neu=x |f=1}}
|
|
|
|
Beschlussvorlage"
|
|
|
|
sendmail: ["/usr/sbin/sendmail"]
|
|
|
|
|
|
# vim: filetype=yaml
|