docs/readme.mdwn
author Myhailo Danylenko <isbear@ukrpost.net>
Mon, 20 Aug 2012 18:21:25 +0300
changeset 19 ff5884d8bbf5
parent 1 README@9eb794ebef85
child 20 f5318a5fd95f
permissions -rw-r--r--
Rearrange docs


# Aliases on steroids for MCabber

This module provides more flexible aliases with shell-like positional
argument substitution. For detailed explanation see help file for
command 'templatecmd', provided by this module. This command is marked
as safe for use in your mcabberrc (of course, after you loaded this
module).

Example:

    module load templatecmd
    templatecmd cat = say_to -f $1 .

# Installation

To install it, you need:

 * mcabber headers
 * glib
 * loudmouth
 * cmake
 * make
 * c compiler (gcc)
 * linker (binutils)

Then do:

    $ mkdir build
    $ cd build
    $ cmake ..
    $ make edit_cache
    $ make
    # make install

Debian users can instead of make install do:

    $ make package
    # dpkg -i libmcabber-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/>.

# Contact

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>

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>