Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions News.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Title: The traffic is comming
------------------------------
Date: 2018-12-02T19:30:00

As [announced](https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html)
in the Perl NOC, search.cpan.org is going to redirect all traffic to MetaCPAN
from 25th of June 2018. We are doing lots of work to prepare for this
trebling of traffic.

Title: MetaHack 2
------------------------------
Date: 2017-11-02T19:30:00

http://www.olafalders.com/2017/10/12/announcing-metahack-v2/

https://metacpan.org/about/meta_hack

http://blogs.perl.org/users/leo_lapworth/2017/11/metahack-2.html




Title: SSL improvements
------------------------------
Date: 2014-12-02T19:30:00
Expand Down
33 changes: 3 additions & 30 deletions root/about/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,36 +124,9 @@

## Can I _automatically_ redirect links pointing at search.cpan.org to metacpan.org?

For Chrome users, the [MetaCPAN
redirect](https://chrome.google.com/webstore/detail/metacpan-redirect/ojemidgoiffinacbckopjjndlobmgpmk)
extension will automatically rewrite search.cpan.org links to MetaCPAN.

You can accomplish the same thing by modifying your <code>hosts</code> file
(*Note*: these IP addresses may have to change over time, as we move servers,
so come back here to check, if things stop working).
Add the following lines and all links to search.cpan.org (and links to source
code) will be redirected to MetaCPAN:

5.153.225.19 search.cpan.org
5.153.225.19 cpansearch.perl.org

If you do this, be sure to point cpanm to another mirror, as it defaults to
search.cpan.org. Here's how:

export PERL_CPANM_OPT="--mirror http://www.cpan.no/" # Insert your closest mirror here.

## Can I _manually_ redirect links pointing at search.cpan.org to metacpan.org?

If you find yourself to be on search.cpan.org and you want to get redirected to
corresponding metacpan page, just change the domain name with
search.**m**cpan.org. For example:

http://search.cpan.org/~xsawyerx/MetaCPAN-API-0.43/lib/MetaCPAN/API.pm

has to be changed to:

http://search.mcpan.org/~xsawyerx/MetaCPAN-API-0.43/lib/MetaCPAN/API.pm
^
As [announced](https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html)
by the Perl NOC, all traffic will be redirected to from search.cpan.org to MetaCPAN.org as
of 25th of June 2018.

## What is the relation of MetaCPAN to author-*.json and the data in a PAUSE account?

Expand Down