Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 2.2 KB

meetings.md

File metadata and controls

44 lines (36 loc) · 2.2 KB

Diversity Initiative Meetings

There are (rougly) biweekly meetings about diversity. These meetings are held in the #diversity-meetings channel on the Symfony Slack.

Calendar with chat meeting dates are available in:

Upcoming meetings

Past meetings

Meeting log generation

Chat logs are exported from the Slack channel using Slack's admin tools. This requires admin rights.

After that, these logs are converted into html using Slack Export Viewer: python app.py -z export.zip --channels=diversity-meetings --no-sidebar --no-external-references, where export.zip is the download of the slack chat log export.

Note that python3 is recommended due to better unicode handling.