Create Minutes and Logs for your Meetings with bugbot
August 27, 2009 around 12am (KDE, openSUSE)We just completed our first openSUSE project meeting with a newly added plugin to bugbot called MeetBot. This plugin helps with meetings by:
- Logging the meeting and automatically converting it to a more readable HTML file
- Automatically generating minutes by listening to specially selected commands (click the link to see an example)
Since writing minutes after a meeting can sometimes be an onerous task, this should really help in that department.
If you like, compare the commands in the log (all beginning with # — i.e. #action something) to what is output in the minutes to get an idea of what things can look like.
It was created some time ago and has been used in-and-around Debian, Ubuntu and Fedora project channels, but I don’t think it’s been public knowledge everywhere just yet. Anyone can use it straight away from any channels that bugbot is in; any problems, please give me a shout!
Thanks to Richard Darst and all the others involved in the creation and development of the supybot plugin.
That’s cool. The generated meeting log should allow long lines inside the pre tag to wrap. It’s a simple CSS addition that doesn’t affect copying and pasting, it just makes it a lot easier to read. Could you pass this on to Richard Darst (I can’t figure out his e-mail).
pre {
white-space: pre-wrap; /* css-2.1, current FF, Opera, Safari */
}
Thanks, will be included in the next update.