README
author Myhailo Danylenko <isbear@ukrpost.net>
Sun, 11 Apr 2010 22:44:06 +0300
changeset 12 2de470098bd7
parent 1 9eb794ebef85
child 19 ff5884d8bbf5
permissions -rw-r--r--
Update config.h.in


This is a module to allow more flexible aliases with shell-like positional
variable substitution. Provides command '/templatecmd'.

INSTALLATION

To install it, you need:
cmake
gcc
make
mcabber headers
glib

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 libmcbaber-templatecmd*.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>