home_page/index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>metric_fu: A Ruby Gem for Easy Metric Report Generation</title>
<meta name="keywords" content="metric_fu rails metrics saikuro flog flay roodi reek cyclomatic complexity rcov coverage gem" />
<meta name="description" content="Ruby Gem for Easy Metric Report Generation" />
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="main">
<!-- header begins -->
<div id="header">
<div id="logo"><a href="#">metric_fu</a></div>
<div id="buttons">
<ul><li>A Ruby Gem for Easy Metric Report Generation</li></ul>
</div>
</div>
<!-- header ends -->
<!-- content begins -->
<div id="content">
<div id="right">
<div id="sidebar">
<ul>
<li>
<h2>Links</h2>
<ul>
<li><a href="http://groups.google.com/group/metric_fu">
Google Group
</a>
</li>
<li><a href="http://github.com/metricfu/metric_fu">
SCM
</a>
</li>
<li><a href="http://github.com/metricfu/metric_fu/issues">
Issue Tracker
</a>
</li>
</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>
</li>
</ul>
</div>
<!-- end #sidebar -->
</div>
<div id="left">
<h1>About metric_fu</h1>
<div>
<p><br/>
Metric_fu is a set of metric tools that make it easy to generate metrics reports. See <a href="https://github.com/metricfu/metric_fu/tree/master/lib/metric_fu/metrics">the list of metrics the gem includes</a>
It's designed to integrate easily with
<a href="http://cruisecontrolrb.thoughtworks.com/">CruiseControl.rb</a>
by placing files in the Custom Build Artifacts folder.
</p>
<br/>
<p>
<h2>For up to date information</h2>
For the most frequently updated project information see the <a href="https://github.com/metricfu/metric_fu">github project page</a> or follow the gem on <a href="https://rubygems.org/gems/metric_fu">rubygems.org</a>. This page is no longer up to date.
See the <a href="https://github.com/metricfu/metric_fu/blob/master/HISTORY.md">Change log</a>
</p>
<br>
<h2>Example Output:</h2>
<table>
<tr>
<td><a href="flog.gif"><img src="flog.gif" width="250"></a></td>
<td><a href="flay.gif"><img src="flay.gif" width="250"></a></td>
<tr>
<td><a href="churn.gif"><img src="churn.gif" width="250"></a></td>
<td><a href="saikuro.gif"><img src="saikuro.gif" width="250"></a></td>
</tr>
<tr>
<td><a href="reek.gif"><img src="reek.gif" width="250"></a></td>
<td><a href="roodi.gif"><img src="roodi.gif" width="250"></a></td>
</tr>
<tr>
<td><a href="rcov.gif"><img src="rcov.gif" width="250"></a></td>
<td><a href="stats.gif"><img src="stats.gif" width="250"></a></td>
</tr>
</table>
<br/>
<p>Metric_fu began its life as a plugin for Rails that generated code metrics reports. As of version 0.7.0, metric_fu is a gem (owing to the excellent work done by Sean Soper) and is hosted on GitHub at <a href="http://github.com/metricfu/metric_fu">http://github.com/metricfu/metric_fu</a>. </p>
<p><br/>
<h2>Questions?</h2>
<p>Use the Google Group: <a href="http://groups.google.com/group/metric_fu">http://groups.google.com/group/metric_fu</a></p>
<br/>
<h2>Thanks</h2>
I'd like to thank the authors of Saikuro, Subversion, Flog, Rcov, CruiseControl.rb, and Rails for creating such excellent open source products. Also many thanks go to
<a href="http://arko.net/">Andre Arko</a>,
<a href="http://deheus.net/petrik">Petrik de Heus</a>,
<a href="http://seansoper.com/">Sean Soper</a>,
<a href="http://www.perilled.com/">Erik St Martin</a>,
<a href="http://gregorowicz.blogspot.com/">Andy Gregorowicz</a>,
<a href="http://github.com/bastien/">Bastien</a>,
<a href="http://schubert.cx/">Michael Schubert</a>,
<a href="http://kseebaldt.blogspot.com/">Kurtis Seebaldt</a>,
<a href="http://www.workingwithrails.com/person/11263-toby-tripp">Toby Tripp</a>,
<a href="http://www.aliaghareza.com">Ali Aghareza</a>,
<a href="http://www.pgrs.net/">Paul Gross</a>, and
<a href="http://chirdeepshetty.net/">Chirdeep Shetty</a>
for their contributions to metric_fu.
</p>
</div>
</div>
</div>
</div>
<!-- content ends -->
<!-- footer begins -->
<div id="metamorph2"><div id="footer">
<p>Copyright © 2008. Designed by <a href="http://www.metamorphozis.com/" title="Free Web Templates">Free Web Templates</a></p>
</div></div>
<!-- footer ends -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-1908573-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>