From: Michael Stapelberg Date: Sat, 13 Mar 2010 16:21:52 +0000 (+0100) Subject: kill boilerplate X-Git-Tag: AnyEvent-0.02~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e7ca76a0a6538415fe99cd4d729e08bf35dd6a19;p=i3%2Fi3 kill boilerplate --- diff --git a/Changes b/Changes index 7071c737..0dc96033 100644 --- 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 3aff4b15..4658ba16 100644 --- 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. -