-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Labels
Description
Ignoring AI transcription for now. Here are some basic requirements with what we are currently using and what can be some solutions:
- We need a service to use during the meetings where someone types and the minutes are "sent" somewhere.
- We use: IRC chat per TF. IRC is hosted by W3C. The commands must be used to generate an HTML from the typed minutes. We can correct in place and leave no trace of modification in the final HTML. Trace is left in the irc log.
- We can use:
- IRC as usual.
- A service like google docs or Framapad. The minutes are recorded in the cloud. Note: Framapad can generate other formats
- Write directly in the wiki or GitHub repo: Risk of losing the minutes if the scribe accidentally closes it before saving/committing. This is not a good option.
- Locally at scribe's computer: OK but the scribe should send them somewhere quickly after the call. Not transparent for others.
- We need a format to store the minutes in. This should be easy to change.
- We use: HTML. Editing it is not easy. I do not like this.
- We can use:
- IRC generated HTML: Not my preference.
- Vanilla HTML: Ok but it will not look good out of the box. Some basic CSS can fix it but will be more work to edit
- Markdown:
- Text: Not good because links and headers etc. are not rendered
- We need a place to store. This should be stable and allow rendering of the minutes.
- We use: W3C Servers
- We can use:
- W3C servers: not good as even W3C staff cannot edit in place easily.
- GitHub Repo: Requires PRs, increases repo and PR counter (we will have PR number 500 quickly for no technical work)
- GitHub Wiki: Only editable if you have write access, I think.
- W3C Wiki: Write access rules not clear? Rendering is not good unless you use the wiki style.
- Leave at the writing tool: We can just leave at google docs and create a new link for each meeting.
My preference:
- Write in IRC. Generate MD from HTML using something like Pandoc. Commit that to each TF GitHub Wiki. That means: Minutes in W3C should be marked as useless. Nobody should end up there and think that those are the minutes. Also, the one who is doing this should ideally be the staff contact. If not, the TF lead or the scribe are the realistic options.
My other thoughts: That is quite a mess no matter what we do. There must be a better way to do this. What do the other groups do?
chachamimmdanielpeintner