README
changeset 0 29423ceb6adf
child 2 c1ee5fae2549
equal deleted inserted replaced
-1:000000000000 0:29423ceb6adf
       
     1 
       
     2 This is a module, implementing avatar publishing/retrieving via pep/pubsub.
       
     3 This module informs you, when your buddies publish their avatars via pep
       
     4 and provides command '/avatar' to publish your own. But this is not all.
       
     5 It also will show you buddy's avatar! Yes, it is aalib :)
       
     6 
       
     7 This module depends on module 'pep'. You must load it prior to this module
       
     8 and not unload until you unload this module.
       
     9 
       
    10 For this module to actually do something you should set option
       
    11 avatars_directory - a place, where your buddy's avatars will be saved.
       
    12 
       
    13 Note, that currently only pubsub-publishing of avatars is supported
       
    14 (retrieving too works only for pubsub, but there you will be at least
       
    15 informed of url, that you can use to view avatar manually). Thus, as
       
    16 standard states, that pubsub-published data must be image/png, your
       
    17 avatar should be in png format.
       
    18 
       
    19 INSTALLATION
       
    20 
       
    21 To install it, you need:
       
    22 loudmouth
       
    23 glib
       
    24 aalib
       
    25 libpng
       
    26 mcabber's headers
       
    27 cmake
       
    28 make
       
    29 gcc
       
    30 
       
    31 Then do
       
    32 $ mkdir build
       
    33 $ cd build
       
    34 $ cmake ..
       
    35 $ make edit_cache
       
    36 $ make
       
    37 # make install
       
    38 
       
    39 Debian users can instead of make install do
       
    40 $ fakeroot make package
       
    41 # dpkg -i ...-*.deb
       
    42 
       
    43 Users of other distributions can select appropriate package
       
    44 generator, using cache editor.
       
    45 
       
    46 LICENSE
       
    47 
       
    48 This code underlies terms of GNU GPL v2 or later. You can find it in file COPYING
       
    49 from this distribution or on a GNU web-site <http://www.gnu.org/licenses/>.
       
    50 
       
    51 CONTACTS
       
    52 
       
    53 I will be happy to get feedback, patches, suggestions, etc.
       
    54 You can send me email or contact via jabber <isbear@jabber.kiev.ua>.
       
    55 
       
    56   -- Myhailo Danylenko <isbear@ukrpost.net>
       
    57 
       
    58