X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fpidgin-plugins%2Fcore-answerscripts%2FREADME;fp=plugins%2Fpidgin-plugins%2Fcore-answerscripts%2FREADME;h=57642cdedb7bfb497edc5d4c23159aff3909fec7;hb=6c6cc56619080a102e2c44555746aaf7321debd1;hp=0000000000000000000000000000000000000000;hpb=0a076ca80e0c3c127bcc286633f8cd40bf52c038;p=mirrors%2FPrograms.git diff --git a/plugins/pidgin-plugins/core-answerscripts/README b/plugins/pidgin-plugins/core-answerscripts/README new file mode 100644 index 0000000..57642cd --- /dev/null +++ b/plugins/pidgin-plugins/core-answerscripts/README @@ -0,0 +1,27 @@ +libPurple core-answerscripts plugin + +This simple plugin just passes every single message received by any libPurple-based client (pidgin,finch) to sript(s) in user's home directory... So you can add various hooks to your pidgin or finch without need of writing and compiling own C plugin or messing with buggy perl plugin and restarting client after each change in plugin. + +There are already few sample (answer)scripts in purple directory, so you can check how easy it is to write some script for pidgin or finch... + + +The libpurple header files are needed to compile the plugin. + +Building & installation: + +To build and install : + You can compile the plugin using + $ make + and install it with + $ make install + This will install it in ~/.purple/plugins so that only the user who install it can use it. + $ make user + Install main script and sample answerscripts to ~/.purple/answerscripts.d/ + +To install it for everybody on your computer, + $ make + $ su + # make install PREFIX="/path/to/pidgin" (this command as root user) + generally /path/to/pidgin is /usr or /usr/local. If you don't know the path then you can find out using + $ whereis pidgin + and look for the part before "/lib/pidgin".