annotate PLUGIN_HOWTO @ 15948:5c88d2887cc1
merge of '343dc2d52b5a1cb204359ecc11a1b4d98b984dd0'
and 'f894448f712134780a75dba19622a78626a98231'
author |
Evan Schoenberg <evan.s@dreskin.net> |
date |
Tue, 27 Mar 2007 03:08:31 +0000 |
parents |
cc3c50816cc9 |
children |
83ec0b408926 |
rev |
line source |
15937
|
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
|
15937
|
6 doxygen and graphviz dot, then running "make docs" in the
|
14505
|
7 source tree. The documentation will be in the docs/html directory.
|