Skip to content

Commit

Permalink
Remove links to author backpan dir as we want to stop supporting that
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Nov 25, 2024
1 parent 50318b1 commit 528e401
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions root/author.tx
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@
<li>
<a href="[% $author.links.cpan_directory %]">CPAN directory</a> ([% $author.release_count.cpan + $author.release_count.latest %])
</li>
<li>
<a href="[% $author.links.backpan_directory %]" title="See all releases ever done by [% $author.pauseid %], not just those currently on CPAN.">BackPAN directory</a> ([% $author.release_count['backpan-only'] %])
</li>
<li>
<a href="[% $author.links.repology %]">Repology</a>
</li>
Expand Down Expand Up @@ -151,11 +148,7 @@
%% else {
<div class="message">
<strong>Releases</strong>
<p>No releases from <a href="/author/[% $author.pauseid %]">[% $author.pauseid %]</a> could be found
%% if $author.release_count["backpan-only"] {
<br/><a href="/author/[% $author.pauseid %]">[% $author.pauseid %]</a> has <a href="[% $author.links.backpan_directory %]">[% $author.release_count["backpan-only"] %] distributions on BackPAN</a> that were previously on CPAN.
%% }
</p>
<p>No releases from <a href="/author/[% $author.pauseid %]">[% $author.pauseid %]</a> could be found</p>
</div>
%% }
%% if $faves.0 {
Expand Down

0 comments on commit 528e401

Please sign in to comment.