annotate PLUGIN_HOWTO @ 16157:c4f779253fab
merge of '818e92282383bd62cfd83d7cde9d0bad84e648ab'
and 'c08f41c4401b2b1347920ce1c79d3a47497cddde'
author |
Stu Tomlinson <stu@nosnilmot.com> |
date |
Sun, 15 Apr 2007 19:15:12 +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.
|