README
changeset 0 3f69962cbbf4
child 15 6222baf5dccc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Sun Apr 04 15:45:42 2010 +0300
@@ -0,0 +1,41 @@
+
+This is a mcabber module to show mcabber uptime. It is probably linux-specific,
+and will not work on other systems.
+
+INSTALLATION
+
+To install it, you need:
+glib
+mcabber
+cmake
+make
+gcc
+
+Then do
+$ mkdir build
+$ cd build
+$ cmake ..
+$ make edit_cache
+$ make
+# make install
+
+Debian users can instead of make install do
+$ fakeroot make package
+# dpkg -i libmcabber-uptime*.deb
+
+Users of other distributions can select appropriate package
+generator, using cache editor.
+
+LICENSE
+
+This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
+from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.
+
+CONTACTS
+
+I will be happy to get feedback, patches, suggestions, etc.
+You can send me email or contact via jabber <isbear@unixzone.org.ua>.
+
+  -- Myhailo Danylenko <isbear@ukrpost.net>
+
+