KRUNNER KOPETE CONTACTS
version: 0.3
License: GPL

-----------------------
Author: Dan Vratil <vratil@progdansoft.com>

Runner plugin for KRunner that searches through your Kopete contacts and enables
you to start chat with them without need to open Kopete window.
Since 0.3 you can change your status by typing "status statusName". 
Supported are only default statuses (online,offline,away,busy and invisible)


STEPS TO INSTALL
----------------
  tar -xvf source.tar.gz
  cd krunner-kopete-contacts
  mkdir build
  cd build
  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
  make
  #as root:
  make install

Then you need to restart KDE to load new version.


CHANGELOG:
----------
Version 0.3
 * Added function to change Kopete status

Version 0.2.1
 * Fixed license issues in sources

version 0.2:
 * Improved searching algorithm
 * Added status information and status message

version 0.1:
  * Initial release
