@@ -32,29 +32,25 @@ below) and depend on a few through the packaging system
3232## Installation
3333
3434The easiest way to install Drupal mode is probably to install it via
35- the ELPA archive at
36- [ Marmalade] ( http://marmalade-repo.org/packages/drupal-mode ) or
37- [ MELPA Stable] ( http://stable.melpa.org/#/drupal-mode ) (if you want
38- bleeding edge use regular [ MELPA] ( http://melpa.org/#/drupal-mode ) ).
39-
40- ELPA (package.el) is part of Emacs 24. For Emacs 23 see
41- [ Marmalade] ( http://marmalade-repo.org ) for installation instructions.
35+ the ELPA archive [ MELPA
36+ Stable] ( https://stable.melpa.org/#/drupal-mode ) (if you want bleeding
37+ edge use regular [ MELPA] ( https://melpa.org/#/drupal-mode ) ).
4238
4339
4440## Features of Drupal mode
4541
4642### Drupal Coding Standards
4743
4844Drupal mode will make you write code that adheres to
49- [ Drupals coding standards] ( http ://drupal.org/coding-standards#indenting ) .
45+ [ Drupals coding standards] ( https ://www. drupal.org/coding-standards) .
5046
5147It does this by:
5248
5349
5450#### Indentation
5551
5652In php-mode code will be indented according to
57- [ Drupals coding standards] ( http ://drupal.org/coding-standards#indenting ) . If not
53+ [ Drupals coding standards] ( https ://www. drupal.org/coding-standards) . If not
5854it is considered a bug!
5955
6056
@@ -91,10 +87,10 @@ menu entry.
9187
9288Files that are part of a Drupal project will try to identify the used
9389version of Drupal core and look up the documentation for the
94- corresponding version at http ://api.drupal.org .
90+ corresponding version at https ://api.drupal.org .
9591
9692If the symbol at point is believed to be a Drush command the
97- documentation will be looked up at http ://api.drush.org instead. If
93+ documentation will be looked up at https ://api.drush.org instead. If
9894Drush is installed it will identify the version of Drush and look up
9995the documentation for the installed version of Drush.
10096
@@ -131,15 +127,15 @@ Etags is a built-in part of Emacs.
131127
132128### GNU Globals / gtags
133129
134- If you load [ GNU Globals / gtags] ( http ://www.gnu.org/software/global/)
130+ If you load [ GNU Globals / gtags] ( https ://www.gnu.org/software/global/)
135131support in Emacs then Drupal mode will set ` gtags-rootdir ` to your
136132DRUPAL_ROOT.
137133
138134
139135### Drush utilities for Emacs users
140136
141137If
142- [ Drush utilities for Emacs users] ( http ://drupal.org/project/emacs_drush)
138+ [ Drush utilities for Emacs users] ( https ://www. drupal.org/project/emacs_drush)
143139is installed Drupal mode will update existing tag files in your
144140DRUPAL_ROOT after saving a buffer.
145141
@@ -148,11 +144,11 @@ DRUPAL_ROOT after saving a buffer.
148144
149145If ispell.el is loaded in Emacs then Drupal mode will set the language
150146of your Drupal mode buffers to ` american ` as stated in [ Drupals coding
151- standards] ( http ://drupal.org/coding-standards) .
147+ standards] ( https ://www. drupal.org/coding-standards) .
152148
153149ispell.el is a built-in part of Emacs. An external program must be
154150installed to run the actual spell checking,
155- i.e. [ ispell] ( http ://www.gnu.org/software/ispell/) ,
151+ i.e. [ ispell] ( https ://www.gnu.org/software/ispell/) ,
156152[ aspell] ( http://aspell.net/ ) , or
157153[ hunspell] ( http://hunspell.sourceforge.net/ ) .
158154
@@ -162,14 +158,14 @@ i.e. [ispell](http://www.gnu.org/software/ispell/),
162158If support for
163159[ flymake-phpcs.el] ( https://github.com/illusori/emacs-flymake-phpcs ) is
164160loaded in Emacs and you have installed
165- [ Drupal Code Sniffer] ( http ://drupal.org/project/drupalcs) rules then
161+ [ Drupal Code Sniffer] ( https ://www. drupal.org/project/drupalcs) rules then
166162Drupal mode will enable flymake-phpcs under php-mode.
167163
168164For this to work you need:
169165
170- * [ PHP CodeSniffer] ( http ://pear.php.net/package/PHP_CodeSniffer)
171- * [ flymake-phpcs.el] ( http ://marmalade-repo .org/packages /flymake-phpcs)
172- * [ Drupal Code Sniffer] ( http ://drupal.org/project/drupalcs) rules
166+ * [ PHP CodeSniffer] ( https ://pear.php.net/package/PHP_CodeSniffer)
167+ * [ flymake-phpcs.el] ( https ://melpa .org/# /flymake-phpcs)
168+ * [ Drupal Code Sniffer] ( https ://www. drupal.org/project/drupalcs) rules
173169
174170
175171## Other takes on a Drupal mode
@@ -179,11 +175,11 @@ wild:
179175
180176* [ Search Github for drupal-mode] ( https://github.com/search?l=Emacs+Lisp&q=drupal&type=Repositories )
181177* At drupal.org:
182- * http ://drupal.org/sandbox/bartlantz/1405156
183- * http ://drupal.org/project/emacs
178+ * https ://www. drupal.org/sandbox/bartlantz/1405156
179+ * https ://www. drupal.org/project/emacs
184180
185181All of them more or less based on
186- [ Configuring Emacs] ( http ://drupal.org/node/59868) .
182+ [ Configuring Emacs] ( https ://www. drupal.org/node/59868) .
187183
188184
189185## Development of Drupal mode
0 commit comments