summaryrefslogtreecommitdiffstats
path: root/non-puppet/qtmetrics2
diff options
context:
space:
mode:
authorJuha Sippola <juhasippola@outlook.com>2015-09-21 15:54:39 +0300
committerTony Sarajärvi <tony.sarajarvi@theqtcompany.com>2015-09-23 09:38:45 +0000
commitc9a86e4405086739833100bb166e56c8672ec116 (patch)
treee0a9340b0135a9fb4633ab15ca420401731a0985 /non-puppet/qtmetrics2
parent7f9df253643ed49e3412383ee76fe7e321444aa0 (diff)
Qt Metrics 2 (v0.25): Header links update
Replaced the header Documentation drop down menu (it didn't work on small displays) with one level links to wiki and site map page. The About pop-up updated to point to wiki pages. Change-Id: Ica90e9b51ad4803e2e40400934542057d052142d Reviewed-by: Tony Sarajärvi <tony.sarajarvi@theqtcompany.com>
Diffstat (limited to 'non-puppet/qtmetrics2')
-rw-r--r--non-puppet/qtmetrics2/templates/about.html17
-rw-r--r--non-puppet/qtmetrics2/templates/header.html16
2 files changed, 16 insertions, 17 deletions
diff --git a/non-puppet/qtmetrics2/templates/about.html b/non-puppet/qtmetrics2/templates/about.html
index 4f5ac36..55de316 100644
--- a/non-puppet/qtmetrics2/templates/about.html
+++ b/non-puppet/qtmetrics2/templates/about.html
@@ -40,7 +40,16 @@
-->
-<p>This is Qt Metrics revision 2 with redesigned UI and database.</p>
-<p>These pages are still <strong>under construction</strong> and therefore the views and functionality is limited.</p>
-<p>See the <a href="https://wiki.qt.io/Qt_Metrics_2_Backlog" target="_blank">backlog</a> for development items currently identified or in progress.</p>
-<p><small>Version 0.24 (15-Sep-2015)</small></p>
+<p>The Qt Metrics web portal visualizes the status and progress of Qt's quality, focusing on Continuous
+Integration (CI). The goal is to automate laborious manual work that is required, for example, in the CI
+release cycle, to report the key information in real time. The Qt integration teams (in The Qt Company)
+and the global Qt developer community are the target audience. For detailed description, see the
+<strong><a href="https://wiki.qt.io/Qt_Metrics_2_Description" target="_blank">wiki page</a></strong>.</p>
+
+<p>In case of questions, proposals, and improvement ideas, please contact the
+<strong><a href="https://wiki.qt.io/Qt_Metrics_2_Description#SUPPORT" target="_blank">development team</a></strong>.</p>
+
+<p>See the <strong><a href="https://wiki.qt.io/Qt_Metrics_2_Backlog" target="_blank">backlog</a></strong>
+for development items currently identified or in progress.</p>
+
+<p><small>Version 0.25 (15-Sep-2015)</small></p>
diff --git a/non-puppet/qtmetrics2/templates/header.html b/non-puppet/qtmetrics2/templates/header.html
index 4169649..23492bf 100644
--- a/non-puppet/qtmetrics2/templates/header.html
+++ b/non-puppet/qtmetrics2/templates/header.html
@@ -117,19 +117,9 @@
<li role="presentation" class="navbar-btn reload_page" title="{{ statusText }}">
<a><span class="{{ statusIcon }}"></span></a>
</li>
-<li role="presentation" class=" navbar-btn dropdown">
-<a id="doc-drop" href="#" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false">
-Documentation
-<span class="caret"></span>
-</a>
-<ul id="menu1" class="dropdown-menu" role="menu" aria-labelledby="doc-drop">
-<li role="presentation"><a role="menuitem" tabindex="-1" href="sitemap">Site map</a></li>
-<li role="presentation"><a role="menuitem" tabindex="-1" href="doc/db_design.png" target="_blank">Database design</a></li>
-<li role="presentation"><a role="menuitem" tabindex="-1" href="doc/apigen" target="_blank">Class definitions</a></li>
-</ul>
-</li>
-<li role="presentation" class="navbar-btn"><a href="https://wiki.qt.io/User:Juha" target="_blank">Contact</a></li>
-<li role="presentation" class="navbar-btn"><a href="" data-toggle="modal" data-target="#aboutModal">About</a></li>
+<li role="presentation" class="navbar-btn"><a href="https://wiki.qt.io/Qt_Metrics_2_Description" target="_blank">doc</a></li>
+<li role="presentation" class="navbar-btn"><a href="sitemap">site map</a></li>
+<li role="presentation" class="navbar-btn"><a href="" data-toggle="modal" data-target="#aboutModal">about</a></li>
<li role="presentation" class="navbar-btn"><a href="http://www.qt.io/" target="_blank">qt.io</a></li>
</ul>
</nav>