Skip to content

Commit 8fbb37c

Browse files
author
Max Maischein
committed
More documentation links http -> https
O'Reilly conferences and yapc.org have https
1 parent e217699 commit 8fbb37c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.jp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Perl 自身は Unicode で動作します。Perl スクリプト内の文字列
5959

6060
5.8以前の、スクリプトがEUC-JPであればリテラルだけは扱うことができました。また、入出力を扱うモジュールとしてはJcode.pmが( L<http://openlab.ring.gr.jp/Jcode/> )、perl4用のユーティリティとしてはjcode.plがそれぞれ存在し、日本語の扱えるCGIでよく利用されていることを御存じの方も少なくないかと思われます。ただし、日本語による正規表現をうまく扱うことは不可能でした。
6161

62-
5.005以前のPerlには、日本語に特化したローカライズ版、Jperlが存在しました( L<http://homepage2.nifty.com/kipp/perl/jperl/index.html> )。また、Mac OS 9.x/Classic用のPerl、MacPerlの日本語版もMacJPerlとして存在してました。( L<http://habilis.net/macjperl/> ).これらでは文字コードとしてEUC-JPに加えShift_JISもそのまま扱うことができ、また日本語による正規表現を扱うことも可能でした。
62+
5.005以前のPerlには、日本語に特化したローカライズ版、Jperlが存在しました( L<http://homepage2.nifty.com/kipp/perl/jperl/index.html> )。また、Mac OS 9.x/Classic用のPerl、MacPerlの日本語版もMacJPerlとして存在してました。( L<https://habilis.net/macjperl/> ).これらでは文字コードとしてEUC-JPに加えShift_JISもそのまま扱うことができ、また日本語による正規表現を扱うことも可能でした。
6363

6464
Perl5.8では、これらの機能がすべてPerl本体だけで実現できる上に、日本語のみならず上記114の文字コードをすべて、しかも同時に扱うことができます。さらに、CPANなどから新しい文字コード用のモジュールを入手することも簡単にできるようになっています。
6565

README.synology

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ which is a trimmed-down Linux system enhanced with several tools for
1818
managing the NAS. There are several flavours of hardware: Marvell
1919
Armada (ARMv5tel, ARMv7l), Intel Atom (i686, x86_64), Freescale QorIQ
2020
(PPC), and more. For a full list see the
21-
L<Synology FAQ|http://forum.synology.com/wiki/index.php/What_kind_of_CPU_does_my_NAS_have>.
21+
L<Synology FAQ|https://forum.synology.com/wiki/index.php/What_kind_of_CPU_does_my_NAS_have>.
2222

2323
Since it is based on Linux, the NAS can run many popular Linux
2424
software packages, including Perl. In fact, Synology provides a
@@ -42,7 +42,7 @@ H.Merijn Brand (DS213, ARMv5tel and RS815, Intel Atom x64).
4242
As DSM is a trimmed-down Linux system, it lacks many of the tools and
4343
libraries commonly found on Linux. The basic tools like sh, cp, rm,
4444
etc. are implemented using
45-
L<BusyBox|http://en.wikipedia.org/wiki/BusyBox>.
45+
L<BusyBox|https://en.wikipedia.org/wiki/BusyBox>.
4646

4747
=over 4
4848

@@ -59,7 +59,7 @@ If you want to smoke test Perl, install C<Perl>.
5959

6060
In Settings, add the following Package Sources:
6161

62-
http://www.cphub.net
62+
https://www.cphub.net
6363
http://packages.quadrat4.de
6464

6565
=item *
@@ -139,7 +139,7 @@ L<Install Entware-ng on Synology NAS|https://github.com/Entware-ng/Entware-ng/wi
139139

140140
That sadly does not (yet) work on QorIQ. At the moment of writing, the
141141
supported architectures are armv5, armv7, mipsel, wl500g, x86_32, and x86_64.
142-
Check L<here|http://pkg.entware.net/binaries/> for supported platforms.
142+
Check L<here|https://pkg.entware.net/binaries/> for supported platforms.
143143

144144
Entware-ng comes with a precompiled 5.24.1 (June 2017) that allowes
145145
building shared XS code. Note that this installation does B<not> use

pod/perlcommunity.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ put on by O'Reilly, and Yet Another Perl Conference or YAPC (pronounced
145145
yap-see), which is localized into several regional YAPCs (North America,
146146
Europe, Asia) in a stunning grassroots display by the Perl community. For more
147147
information about either conference, check out their respective web pages:
148-
OSCON L<http://conferences.oreillynet.com/>; YAPC L<http://www.yapc.org>.
148+
OSCON L<https://www.oreilly.com/conferences/>; YAPC L<https://www.yapc.org>.
149149

150150
A relatively new conference franchise with a large Perl portion is the
151151
Open Source Developers Conference or OSDC. First held in Australia it has

0 commit comments

Comments
 (0)