-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·49 lines (48 loc) · 1.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>metric_fu: A Ruby Gem for Easy Metric Report Generation</title>
<meta name="description" content="Ruby Gem for Easy Metric Report Generation" />
<meta name="keywords" content="metric_fu rails metrics saikuro flog flay roodi reek cyclomatic complexity rcov coverage gem loc" />
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="google-site-verification" content="HBVsGNSjbSWYswSC56H6ORZKQW8S9xAEYZWhYpZxLmM" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1908573-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<h1><a href="https://github.com/metricfu/metricfu.github.com">Please help update this page</a></h1>
<h2>Links</h2>
<ul>
<li>
<a href="http://metricfu.github.io/metric_fu/">
MetricFu home page
</a>
</li>
<li>
<a href="http://metricfu.github.io/Saikuro/">
Saikuro home page
</a>
</li>
<li>
<a href="http://benjaminfleischer.com">
Benjamin Fleischer's page (lead developer)
</a>
</li>
<li
><a href="http://jakescruggs.blogspot.com/">
Jake Scruggs' Blog (original lead developer)
</a>
</li>
</ul>
</body>
</html>