]> code.delx.au - gnu-emacs-elpa/blobdiff - README.md
Set up Travis CI
[gnu-emacs-elpa] / README.md
index 39640910afc2d074a6dfd99f5bfad60114bf7bf2..9065cdfe319c2665160de98893ebf45517d82f59 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,27 +1,25 @@
-Description
+About [![Build Status](https://travis-ci.org/mooz/js2-mode.png?branch=master)](https://travis-ci.org/mooz/js2-mode)
 ======
 
-An improved JavaScript mode for GNU Emacs. Forked from <http://code.google.com/p/js2-mode/>.
+Improved JavaScript editing mode for GNU Emacs ([description here](http://elpa.gnu.org/packages/js2-mode.html)).
 
-For the list of user-visible changes, see
-[Changes from the original mode](https://github.com/mooz/js2-mode/wiki/Changes-from-the-original-mode).
+For some of the latest changes, see [latest user-visible changes](https://github.com/mooz/js2-mode/wiki/Latest-user-visible-changes).
 
 Installation
 ======
 
-    $ git clone git://github.com/mooz/js2-mode.git
-    $ cd js2-mode
-    $ emacs --batch -f batch-byte-compile js2-mode.el
+The stable versions are hosted at [GNU ELPA](http://elpa.gnu.org/)
+(<kbd>M-x list-packages</kbd>).
 
-Then put js2-mode.elc into your site-lisp directory.
+You can also install the latest development version from
+[Melpa](http://melpa.milkbox.net/#installing).
 
-In you emacs config:
+Emacs 22 and 23
+===============
 
-    (autoload 'js2-mode "js2-mode" nil t)
-    (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
-
-See <http://code.google.com/p/js2-mode/wiki/InstallationInstructions> for
-additional details.
+This version requires Emacs 24. For a backward compatible version,
+check out the branch
+[emacs23](https://github.com/mooz/js2-mode/tree/emacs23).
 
 Bugs
 ====
@@ -33,5 +31,5 @@ See Also
 
 Some third-party modes that use the generated syntax tree:
 
-* [js2-highlight-vars-mode](http://mihai.bazon.net/projects/editing-javascript-with-emacs-js2-mode/js2-highlight-vars-mode)
 * [js2-refactor](https://github.com/magnars/js2-refactor.el)
+* [skewer-mode](https://github.com/skeeto/skewer-mode)