annotate PLUGIN_HOWTO @ 15958:c44bb13db468
merge of '83e14c03d3957ab1b26da6d2893e252cd421ffa8'
and 'f26fa7f114e6fbc721a9445101f434ae25fc35be'
author |
Sadrul Habib Chowdhury <imadil@gmail.com> |
date |
Wed, 28 Mar 2007 05:37:29 +0000 |
parents |
cc3c50816cc9 |
children |
83ec0b408926 |
rev |
line source |
15934
|
1 For information on writing a plugin for Purple, Pidgin or Finch, go
|
|
2 http://pidgin.im/api/ and see the HOWTOs in the "Related Pages"
|
|
3 section.
|
14505
|
4
|
|
5 You can also generate this documentation locally by installing
|
15934
|
6 doxygen and graphviz dot, then running "make docs" in the
|
14505
|
7 source tree. The documentation will be in the docs/html directory.
|