AnnoCPAN

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

bin/annocpan_load
bin/annocpan_undump
bin/create_annopod_db
Changes
config.pl
delete.sql
html/_robots.txt
html/about.pod
html/annocpan.css
html/favicon.ico
html/img/annocpan.png
html/img/bullet.gif
html/img/move_to.gif
html/img/note.gif
html/img/rss1.gif
html/img/stars-0.0.png
html/img/stars-1.0.png
html/img/stars-2.0.png
html/img/stars-3.0.png
html/img/stars-4.0.png
html/img/stars-5.0.png
html/index.cgi
html/layout-inline.css
html/layout-side.css
html/perldoc.cgi
html/save_xml.cgi
html/show.js
lib/AnnoCPAN.pm
lib/AnnoCPAN/Archive.pm
lib/AnnoCPAN/Config.pm
lib/AnnoCPAN/Control.pm

tt/header.html  view on Meta::CPAN

        [% FOR val = [50,60,70,80,90,100] -%]
            [% IF val < prefs('tol') %].sim_[% val %] { display: none; }[% END %]
        [%- END %]

    </style>
    [% END %]
</head>

<body>

<h1><a href="[% root_uri_rel %]/"><img src="[% img_root %]/annocpan.png" alt="Annotated CPAN" height="50" width="280"></a></h1>

<ul id="nav">
<li><a href="[% root_uri_rel %]/">Home</a>
<li><a href="[% root_uri_rel %]/about">About</a>
<li><a href="[% root_uri_rel %]/faq">FAQ</a>
<li><a href="[% root_uri_rel %]/news">News</a>
[% IF user %]
    <li class="right"><a href="[% root_uri_rel %]/prefs">Prefs</a>
    <li class="right"><a href="[% root_uri_rel %]/?mode=logout;from=[% request_uri | myuri %]">Logout</a>
[% ELSE %]

tt/util.tt  view on Meta::CPAN

[%- MACRO link_author_search_cpan_org(author) BLOCK -%]
    <a href="http://search.cpan.org/~[% author %]">search.cpan.org</a>
[%- END -%]

[%- MACRO link_author_kobes(author) BLOCK -%]
    <a href="http://cpan.uwinnipeg.ca/~[% author %]">Kobes search</a>
[%- END -%]

[%- MACRO rating(dist) BLOCK -%]
    [% IF dist.review_count > 0; SET stars = dist.stars %]
    <a href="http://cpanratings.perl.org/dist/[% dist.name %]"><img src="[% img_root %]/stars-[% stars %].0.png" alt="Rating: [% stars %] stars" title="[% dist.rating5 %]/5 from [% dist.review_count %] reviews; click to read or write reviews"></a>
    [% END %]
[%- END -%]



( run in 0.630 second using v1.01-cache-2.11-cpan-df04353d9ac )