]> git.sur5r.net Git - i3/i3/commitdiff
kill boilerplate
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 13 Mar 2010 16:21:52 +0000 (17:21 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 13 Mar 2010 16:21:52 +0000 (17:21 +0100)
Changes
README

diff --git a/Changes b/Changes
index 7071c737b7a91c791a9616034d963442e4fdfcee..0dc96033f6c6212a6d52c3f8be2b7d35101c49ac 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,5 @@
 Revision history for AnyEvent-I3
 
-0.01    Date/time
+0.01    2010-03-13
         First version, released on an unsuspecting world.
 
diff --git a/README b/README
index 3aff4b15f46e80f52eac66f5f5f6a167341f31ca..4658ba161f0329d6ec4a3210ce3a71d8b64f4f81 100644 (file)
--- a/README
+++ b/README
@@ -1,16 +1,8 @@
 AnyEvent-I3
 
-The README is used to introduce the module and provide instructions on
-how to install the module, any machine dependencies it may have (for
-example C compilers and installed libraries) and any other information
-that should be provided before the module is installed.
-
-A README file is required for CPAN modules since CPAN extracts the README
-file from a module distribution so that people browsing the archive
-can use it to get an idea of the module's uses. It is usually a good idea
-to provide version information here so that people can decide whether
-fixes for the module are worth downloading.
-
+This module connects to the i3 window manager using the UNIX socket based
+IPC interface it provides (if enabled in the configuration file). You can
+then subscribe to events or send messages and receive their replies.
 
 INSTALLATION
 
@@ -33,14 +25,8 @@ You can also look for information at:
     RT, CPAN's request tracker
         http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-I3
 
-    AnnoCPAN, Annotated CPAN documentation
-        http://annocpan.org/dist/AnyEvent-I3
-
-    CPAN Ratings
-        http://cpanratings.perl.org/d/AnyEvent-I3
-
-    Search CPAN
-        http://search.cpan.org/dist/AnyEvent-I3/
+    The i3 window manager website
+        http://i3.zekjur.net/
 
 
 LICENSE AND COPYRIGHT
@@ -52,4 +38,3 @@ under the terms of either: the GNU General Public License as published
 by the Free Software Foundation; or the Artistic License.
 
 See http://dev.perl.org/licenses/ for more information.
-