Skip to content

Commit eb206a2

Browse files
committed
Replace URL to link
1 parent bca4c77 commit eb206a2

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

README.ja.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ GNU Emacs 24以降では、[package][]機能(または[Cask][])を使って[MELP
3838

3939
### OSのパッケージマネージャからのインストール
4040

41-
PHP Modeは[いくつかのOSが提供するパッケージシステム](https://repology.org/project/emacs:php-mode/versions)からインストール可能です。これはEmacsにPHPを追加する最も簡単な方法で、ただ `sudo apt-get install elpa-php-mode` で導入できます。
41+
PHP Modeは[いくつかのOSが提供するパッケージシステム][php-mode-packages]からインストール可能です。これはEmacsにPHPを追加する最も簡単な方法で、ただ `sudo apt-get install elpa-php-mode` で導入できます。
4242

43-
Debian、Ubuntuや派生OSなどでのパッケージ名は[`elpa-php-mode`](https://packages.debian.org/buster/elpa-php-mode)です。これらのパッケージは安定版ですが、PHP Modeの最新版からは遅れているため、最新のPHP機能サポートや性能改善が反映されていない可能性があることに気をつけてください。
43+
Debian、Ubuntuや派生OSなどでのパッケージ名は[`elpa-php-mode`][elpa-php-mode]です。これらのパッケージは安定版ですが、PHP Modeの最新版からは遅れているため、最新のPHP機能サポートや性能改善が反映されていない可能性があることに気をつけてください。
4444

45-
また、[Debian 9 (stretch)](https://packages.debian.org/stretch/php-elisp)[Ubuntu 18.10](https://packages.ubuntu.com/cosmic/php-elisp)以前で提供されていた `php-elisp` パッケージは[あまりにも古い](https://github.com/emacs-php/php-mode/issues/430)ので、 **くれぐれもインストールしないでください**
45+
また、[Debian 9 (stretch)][php-elisp-stretch][Ubuntu 18.10][php-elisp-ubuntu1810]以前で提供されていた `php-elisp` パッケージは[あまりにも古い][issue-430]ので、 **くれぐれもインストールしないでください**
4646

4747
### 手動でインストール
4848

@@ -375,14 +375,19 @@ PHPモードの改善に協力したすべての貢献者のリストは[README.
375375
[Web Mode]: http://web-mode.org/
376376
[camelCase]: https://ja.wikipedia.org/wiki/%E3%82%AD%E3%83%A3%E3%83%A1%E3%83%AB%E3%82%B1%E3%83%BC%E3%82%B9
377377
[cc mode]: https://www.gnu.org/software/emacs/manual/html_mono/ccmode.html
378+
[elpa-php-mode]: https://packages.debian.org/sid/elpa-php-mode
378379
[feathub]: https://feathub.com/emacs-php/php-suite
380+
[issue-430]: https://github.com/emacs-php/php-mode/issues/430
379381
[melpa-badge]: http://melpa.org/packages/php-mode-badge.svg
380382
[melpa-link]: http://melpa.org/#/php-mode
381383
[melpa-stable-badge]: http://stable.melpa.org/packages/php-mode-badge.svg
382384
[melpa-stable-link]: http://stable.melpa.org/#/php-mode
383385
[package]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html
384-
[php-mode]: https://github.com/emacs-php/php-mode
386+
[php-elisp-stretch]: https://packages.debian.org/stretch/php-elisp
387+
[php-elisp-ubuntu1810]: https://packages.ubuntu.com/cosmic/php-elisp
385388
[php-mode releases]: https://github.com/emacs-php/php-mode/releases
389+
[php-mode-packages]: https://repology.org/project/emacs:php-mode/versions
390+
[php-mode]: https://github.com/emacs-php/php-mode
386391
[php-suite]: https://github.com/emacs-php/php-suite
387392
[travis-badge]: https://travis-ci.org/emacs-php/php-mode.svg
388393
[travis-link]: https://travis-ci.org/emacs-php/php-mode

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ With GNU Emacs 24 or later then you can use its [package][] feature (or [Cask][]
4040

4141
### Install using OS package system
4242

43-
PHP Mode is available from [package systems provided by several OSs](https://repology.org/project/emacs:php-mode/versions). On Debian, and operating systems derived from it, such as Ubuntu, the easiest way to add PHP support to Emacs is `sudo apt install elpa-php-mode`. "Stable" releases of these operating systems include a well-tested frozen version of this package that is always older than the latest upstream version of PHP Mode. Autoloads and byte-compilation are automatic.
43+
PHP Mode is available from [package systems provided by several OSs][php-mode-packages]. On Debian, and operating systems derived from it, such as Ubuntu, the easiest way to add PHP support to Emacs is `sudo apt install elpa-php-mode`. "Stable" releases of these operating systems include a well-tested frozen version of this package that is always older than the latest upstream version of PHP Mode. Autoloads and byte-compilation are automatic.
4444

45-
Please consider installing the package provided in `sid` (aka: "unstable", a rolling release) in order to benefit from the latest PHP Mode features and performance improvements. The latest version can be found here: [`elpa-php-mode`](https://packages.debian.org/sid/elpa-php-mode). Investigate "apt-pinning" to make tracking this update stream automatic.
45+
Please consider installing the package provided in `sid` (aka: "unstable", a rolling release) in order to benefit from the latest PHP Mode features and performance improvements. The latest version can be found here: [`elpa-php-mode`][elpa-php-mode]. Investigate "apt-pinning" to make tracking this update stream automatic.
4646

47-
Also, the `php-elisp` package provided by [Debian 9 (stretch)](https://packages.debian.org/stretch/php-elisp) and [Ubuntu 18.10](https://packages.ubuntu.com/cosmic/php-elisp) and earlier is [extremely old](https://github.com/emacs-php/php-mode/issues/430), so **PLEASE DO NOT INSTALL IT**.
47+
Also, the `php-elisp` package provided by [Debian 9 (stretch)][php-elisp-stretch] and [Ubuntu 18.10][php-elisp-ubuntu1810] and earlier is [extremely old][issue-430], so **PLEASE DO NOT INSTALL IT**.
4848

4949
### Manual installation
5050

@@ -427,7 +427,6 @@ In chronological order:
427427
75. [Sebastian Fieber](https://github.com/fallchildren)
428428
76. [Mark A. Hershberger](https://github.com/hexmode)
429429

430-
431430
[Cask]: https://github.com/cask/cask
432431
[MELPA Stable]: https://stable.melpa.org/
433432
[MELPA]: https://melpa.org/
@@ -437,13 +436,18 @@ In chronological order:
437436
[Web Mode]: http://web-mode.org/
438437
[camelCase]: https://ja.wikipedia.org/wiki/%E3%82%AD%E3%83%A3%E3%83%A1%E3%83%AB%E3%82%B1%E3%83%BC%E3%82%B9
439438
[cc mode]: https://www.gnu.org/software/emacs/manual/html_mono/ccmode.html
439+
[elpa-php-mode]: https://packages.debian.org/sid/elpa-php-mode
440440
[feathub]: https://feathub.com/emacs-php/php-suite
441+
[issue-430]: https://github.com/emacs-php/php-mode/issues/430
441442
[melpa-badge]: http://melpa.org/packages/php-mode-badge.svg
442443
[melpa-link]: http://melpa.org/#/php-mode
443444
[melpa-stable-badge]: http://stable.melpa.org/packages/php-mode-badge.svg
444445
[melpa-stable-link]: http://stable.melpa.org/#/php-mode
445446
[package]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html
446-
[php-mode]: https://github.com/emacs-php/php-mode
447+
[php-elisp-stretch]: https://packages.debian.org/stretch/php-elisp
448+
[php-elisp-ubuntu1810]: https://packages.ubuntu.com/cosmic/php-elisp
447449
[php-mode releases]: https://github.com/emacs-php/php-mode/releases
450+
[php-mode-packages]: https://repology.org/project/emacs:php-mode/versions
451+
[php-mode]: https://github.com/emacs-php/php-mode
448452
[php-suite]: https://github.com/emacs-php/php-suite
449453
[wiki]: https://github.com/emacs-php/php-mode/wiki

0 commit comments

Comments
 (0)