Parent: [73fc46] (diff)

Child: [f81f2d] (diff)

Download this file

index.html    21 lines (14 with data), 660 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
{% extends g.theme.master %}
{% do g.register_app_css('envision.min.css', compress=False) %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}}{% endblock %}
{% block header %}{{c.project.name}} / {{c.app.config.options.mount_label}}{% endblock %}
{% block content %}
<p><h1>Allura Metrics</h1></p>
<p>
Proof of concept of how some parameters of the evolution of a software project can be visualized.
Allura integation. Visualization is still preliminary and incomplete.
</p>
<div align=right>
Powered by <a href="http://www.bitergia.com"><img src="{{g.app_static('bitergia-logo-peq.png')}}" border=0></a>
</div>
{% endblock %}