From dbbef67353b18cdf8290218dc610922a9d4f3aaa Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Thu, 24 Sep 2009 06:28:35 +0000 Subject: Move the two template files to template.* - This gives shorter and more unified names. darcs-hash:20090924062835-82ea9-3042ac2a6d83f7bd7cf9eb26b73dff25ac96da39.gz --- (limited to 'template.html') diff --git a/template.html b/template.html new file mode 100644 index 0000000..58c92e4 --- /dev/null +++ b/template.html @@ -0,0 +1,88 @@ + + + + + ${meeting.title} + + + + +

${meeting.title}

+ Meeting started by ${meeting.owner} at ${time.start} ${time.timezone} (full logs). + +

Meeting summary

+
    +
  1. + ${item.topic.topic} (${item.topic.nick}, ${item.topic.time}) +
      + +
    1. + ${note.itemtype}: + ${note.line} + (${note.nick}, ${note.time}) +
    2. +
      +
    +
  2. +
+ + Meeting ended at ${time.end} ${time.timezone} (full logs). + +

Action items

+
    +
  1. ${action}
  2. +
+ +

Action items, by person

+
    +
  1. ${attendee.nick} +
      +
    1. ${action}
    2. +
    +
  2. +
+ +

People present (lines said)

+
    +
  1. ${attendee.nick} (${attendee.count})
  2. +
+ + Generated by MeetBot ${meetbot.version}. + + -- cgit v0.9.1