|
| 1 | +{% comment %} |
| 2 | +Copyright (C) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
| 3 | +All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com> |
| 4 | + |
| 5 | +Redistribution and use in source and binary forms, with or without |
| 6 | +modification, are permitted provided that the following conditions |
| 7 | +are met: |
| 8 | + |
| 9 | + * Redistributions of source code must retain the above copyright |
| 10 | + notice, this list of conditions and the following disclaimer. |
| 11 | + |
| 12 | + * Redistributions in binary form must reproduce the above |
| 13 | + copyright notice, this list of conditions and the following |
| 14 | + disclaimer in the documentation and/or other materials provided |
| 15 | + with the distribution. |
| 16 | + |
| 17 | + * Neither the name of the Nokia Corporation and/or its |
| 18 | + subsidiary(-ies) nor the names of its contributors may be used |
| 19 | + to endorse or promote products derived from this software |
| 20 | + without specific prior written permission. |
| 21 | + |
| 22 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 23 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 24 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 25 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 26 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 27 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 28 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 29 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 30 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 31 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 32 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 33 | +{% endcomment %}{% comment %} |
| 34 | +Some parts Copyright (c) 2009 The IETF Trust, all rights reserved. |
| 35 | +{% endcomment %}<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| 36 | +<html><head> |
| 37 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 38 | +<style type="text/css"> |
| 39 | +h3 { page-break-before:always; } |
| 40 | +@media print { |
| 41 | +html { margin: 0; } |
| 42 | +body { margin: 0; } |
| 43 | +h3 { margin-top: 0; } |
| 44 | +} |
| 45 | +@media screen { |
| 46 | +h3 { border-top: 1px dotted #a0a0a0; padding-top: 1em; } |
| 47 | +} |
| 48 | +</style> |
| 49 | +</head> |
| 50 | +<body> |
| 51 | + |
| 52 | +<h1>Moderator Package for {{date}} IESG Telechat</h1> |
| 53 | + |
| 54 | +<p>Generated at {% now "Y-m-d H:i:s T" %}.</p> |
| 55 | + |
| 56 | +<!-- ===================================================================== --> |
| 57 | +<!-- SECTION 1 --> |
| 58 | +<!-- ===================================================================== --> |
| 59 | + |
| 60 | +<h3>1. Administrivia<br>1.1 Roll Call</h3> |
| 61 | + |
| 62 | +<h3>1. Administrivia<br>1.2 Bash the Agenda</h3> |
| 63 | + |
| 64 | +<p><b>Does anyone want to add anything NEW to the agenda?</b></p> |
| 65 | + |
| 66 | +<p><b>Does anyone have any other changes to the agenda as it stands?</b></b> |
| 67 | + |
| 68 | +<h3>1. Administrivia<br>1.3 Approval of the Minutes of Past Telechats</h3> |
| 69 | + |
| 70 | +<p><b>Does anyone have an objection to the minutes of the <DATE> IESG |
| 71 | +Teleconference being approved?</b></p> |
| 72 | + |
| 73 | +<p><b>IF APPROVED: The minutes are approved for the <DATE> |
| 74 | +teleconference. The Secretariat will post them in the public archive.</b></p> |
| 75 | + |
| 76 | +<p><b>Are there narrative minutes to approve for today?</b></p> |
| 77 | + |
| 78 | +<h3>1. Administrivia<br>1.4 List of Remaining Action Items from Last Telehat</h3> |
| 79 | + |
| 80 | +<pre> |
| 81 | +{{ action_items }} |
| 82 | +</pre> |
| 83 | + |
| 84 | +<!-- ===================================================================== --> |
| 85 | +<!-- SECTIONS 2+3 --> |
| 86 | +<!-- ===================================================================== --> |
| 87 | + |
| 88 | +{% with "iesg/moderator_doc.html" as doc_template %} |
| 89 | +{% include "iesg/agenda_outline_23.html" %} |
| 90 | +{% endwith %} |
| 91 | + |
| 92 | +<!-- ===================================================================== --> |
| 93 | +<!-- SECTION 4 --> |
| 94 | +<!-- ===================================================================== --> |
| 95 | + |
| 96 | +{% with "iesg/moderator_wg.html" as wg_template %} |
| 97 | +{% include "iesg/agenda_outline_4.html" %} |
| 98 | +{% endwith %} |
| 99 | + |
| 100 | +<!-- ===================================================================== --> |
| 101 | +<!-- SECTION 5 --> |
| 102 | +<!-- ===================================================================== --> |
| 103 | + |
| 104 | +<h3>5. IAB News We Can Use</h3> |
| 105 | + |
| 106 | +<!-- ===================================================================== --> |
| 107 | +<!-- SECTION 6 --> |
| 108 | +<!-- ===================================================================== --> |
| 109 | + |
| 110 | +{% if not mgmt %} |
| 111 | +<h3>6. Management Items</h3> |
| 112 | + |
| 113 | +<p>NONE</p> |
| 114 | +{% else %} |
| 115 | +{% for m in mgmt %} |
| 116 | +<h3>6. Management Items<br> |
| 117 | +6.{{forloop.counter}} {{m}}</h3> |
| 118 | + |
| 119 | +<p><b>Is there anything that you would like the Secretariat to record in the minutes for this management issue?</b></p> |
| 120 | + |
| 121 | +<p><i>Decision:</i></p> |
| 122 | + |
| 123 | +<p><i>The management issue was discussed.</i></p> |
| 124 | + |
| 125 | +<p><i>Action Item (if applicable):</i></p> |
| 126 | + |
| 127 | +{% endfor %} |
| 128 | +{% endif %} |
| 129 | + |
| 130 | +<!-- ===================================================================== --> |
| 131 | +<!-- SECTION 7 --> |
| 132 | +<!-- ===================================================================== --> |
| 133 | + |
| 134 | +<h3>7. Working Group News</h3> |
| 135 | + |
| 136 | +<pre> |
| 137 | +{% for name in ad_names %}[ ] {{ name }} |
| 138 | +{% endfor %} |
| 139 | +</pre> |
| 140 | + |
| 141 | +</body></html> |
0 commit comments