1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
-*-Text-*-
* You will need, at a minimum, gaim-1.5.0. The code was originally written for
has been tested gaim 1.0.1 and up, but lately may have drifted from
that. Bias is currently towards supporting Pidgin 2.x.
* You will need a working development environment. This means
compiler, development libraries for gtk+, and development libraries
for libxml2 and possibly libgcrypt.
* to build and install, do the usual ./configure; make; make install
routine.
* by default, the smileys for the RVP plugin get installed as a
separate theme. The merge-smiley-theme.pl script will merge the
smileys into the default Gaim theme instead. This is untested with
Pidgin.
* import_msn_settings.pl is a half-hearted attempt to parse a registry
dump from a Windows machine into accounts.xml and blist.xml. It's
not currently either tested or maintained since the plugin has
import functionality to read a .ctt file exported from the Windows
client. You may be able to use it as a starting point, however.
* normal debug mode is pretty verbose, but may not be verbose enough;
there's more information provided if you enable developer mode by
using ./configure --enable-developer. In particular, this dumps the
full text of requests and responses.
|