Skip to content

Commit dea6500

Browse files
committed
Update README for v1 branch
1 parent a7687e4 commit dea6500

File tree

2 files changed

+5
-56
lines changed

2 files changed

+5
-56
lines changed

README.ja.md

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1+
**お知らせ**: これはGNU Emacs 24.3, 24.4, 24.5, 25.1のためのメンテナンスブランチです。もしこれらのバージョンの保守を継続したければ気軽にこのブランチ(`v1`)にプルリクエストを送ってください。
2+
13
<div align="center">
24
<h1>Emacs PHP Mode</h1>
35

46
[![Emacs: 26.3](https://img.shields.io/badge/Emacs-26.3-blue.svg)](https://www.gnu.org/software/emacs/)
57
[![lang: PHP 7](https://img.shields.io/badge/lang-PHP%207-brightgreen.svg)](http://php.net/manual/migration70.php)
68
[![lang: PHP 5](https://img.shields.io/badge/lang-PHP%205-green.svg)](http://php.net/downloads.php)
79
[![Build Status](https://github.com/emacs-php/php-mode/workflows/CI/badge.svg)](https://github.com/emacs-php/php-mode/actions)
8-
[![melpa badge][melpa-badge]][melpa-link]
9-
[![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
1010
[![GPL v3](https://img.shields.io/badge/license-GPL_v3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.txt)
1111

1212
A powerful and flexible Emacs major mode for editing PHP scripts
@@ -20,20 +20,6 @@ A powerful and flexible Emacs major mode for editing PHP scripts
2020

2121
**PHP ModeはEmacs 24.3以降で動作します**。古いバージョンのEmacsでも動作するかもしれませんが、保証外です。 古いバージョンのEmacsのPHPモードを使用することによる問題のバグ報告は積極的に対応しません。現在のサポートポリシーは[Supported Version]のページをご覧ください。
2222

23-
### **(推奨)** MELPAからのインストール
24-
25-
[![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
26-
27-
GNU Emacs 24以降では、[package][]機能(または[Cask][])を使って[MELPA][]/[MELPA Stable][]からPHP Modeをインストールできます。
28-
29-
### OSのパッケージマネージャからのインストール
30-
31-
PHP Modeは[いくつかのOSが提供するパッケージシステム][php-mode-packages]からインストール可能です。DebianおよびUbuntuのようなDebian派生のOSではEmacsにPHPを追加する最も簡単な方法で、`sudo apt install elpa-php-mode` で導入できます。これらの "Stable" リリースは最新のPHP Modeよりも古いものの、十分にテストされた固定バージョンが提供されます。オートロードとバイトコンパイルは自動で行われます。
32-
33-
最新のPHP Modeの機能とパフォーマンス改善を活用するために**sid** ("unstable"としても知られるローリングリリース)で提供されるバージョンのインストールを検討してください。最新バージョンは[`elpa-php-mode`][elpa-php-mode]にあります。"apt-pinning"を使ってアップデートを自動化することもできます。
34-
35-
また、[Debian 9 (stretch)][php-elisp-stretch][Ubuntu 18.10][php-elisp-ubuntu1810]以前で提供されていた `php-elisp` パッケージは[あまりにも古い][issue-430]ので、 **くれぐれもインストールしないでください**
36-
3723
### 手動でインストール
3824

3925
もしパッケージマネージャに依存したくなければ、伝統的な方法によってLispファイルを直接インストールすることもできます。詳細なセットアップ方法は[手動でのインストール][wiki-manual-installation-ja]ページをご覧ください。
@@ -329,24 +315,12 @@ PHP Modeは[GNU General Public License Version 3][gpl-v3] (GPLv3) でライセ
329315
[Authors]: https://github.com/emacs-php/php-mode/wiki/Authors
330316
[Cask]: https://github.com/cask/cask
331317
[Contributors]: https://github.com/emacs-php/php-mode/graphs/contributors
332-
[MELPA Stable]: https://stable.melpa.org/
333-
[MELPA]: https://melpa.org/
334318
[Subword Mode]: https://www.gnu.org/software/emacs/manual/html_node/ccmode/Subword-Movement.html
335319
[Supported Version]: https://github.com/emacs-php/php-mode/wiki/Supported-Version
336320
[Web Mode]: http://web-mode.org/
337321
[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
338322
[cc mode]: https://www.gnu.org/software/emacs/manual/html_mono/ccmode.html
339-
[elpa-php-mode]: https://packages.debian.org/sid/elpa-php-mode
340323
[gpl-v3]: https://www.gnu.org/licenses/quick-guide-gplv3.html
341-
[issue-430]: https://github.com/emacs-php/php-mode/issues/430
342-
[melpa-badge]: http://melpa.org/packages/php-mode-badge.svg
343-
[melpa-link]: http://melpa.org/#/php-mode
344-
[melpa-stable-badge]: http://stable.melpa.org/packages/php-mode-badge.svg
345-
[melpa-stable-link]: http://stable.melpa.org/#/php-mode
346-
[package]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html
347-
[php-elisp-stretch]: https://packages.debian.org/stretch/php-elisp
348-
[php-elisp-ubuntu1810]: https://packages.ubuntu.com/cosmic/php-elisp
349-
[php-mode-packages]: https://repology.org/project/emacs:php-mode/versions
350324
[php-mode]: https://github.com/emacs-php/php-mode
351325
[php-suite]: https://github.com/emacs-php/php-suite
352326
[wiki]: https://github.com/emacs-php/php-mode/wiki

README.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
**NOTE**: This is maintenance branch for GNU Emacs 24.3, 24.4, 24.5, 25.1. If you want to continue supporting these versions, feel free to send a Pull Request to this branch (`v1`).
2+
3+
14
<div align="center">
25
<h1>Emacs PHP Mode</h1>
36

47
[![Emacs: 26.3](https://img.shields.io/badge/Emacs-26.3-blue.svg)](https://www.gnu.org/software/emacs/)
58
[![lang: PHP 7](https://img.shields.io/badge/lang-PHP%207-brightgreen.svg)](http://php.net/manual/migration70.php)
69
[![lang: PHP 5](https://img.shields.io/badge/lang-PHP%205-green.svg)](http://php.net/downloads.php)
710
[![Build Status](https://github.com/emacs-php/php-mode/workflows/CI/badge.svg)](https://github.com/emacs-php/php-mode/actions)
8-
[![melpa badge][melpa-badge]][melpa-link]
9-
[![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
1011
[![GPL v3](https://img.shields.io/badge/license-GPL_v3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.txt)
1112

1213
A powerful and flexible Emacs major mode for editing PHP scripts
@@ -22,20 +23,6 @@ Installation
2223

2324
The current support policy can be found on the [Supported Version] page.
2425

25-
### **(RECOMMENDED)** Install from MELPA
26-
27-
[![melpa badge][melpa-badge]][melpa-link] [![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
28-
29-
With GNU Emacs 24 or later then you can use its [package][] feature (or [Cask][]) to install PHP Mode from [MELPA][] or [MELPA Stable][].
30-
31-
### Install using OS package system
32-
33-
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.
34-
35-
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.
36-
37-
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**.
38-
3926
### Manual installation
4027

4128
If you don't want to depend on a package manager, you can install Lisp files directly in the traditional way. See [Manual installation][wiki-manual-installation] for our recommended setup method.
@@ -309,24 +296,12 @@ This project was maintained by [Eric James Michael Ritz][@ejmr] until 2017. Curr
309296
[Authors]: https://github.com/emacs-php/php-mode/wiki/Authors
310297
[Cask]: https://github.com/cask/cask
311298
[Contributors]: https://github.com/emacs-php/php-mode/graphs/contributors
312-
[MELPA Stable]: https://stable.melpa.org/
313-
[MELPA]: https://melpa.org/
314299
[Subword Mode]: https://www.gnu.org/software/emacs/manual/html_node/ccmode/Subword-Movement.html
315300
[Supported Version]: https://github.com/emacs-php/php-mode/wiki/Supported-Version
316301
[Web Mode]: http://web-mode.org/
317302
[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
318303
[cc mode]: https://www.gnu.org/software/emacs/manual/html_mono/ccmode.html
319-
[elpa-php-mode]: https://packages.debian.org/sid/elpa-php-mode
320304
[gpl-v3]: https://www.gnu.org/licenses/quick-guide-gplv3.html
321-
[issue-430]: https://github.com/emacs-php/php-mode/issues/430
322-
[melpa-badge]: http://melpa.org/packages/php-mode-badge.svg
323-
[melpa-link]: http://melpa.org/#/php-mode
324-
[melpa-stable-badge]: http://stable.melpa.org/packages/php-mode-badge.svg
325-
[melpa-stable-link]: http://stable.melpa.org/#/php-mode
326-
[package]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Packages.html
327-
[php-elisp-stretch]: https://packages.debian.org/stretch/php-elisp
328-
[php-elisp-ubuntu1810]: https://packages.ubuntu.com/cosmic/php-elisp
329-
[php-mode-packages]: https://repology.org/project/emacs:php-mode/versions
330305
[php-mode]: https://github.com/emacs-php/php-mode
331306
[php-suite]: https://github.com/emacs-php/php-suite
332307
[wiki]: https://github.com/emacs-php/php-mode/wiki

0 commit comments

Comments
 (0)