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}}' 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: ' {{top.body}} 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: "./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/bin/msmtp"] # vim: filetype=yaml