emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 254/255: re-format README


From: Eric Schulte
Subject: [elpa] 254/255: re-format README
Date: Sun, 16 Mar 2014 01:02:59 +0000

eschulte pushed a commit to branch go
in repository elpa.

commit 3b2c27c84be02db94138839a999ac09ff1c7d4bc
Author: Eric Schulte <address@hidden>
Date:   Sat Mar 15 18:57:38 2014 -0600

    re-format README
---
 packages/el-go/README |   45 +++++++++++++++------------------------------
 1 files changed, 15 insertions(+), 30 deletions(-)

diff --git a/packages/el-go/README b/packages/el-go/README
index abd4c83..0f54f2d 100644
--- a/packages/el-go/README
+++ b/packages/el-go/README
@@ -1,34 +1,19 @@
-el-go --- Emacs interface to the game of GO
--------------------------------------------
+                                el-go
 
-- play GO
-- interact with GO back ends and protocols through a board
-- translate between multiple GO back ends and protocols
+Description
+    A board-based interface to the game of GO which may be connected
+    to a number of GO back-ends through a generic API.  Back-ends
+    include the Smart Game Format [1] (SGF), the Go Text Protocol [2]
+    (GTP) which may be used to play against gnugo, and the Internet Go
+    Server [3] (IGS) protocol (in progress).
 
-A board-based interface to the game of GO which may be connected to a
-number of GO back-ends through a generic API.  Back-ends include the
-[Smart Game Format](http://senseis.xmp.net/?SmartGameFormat) (SGF),
-the [Go Text Protocol](http://www.lysator.liu.se/~gunnar/gtp/) (GTP)
-which may be used to play against gnugo, and the
-[Internet Go Server](http://en.wikipedia.org/wiki/IGS_Go_server) (IGS)
-protocol (in progress).
+    [1]  http://senseis.xmp.net/?SmartGameFormat
+    [2]  http://www.lysator.liu.se/~gunnar/gtp/
+    [3]  http://en.wikipedia.org/wiki/IGS_Go_server
 
 Usage
------
-
-1. Load this library.
-
-        (require 'go)
-
-2. Play Go.
-
-        M-x go-play
-
-3. View an SGF file of a saved game.
-
-        M-x go-view-sgf
-
-4. Connect to the internet go server.  Currently this only supports
-   browsing and observing games.
-
-        M-x igs-get-games
+    1. Load this library with (require 'go).
+    2. Play Go with M-x go-play
+    3. View an SGF file of a saved game. with M-x go-view-sgf.
+    4. Connect to the internet go server.  Currently this only
+       supports browsing and observing games with M-x igs-get-games.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]