initial commit
[mirrors/ArchLinux-Packages.git] / pidgin-qip-decoder / README
CommitLineData
209feeb0
H
1QIP decoder for Pidgin\r
2----------------------\r
3\r
4Installation and configuration\r
5==============================\r
6Copy qip-decoder.dll or qip-decoder.so to pidgin plugins directory on Windows,\r
7or to /usr/lib/purple-2 directory on Linux.\r
8In plugin settings Tools/Plugins (Ctrl+U) enable the QIP Decoder plugin.\r
9\r
10Version 1.3 allows to set codepage independently for each one contact.\r
11For this to work, you must create file qips.xml in\r
12C:\Documents and Settings\User\Application data\.purple directory on Windows,\r
13or in ~/.purple on Linux.\r
14\r
15Example: Most of your contacts have QIP and use codepage # 1250. Howewer, your\r
16contact 111222333 has QIP and is using codepage # 1252. Next contact 222333444\r
17has Pidgin and writes in Russian (it corresponds to the codepage # 1251).\r
18This contact requires disabling the QIP Decoder, which would corrupt cyrillic by\r
19its operation.\r
20\r
21<?xml version='1.0' encoding='UTF-8' ?>\r
22<qips>\r
23 <default enabled='1' codepage='1250' />\r
24 <qip uin='111222333' enabled='1' codepage='1252' />\r
25 <qip uin='222333444' enabled='0' />\r
26</qips>\r
27\r
28Source code\r
29===========\r
30Source code is now available from http://www.sedaha.cz/qip-decoder/ .\r
31\r
32Compilation\r
33===========\r
34Please follow the official Pidgin plugin instructions\r
35http://developer.pidgin.im/wiki/CHowTo/BasicPluginHowto and the section PLUGINS\r
36in README file (in Pidgin source).\r
37\r
38Simply, it says, you have to\r
39\r
40 * download and unpack Pidgin source, then\r
41 * ./configure,\r
42 * copy qip-decoder.c source file into /usr/src/pidgin-X.X.X/libpurple/plugins directory and\r
43 * make qip-decoder.so.\r
44\r
45Viktor Michna (viktor.michna@sedaha.cz)\r
This page took 0.23365 seconds and 4 git commands to generate.