From eab645d1cc914a995199dfc6c8e6b2f95d81ecad Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 6 Jun 2014 19:36:57 +0200 Subject: [PATCH] Prettified all HTML files Prettified all HTML files using Beautiful Soup with the following script. https://github.com/berendt/openstack-development/blob/master/prettify.py Change-Id: I16594e2d000cb51b08c324ef39c2fc7600484422 --- template.html | 392 ++++++++++++++++++++++++++++++++------------------ 1 file changed, 249 insertions(+), 143 deletions(-) diff --git a/template.html b/template.html index 36c9cf9..22c1ce8 100644 --- a/template.html +++ b/template.html @@ -1,24 +1,25 @@ - - - - - - {{ series|capitalize }} release status - - - - - - - - - - - + + + + + + + + - - - - + + +
-
-

OpenStack roadmap for {{ series }}

- Release - Schedule
- Release - Cycle
 
- - - +
+

+ OpenStack roadmap for {{ series }} +

+ + Release + Schedule + +
+ + Release + Cycle + +
+
+ + + +
+
+
-
-
-
-
-
- - - - - - - - - - - - + + +
+
PriorityProjectMilestoneBlueprintDeliveryAssignee
+ + + + + + + + + + + {% macro render_bp(bp) -%} - - - - - - + + + + + + - - + + + {%- endmacro %} {% for bp in activebps %}{{ render_bp(bp) }}{% endfor %} - +
+ + Priority + + + + + Project + + + + + Milestone + + + + + Blueprint + + + + + Delivery + + + + + Assignee + + +
- {{ bp.priorityindex }} - {{ bp.priority }} -{% if bp.priority == 'Undefined' %}{% endif %} - - {{bp.pname}} - - {{bp.milestonedate}} - {{bp.milestonename}} -{% if not bp.milestonename %} {% endif %} - - {{bp.name}} - - {{bp.implementationindex}} - {{bp.implementation}} +
+ + {{ bp.priorityindex }} + + + {{ bp.priority }} + +{% if bp.priority == 'Undefined' %} + +{% endif %} + + + {{bp.pname}} + + + + {{bp.milestonedate}} + + + {{bp.milestonename}} + +{% if not bp.milestonename %} + +{% endif %} + + + {{bp.name}} + + + + {{bp.implementationindex}} + + + {{bp.implementation}} + {% for review in bp.reviews %} - + + + {% endfor %} -{% if bp.impl_error %} +{% if bp.impl_error %} + + {% endif %} +{% if bp.impl_warn %} + {% endif %} -{% if bp.impl_warn %} + + + + {{bp.assigneedisplay}} + +{% if bp.assignee_error %} + {% endif %} - - {{bp.assigneedisplay}} -{% if bp.assignee_error %} +{% if bp.assignee_warn %} + {% endif %} -{% if bp.assignee_warn %} -{% endif %} - -
-
-
-

 

-

Past milestones

- - - - - - - - - - - - - -{% for bp in pastbps %}{{ render_bp(bp) }}{% endfor %} - + +
+

+   +

+

+ Past milestones +

+ +
PriorityProjectMilestoneBlueprintDeliveryAssignee
+ + + + + + + + + + + + {% for bp in pastbps %}{{ render_bp(bp) }}{% endfor %} +
+ + Priority + + + + + Project + + + + + Milestone + + + + + Blueprint + + + + + Delivery + + + + + Assignee + + +
-
- - +
+ + +