In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/17cc1736180b432c79ee3a8593d5e550b3d3a9ce?hp=24bd13ab7c1417a6a15e3b045121e0268446245b>
- Log ----------------------------------------------------------------- commit 17cc1736180b432c79ee3a8593d5e550b3d3a9ce Author: Max Maischein <[email protected]> Date: Wed Oct 9 18:30:50 2019 +0200 Move Perl community web links to https:// where applicable ----------------------------------------------------------------------- Summary of changes: pod/perlcommunity.pod | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/pod/perlcommunity.pod b/pod/perlcommunity.pod index bb55b67a6c..2827507694 100644 --- a/pod/perlcommunity.pod +++ b/pod/perlcommunity.pod @@ -16,8 +16,8 @@ way to get involved in the community. =head2 Where to Find the Community -There is a central directory for the Perl community: L<http://perl.org> -maintained by the Perl Foundation (L<http://www.perlfoundation.org/>), +There is a central directory for the Perl community: L<https://perl.org> +maintained by the Perl Foundation (L<https://www.perlfoundation.org/>), which tracks and provides services for a variety of other community sites. =head2 Mailing Lists and Newsgroups @@ -25,12 +25,12 @@ which tracks and provides services for a variety of other community sites. Perl runs on e-mail; there is no doubt about it. The Camel book was originally written mostly over e-mail and today Perl's development is co-ordinated through mailing lists. The largest repository of Perl mailing lists is located at -L<http://lists.perl.org>. +L<https://lists.perl.org>. Most Perl-related projects set up mailing lists for both users and contributors. If you don't see a certain project listed at -L<http://lists.perl.org>, check the particular website for that project. -Most mailing lists are archived at L<http://nntp.perl.org/>. +L<https://lists.perl.org>, check the particular website for that project. +Most mailing lists are archived at L<https://www.nntp.perl.org/>. =head2 IRC @@ -38,7 +38,7 @@ The Perl community has a rather large IRC presence. For starters, it has its own IRC network, L<irc://irc.perl.org>. General (not help-oriented) chat can be found at L<irc://irc.perl.org/#perl>. Many other more specific chats are also hosted on the network. Information about irc.perl.org is located on the -network's website: L<http://www.irc.perl.org>. For a more help-oriented #perl, +network's website: L<https://www.irc.perl.org>. For a more help-oriented #perl, check out L<irc://irc.freenode.net/#perl>. Perl 6 development also has a presence in L<irc://irc.freenode.net/#perl6>. Most Perl-related channels will be kind enough to point you in the right direction if you ask nicely. @@ -56,7 +56,7 @@ websites, so only a few of the community's largest are mentioned here. =over 4 -=item L<http://perl.com/> +=item L<https://perl.com/> Originally run by O'Reilly Media (the publisher of L<the Camel Book|perlbook>, this site provides quality articles mostly about technical details of Perl. @@ -75,26 +75,19 @@ Perlsphere is one of several aggregators of Perl-related blog feeds. Perl Weekly is a weekly mailing list that keeps you up to date on conferences, releases and notable blog posts. -=item L<http://use.perl.org/> - -use Perl; used to provide a slashdot-style news/blog website covering all -things Perl, from minutes of the meetings of the Perl 6 Design team to -conference announcements with (ir)relevant discussion. It no longer accepts -updates, but you can still use the site to read old entries and comments. - =back =head3 Forums =over 4 -=item L<http://www.perlmonks.org/> +=item L<https://www.perlmonks.org/> PerlMonks is one of the largest Perl forums, and describes itself as "A place for individuals to polish, improve, and showcase their Perl skills." and "A community which allows everyone to grow and learn from each other." -=item L<http://stackoverflow.com/> +=item L<https://stackoverflow.com/> Stack Overflow is a free question-and-answer site for programmers. It's not focussed solely on Perl, but it does have an active group of users who do @@ -116,7 +109,7 @@ hackathons; and provides a mailing list or other continual contact method for its members to keep in touch. To find your local Perl Mongers (or PM as they're commonly abbreviated) group -check the international Perl Mongers directory at L<http://www.pm.org/>. +check the international Perl Mongers directory at L<https://www.pm.org/>. =head2 Workshops @@ -157,17 +150,16 @@ OSCON L<http://conferences.oreillynet.com/>; YAPC L<http://www.yapc.org>. A relatively new conference franchise with a large Perl portion is the Open Source Developers Conference or OSDC. First held in Australia it has recently also spread to Israel and France. More information can be found at: -L<http://www.osdc.com.au/> for Australia, L<http://www.osdc.org.il> -for Israel, and L<http://www.osdc.fr/> for France. +L<http://www.osdc.org.il> for Israel, and L<http://www.osdc.fr/> for France. =head2 Calendar of Perl Events The Perl Review, L<http://www.theperlreview.com> maintains a website and Google calendar -(L<http://www.theperlreview.com/community_calendar>) for tracking +(L<https://www.theperlreview.com/community_calendar>) for tracking workshops, hackathons, Perl Mongers meetings, and other events. Views -of this calendar are at L<http://www.perl.org/events.html> and -L<http://www.yapc.org>. +of this calendar are at L<https://www.perl.org/events.html> and +L<https://www.yapc.org>. Not every event or Perl Mongers group is on that calendar, so don't lose heart if you don't see yours posted. To have your event or group listed, -- Perl5 Master Repository
