From b258c24a8e1c86a79be2a86f34917efbe05fd4f6 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 27 May 2015 15:56:43 +0200 Subject: [PATCH] Small improvements in template Improve the template for the meetings index by ordering meetings, building a list of links, and clearly separate logging information from meeting schedule information. Change-Id: Ic0a15abd1d6177531c80d316eeeef0ada2d903e2 --- meetingindex.jinja | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/meetingindex.jinja b/meetingindex.jinja index 6d342820..3864419f 100644 --- a/meetingindex.jinja +++ b/meetingindex.jinja @@ -1,13 +1,32 @@

OpenStack IRC meetings

-

-Channel Logs
-Meeting Logs
-iCalendar Meeting Schedule
-

+

Logging

+

OpenStack IRC channels and meetings are logged. You can find them here:

+ -{% for meeting in meetings %} -

{{ meeting.project }}

+

Meeting schedule

+

+

The IRC meetings schedule is driven by the +openstack-infra/irc-meetings repository. +To propose a change, please submit a change to that repository in Gerrit.

+

Here is the link to an ICS file containing all OpenStack IRC meetings, for +use in your favorite calendaring app:

+ +

Here is a list of current meetings with their descriptions:

+ + + +{% for meeting in meetings|sort(attribute='project') %} +

{{ meeting.project }}