CPAN-Testers-WWW-Statistics
view release on metacpan or search on metacpan
templates/cgi-bin/uploads.html view on Meta::CPAN
<link rel="stylesheet" type="text/css" href="/css/epoch.min.css">
<script src="http://d3js.org/d3.v3.js"></script>
<script src="/js/epoch.min.js"></script>
<script>
var data1 = [
{ label: 'Layer 4', values: [ {x: [% data.layer4.0.reldate %], y: [% data.layer4.0.num %]}, {x: [% data.layer4.1.reldate %], y: [% data.layer4.1.num %]} ] },
{ label: 'Layer 3', values: [ {x: [% data.layer3.0.reldate %], y: [% data.layer3.0.num %]}, {x: [% data.layer3.1.reldate %], y: [% data.layer3.1.num %]} ] },
{ label: 'Layer 2', values: [
[% comma = 0 %][% FOREACH item = data.layer2 %][% IF comma == 1 %], [% END %]{x: [% item.reldate %], y: [% item.num %]}[% comma = 1 %][% END %]
] },
{ label: 'Layer 1', values: [
[% comma = 0 %][% FOREACH item = data.layer1 %][% IF comma == 1 %], [% END %]{x: [% item.reldate %], y: [% item.num %]}[% comma = 1 %][% END %]
] },
];
var data2 = [
{ label: 'Layer 8', values: [ {x: [% data.layer8.0.reldate %], y: [% data.layer8.0.num %]}, {x: [% data.layer8.1.reldate %], y: [% data.layer8.1.num %]} ] },
{ label: 'Layer 7', values: [ {x: [% data.layer7.0.reldate %], y: [% data.layer7.0.num %]}, {x: [% data.layer7.1.reldate %], y: [% data.layer7.1.num %]} ] },
{ label: 'Layer 6', values: [
[% comma = 0 %][% FOREACH item = data.layer6 %][% IF comma == 1 %], [% END %]{x: [% item.reldate %], y: [% item.num %]}[% comma = 1 %][% END %]
] },
{ label: 'Layer 5', values: [
[% comma = 0 %][% FOREACH item = data.layer5 %][% IF comma == 1 %], [% END %]{x: [% item.reldate %], y: [% item.num %]}[% comma = 1 %][% END %]
] },
];
</script>
</head>
<body>
<!-- Main Page Container -->
<div class="page-container">
<!-- For alternative headers START PASTE here -->
<!-- A. HEADER -->
<div class="header">
<!-- A.1 HEADER TOP -->
<div class="header-middle">
<!-- Sitelogo and sitename -->
<div class="sitename">
<h1><a href="/" title="Home">CPAN Testers Statistics</a></h1>
<h3>stats.cpantesters.org</h3>
<h2><span class="timestamp1">August 1999</span> - <span class="timestamp1">September 2013</span></h2>
</div>
</div>
<!-- Navigation Level 0 -->
<div class="nav0">
<ul>
<li class="purple" ><a href="http://blog.cpantesters.org" title="CPAN Testers Blog" >Blog</a></li>
<li class="orange" ><a href="http://www.cpantesters.org" title="CPAN Testers Reports" >Reports</a></li>
<li class="violet" ><a href="http://wiki.cpantesters.org" title="CPAN Testers Wiki" >Wiki</a></li>
<li class="blue" ><a href="http://stats.cpantesters.org" title="CPAN Testers Statistics" >Statistics</a></li>
<li class="yellow" ><a href="http://pass.cpantesters.org" title="CPAN Testers PASS Matrix">PASS Matrix</a></li>
<li class="green" ><a href="http://prefs.cpantesters.org" title="CPAN Testers Preferences">Preferences</a></li>
<li class="cornblue"><a href="http://metabase.cpantesters.org" title="CPAN Testers Metabase" >Metabase</a></li>
<li class="cyan" ><a href="http://devel.cpantesters.org" title="CPAN Testers Development">Development</a></li>
<li class="brown" ><a href="http://deps.cpantesters.org" title="CPAN Dependencies" >CPAN Deps</a></li>
<li class="grey" ><a href="http://matrix.cpantesters.org" title="CPAN Testers Matrix" >CPAN Matrix</a></li>
<li class="teal" ><a href="http://analysis.cpantesters.org" title="CPAN Testers Analysis" >Analysis</a></li>
</ul>
</div> </div>
<!-- B. MAIN -->
<div class="break">
<!-- A.4 HEADER BREADCRUMBS -->
<!-- Breadcrumbs -->
<div class="header-breadcrumbs">
<div id="breadcrumbs">
<ul>
<li><a href="/" title="Home">Home</a></li>
<li>30 Days of Uploads</li>
</ul>
</div>
</div>
</div>
<!-- For alternative headers END PASTE here -->
<!-- B. MAIN -->
<div class="main">
<div class="main-inner">
<!-- B.1 MAIN NAVIGATION -->
<div class="main-navigation">
<!-- Navigation Level 3 -->
<div class="round-border-topright"></div>
<h1>Testers Menu</h1>
<ul>
<li><a href="/index.html" title="Home">Home</a></li>
<li><a href="/graphs.html" title="Testing Trends">Testing Trends</a></li>
<li><a href="/testers.html" title="Tester Leaderboard">Tester Leaderboard</a></li>
<li><a href="/interest.html" title="Interesting Stats">Interesting Stats</a></li>
<li><a href="/perform.html" title="Performance Stats">Performance Stats</a></li>
</ul>
<ul>
<li><a href="/cpanmail.html" title="Find A Tester">Find A Tester</a></li>
<li><a href="/missing.html" title="Missing In Action">Missing In Action</a></li>
</ul>
<h1>CPAN Menu</h1>
<ul>
<li><a href="/trends.html" title="CPAN Trends">CPAN Trends</a></li>
<li><a href="/leadercpan.html" title="CPAN Leaderboards">CPAN Leaderboards</a></li>
<li><a href="/statscpan.html" title="Statistics of CPAN">Statistics of CPAN</a></li>
<li><a href="/rates.html" title="Submission Rates">Submission Rates</a></li>
<li><a href="/uploads.html" title="CPAN Uploads">CPAN Uploads</a></li>
</ul>
<h1>Monthly Stats</h1>
<ul>
templates/cgi-bin/uploads.html view on Meta::CPAN
<tr><th width="100px">Rank</th><th width="150px">Date</th><th>Number of Author</th></tr>
[% FOREACH row = authors %]
<tr><td>[% row.0 _ row.1 %]</td><td>[% row.2.name %]</td><td>[% row.2.score %]</td></tr>
[% END %]
</table>
[% END %]
<h3 id="neodist">Top 10 NeoCPANism Distribution Days</h3>
[% IF neodist %]
<table class="matrix2" summary="Neo Distribution Days">
<tr><th width="100px">Rank</th><th width="150px">Date</th><th>Number of Releases</th></tr>
[% FOREACH row = neodist %]
<tr><td>[% row.0 _ row.1 %]</td><td>[% row.2.name %]</td><td>[% row.2.score %]</td></tr>
[% END %]
</table>
[% END %]
<h3 id="neoauth">Top 10 NeoCPANism Author Days</h3>
[% IF neoauth %]
<table class="matrix2" summary="Neo Author Days">
<tr><th width="100px">Rank</th><th width="150px">Date</th><th>Number of Releases</th></tr>
[% FOREACH row = neoauth %]
<tr><td>[% row.0 _ row.1 %]</td><td>[% row.2.name %]</td><td>[% row.2.score %]</td></tr>
[% END %]
</table>
[% END %]
[%
title = '30 Days of Uploads' ;
box_sites = 1
crumb1_name = '30 Days of Uploads' ;
%]
</div>
<hr class="clear-contentunit" />
</div>
<div class="blank"></div>
</div>
</div>
<!-- C. FOOTER AREA -->
<div class="footer">
<p>
The CPAN Testers server is supported and funded by <a href="http://birmingham.pm.org" title="Birmingham Perl Mongers">Birmingham Perl Mongers</a>.<br />
CPAN Testers Statistics site generated using <a href="http://search.cpan.org/dist/CPAN-Testers-WWW-Statistics" title="CPAN-Testers-WWW-Statistics">CPAN-Testers-WWW-Statistics-1.05</a>,
on <span class="timestamp2">Fri, 27 Sep 2013 04:40:37 BST</span>.<br />
CPAN Tester data generated using <a href="http://search.cpan.org/dist/CPAN-Testers-Data-Generator" title="CPAN-Testers-Data-Generator">CPAN-Testers-Data-Generator</a>.<br />
All data and statistics are © 1999-2013 CPAN Testers., and available under the Artistic License 2.0. Comments and design patches to barbie@cpan.org.
</p>
<p>
The CPAN Testers Family: <br />
<a href="http://blog.cpantesters.org" title="CPAN Testers Blog" >Blog</a> •
<a href="http://www.cpantesters.org" title="CPAN Testers Reports" >Reports</a> •
<a href="http://wiki.cpantesters.org" title="CPAN Testers Wiki" >Wiki</a> •
<a href="http://stats.cpantesters.org" title="CPAN Testers Statistics" >Statistics</a> •
<a href="http://pass.cpantesters.org" title="CPAN Testers PASS Matrix">PASS Matrix</a> •
<a href="http://prefs.cpantesters.org" title="CPAN Testers Preferences">Preferences</a> •
<a href="http://metabase.cpantesters.org" title="CPAN Testers Metabase" >Metabase</a> •
<a href="http://devel.cpantesters.org" title="CPAN Testers Development">Development</a> •
<a href="http://deps.cpantesters.org" title="CPAN Dependencies" >Dependencies</a> •
<a href="http://matrix.cpantesters.org" title="CPAN Testers Matrix" >Matrix</a> •
<a href="http://analysis.cpantesters.org" title="CPAN Testers Analysis" >Analysis</a>
</p>
<p>
CPAN Testers, supporting the Perl programming language since 1999.
</p>
</div>
</div>
<p class="footnote"><a href="/terms.html" title="Terms & Conditions">Terms & Conditions</a></p>
<script type="text/javascript" src="/js/iheart.js"></script>
</body>
</html>
( run in 0.703 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )