|
| 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 %}{% autoescape off %}{% load ietf_filters %}{% filter compress_empty_lines %} |
| 34 | +INTERNET ENGINEERING STEERING GROUP (IESG) |
| 35 | +Summarized Agenda for the {{date}} IESG Teleconference |
| 36 | + |
| 37 | +This agenda was generated at {% now "Y-m-d H:i:s T" %} |
| 38 | +Up-to-date web version of this agenda can be found at: |
| 39 | +http://datatracker.ietf.org/iesg/agenda/ |
| 40 | + |
| 41 | +1. Administrivia |
| 42 | + |
| 43 | +1.1 Roll Call |
| 44 | +1.2 Bash the Agenda |
| 45 | +1.3 Approval of the Minutes of Past Telechats |
| 46 | +1.4 List of Remaining Action Items from Last Telechat |
| 47 | + |
| 48 | + {{ action_items|indent|indent }} |
| 49 | + |
| 50 | +{% with "iesg/agenda_doc.txt" as doc_template %} |
| 51 | +{% include "iesg/agenda_outline_23.html" %} |
| 52 | +{% endwith %} |
| 53 | + |
| 54 | +{% with "iesg/agenda_wg.txt" as wg_template %} |
| 55 | +{% include "iesg/agenda_outline_4.html" %} |
| 56 | +{% endwith %} |
| 57 | + |
| 58 | +5. IAB News We Can Use |
| 59 | + |
| 60 | +6. Management Issues |
| 61 | +{% for m in mgmt %} |
| 62 | +6.{{forloop.counter}} {{m}} |
| 63 | +{% endfor %} |
| 64 | + |
| 65 | +7. Working Group News |
| 66 | +{% endfilter %}{% endautoescape %} |
0 commit comments