From df78c2bf2e590dc74def1639b35447730c212d1b Mon Sep 17 00:00:00 2001 From: Leo Lapworth Date: Sun, 27 May 2018 22:25:42 +0100 Subject: [PATCH 1/3] update faq about old search.cpan.org redirect and search.Mcpan.org --- root/about/faq.html | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/root/about/faq.html b/root/about/faq.html index cf12224e67..9ee3b00312 100644 --- a/root/about/faq.html +++ b/root/about/faq.html @@ -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 hosts 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? From fd3b8786fbe680ab20854dc8b95a6672e0d565a2 Mon Sep 17 00:00:00 2001 From: Leo Lapworth Date: Sun, 27 May 2018 22:30:55 +0100 Subject: [PATCH 2/3] add a bit of news - should back date more at some point! --- News.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/News.md b/News.md index 5756a4f801..901d93747d 100644 --- a/News.md +++ b/News.md @@ -1,3 +1,25 @@ +Title: The traffic is comming +------------------------------ +Date: 2018-12-02T19:30:00 + +A [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 +trebbeling 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 From b26f0691590d07b0a19375d895e54a6f0c55bcd0 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Sun, 27 May 2018 18:45:00 -0400 Subject: [PATCH 3/3] Fix News typos --- News.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/News.md b/News.md index 901d93747d..9543b358fa 100644 --- a/News.md +++ b/News.md @@ -2,10 +2,10 @@ Title: The traffic is comming ------------------------------ Date: 2018-12-02T19:30:00 -A [announced](https://log.perl.org/2018/05/goodbye-search-dot-cpan-dot-org.html) +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 -trebbeling of traffic. +trebling of traffic. Title: MetaHack 2 ------------------------------