Skip to content

Commit

Permalink
some more site improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
domm committed Apr 10, 2008
1 parent 3b2a44d commit fb2d53a
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 20 deletions.
4 changes: 2 additions & 2 deletions cpants/templates/author/view
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ document.getElementById('top').style.backgroundColor="#ff7300";
<td align="center">[% kwal.kwalitee %]</td>

[% FOREACH kw IN mck.core_indicator_names.sort %]
<td class="[% kwal.$kw ? 'ok' : 'not_ok' %]" align="center" title="[% kw %]">[% kwal.$kw ? '+' : '-' %]</td>
<td class="[% kwal.$kw ? 'ok' : 'not_ok' %]" align="center" title="[% kw %]"><a href="/dist/kwalitee/[% d.dist %]#[% kw %]">[% kwal.$kw ? '+' : '-' %]</a></td>
[% END %]
<td></td>
[% FOREACH kw IN mck.optional_indicator_names.sort %]
<td class="[% kwal.$kw ? 'ok' : 'opt_not_ok' %]" align="center" title="[% kw %]">[% kwal.$kw ? '+' : '~' %]</td>
<td class="[% kwal.$kw ? 'ok' : 'opt_not_ok' %]" align="center" title="[% kw %]"><a href="/dist/kwalitee/[% d.dist %]#[% kw %]">[% kwal.$kw ? '+' : '~' %]</a></td>
[% END %]

</tr>
Expand Down
4 changes: 2 additions & 2 deletions cpants/templates/dist/kwalitee
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[% FOREACH c IN mck.core_indicator_names %]
[% class = item.$c ? 'ok' : 'not_ok' %]
<tr>
<td class="[% class %]"><b>[% c %]</b></td>
<td class="[% class %]"><b><a name="[%c%]"></a>[% c %]</b></td>
<td class="[% class %]" align="center">
[% IF item.$c %]
ok</td></tr>
Expand All @@ -27,7 +27,7 @@
[% FOREACH c IN mck.optional_indicator_names %]
[% class = item.$c ? 'ok' : 'opt_not_ok' %]
<tr>
<td class="[% class %]"><b>[% c %]</b></td>
<td class="[% class %]"><b><a name="[%c%]"></a>[% c %]</b></td>
<td class="[% class %]" align="center">
[% IF item.$c %]
ok</td></tr>
Expand Down
16 changes: 0 additions & 16 deletions cpants/templates/index
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,6 @@ go ahead and subscribe!
</p>
</dd>

<dt>2008-01-14: up again</dt>
<dd>After a very long downtime caused by a combination of Christmas and me
changing jobs, CPANTS will be soon back up to regular (daily) updates. I'm
currently in the middle of setting things up on a new server provided by <a
href="http://vienna.pm.org">Vienna.pm</a>. cpants.perl.org already points to
the new server.<br>
Thanks for your patience, and sorry for any inconveniences...
</dd>


<dt>2007-11-07: better data</dt>
<dd>
I fixed a few bugs and generated new data (which took a bit more than 6 hours). But nothing fancy...
</dd>


</dl>

<a href="/news.html">Not news anymore...</a>
Expand Down
32 changes: 32 additions & 0 deletions cpants/templates/static/news
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
<h2>News</h2>

<dl>


<dt>2008-04-09: QA Hackathon Achievements</dt>
<dd>
<ul><li> added a lot of new metrics:
<ul><li> no_generated_files
</li><li> has_tests_in_t_dir
</li><li> no_stdin_for_prompting
</li><li> no_large_files
</li><li> metayml_declares_perl_version
</li><li> has_version_in_each_file
</li><li> fits_fedora_license
</li><li> easily_repackageable
</li><li> easily_repackageable_by_debian
</li><li> easily_repackageable_by_fedora
</li></ul>
</li><li> add support for aggegregated and experimental metrics
</li><li> start to integrate Testing Best Practices
</li><li> fixed lots of bugs in prereq_matches_use and build_prereq_matches_use
</li><li> mark core and dual-life distributions
</li><li> added a page with various <a href="http://cpants.perl.org/stats.html">stats</a> to the website
</li><li> added a JSON view of 'Prerequisites' page
</li><li> various small and not so small improvements all over the place
</li><li> collected tons of further ideas and feedback&nbsp;:-)
</li></ul>
</dd>

<dt>2008-04-05: QA Hackathon</dt>
<dd>We hack on CPANTS, so things might break this weekend...</dd>



<dt>2008-03-31: Preparing for the QA Hackathon</dt>
<dd><p>
This weekend, I'm participating in the <a
Expand Down

0 comments on commit fb2d53a

Please sign in to comment.