annotate PLUGIN_HOWTO @ 16064:5106ccf9f9f1
merge of '662dc38f3c156e501f9fa55b24a10bfcf82cc7ac'
and '6eba96b8d82f01cef4c91319b48d5d98c0a72155'
author |
Stu Tomlinson <stu@nosnilmot.com> |
date |
Wed, 11 Apr 2007 15:21:47 +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.
|