CPAN-Testers-WWW-Statistics

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        - adjustments to postdates in leaderboards.

0.89    2011-07-03
        - added matrix and stats calls, running sections of full stats run.
        - storage read & write now methods.
        - limit data updates to 1000000 records, to reduce memory consumption.
        - more environment info passed to matrix list templates.
        - changes to scripts to use new interface:
          - bin/cpanstats-writegraphs   (v0.50)
          - bin/cpanstats-writepages    (v0.50)
        - major XHTML updates for WAI WCAG v2.0 compliance.
        - reorganised links and names to be consistent across pages.
        - restructured Pages.pm, to allow process to be called in stages.
        - added terms & conditions page.
        - changed storage method to mainstore and added leadstore for JSON data
          storage files.
        - updated tests.
        - added missing method for the missing-in-action file path.

0.88    2010-10-31
        - added further timestamp test pattern.

Changes  view on Meta::CPAN


0.51    2008-10-01
        - updated index template with correct links.

0.50    2008-09-26
        - removed dependency of CPAN::WWW::Testers::Generator::Article from
          cpanmail.cgi (v0.02) and used Email::Simple directly.
        - fixed style sheet references in some templates.
        - fixed a number of warnings about undefined values in numeric 
          comparisons.
        - fixed XHTML errors in templates.
        - fixed cpanmail.cgi to ignore non-numeric characters, this is
          to ignore the 'msg' part if anyone enters that.
        - added text to cpanmail.html giving examples of what the NNTP ID is.


0.49    2008-09-18
        - amended bin/addresses.pl (v0.11) to only check reports.
        - added further domains in matching to be ignored
        - switched to Sort::Versions rather than version

templates/cgi-bin/uploads.html  view on Meta::CPAN

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>

  <meta http-equiv="Content-Type"         content="text/html; charset=iso-8859-1" />
  <meta http-equiv="Content-Language"     content="en-gb" />
  <meta http-equiv="Content-Style-Type"   content="text/css" />
  <meta http-equiv="Content-Script-Type"  content="text/javascript" />

  <title>CPAN Uploads : CPAN Testers Statistics</title>

templates/cgi-bin/uploads.html  view on Meta::CPAN

urchinTracker();
</script>

<script type="text/javascript">
function goThere(loc) {
  window.location.href=loc;
}
</script>
<!--
  Site Layout, Design &amp; Development by Miss Barbell Productions
  Original CSS/XHTML Template Design by Wolfgang.

  Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
  Powered by LAMP (Linux, Apache, MySQL &amp; Perl) technologies.
  Produced by LABYRINTH, a state of the art Website Management System
  available from Miss Barbell Productions.
  For more information contact Barbie <barbie@missbarbell.co.uk>

  Smoke Box image copyright (c) Tyson Ibele 2004 (http://www.tysonibele.com/Main/gallery.htm)
-->

<link rel="stylesheet" type="text/css" href="/css/epoch.min.css">
<script src="http://d3js.org/d3.v3.js"></script>

templates/layout-wide.html  view on Meta::CPAN

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>

[% body = PROCESS $SOURCE %]

[% 
    base_url   = 'stats.cpantesters.org' ;
    base_href  = 'http://stats.cpantesters.org' ;
    base_title = 'CPAN Testers Statistics' ;
%]

templates/layout-wide.html  view on Meta::CPAN


<script type="text/javascript">
function goThere(loc) {
  window.location.href=loc;
}
</script>

<!--
  Site Layout, Design &amp; Development by Miss Barbell Productions

  Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
  Powered by LAMP (Linux, Apache, MySQL &amp; Perl) technologies.
  Produced by LABYRINTH, a state of the art Website Management System
  available from Miss Barbell Productions.
  For more information contact Barbie <barbie@missbarbell.co.uk>

  Smoke Box image copyright (c) Tyson Ibele 2004 (http://www.tysonibele.com/Main/gallery.htm)
-->

</head>

templates/layout.html  view on Meta::CPAN

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head>

[% body = PROCESS $SOURCE %]

[% 
    base_url   = 'stats.cpantesters.org' ;
    base_href  = 'http://stats.cpantesters.org' ;
    base_title = 'CPAN Testers Statistics' ;
%]

templates/layout.html  view on Meta::CPAN


  <link rel="stylesheet" type="text/css" media="screen,projection,print" href="/css/layout-min.css" />

  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  <script type="text/javascript" src="/js/sorttable.js"></script>

  [% INCLUDE "public/analytics.html" %]

<!--
  Site Layout, Design &amp; Development by Miss Barbell Productions
  Original CSS/XHTML Template Design by Wolfgang.

  Valid XHTML 1.0 - http://validator.w3.org/check?uri=referer
  Powered by LAMP (Linux, Apache, MySQL &amp; Perl) technologies.
  Produced by LABYRINTH, a state of the art Website Management System
  available from Miss Barbell Productions.
  For more information contact Barbie <barbie@missbarbell.co.uk>

  Smoke Box image copyright (c) Tyson Ibele 2004 (http://www.tysonibele.com/Main/gallery.htm)
-->

</head>



( run in 1.521 second using v1.01-cache-2.11-cpan-49f99fa48dc )