comparison PLUGIN_HOWTO @ 20407:1122d47583a1

explicit merge of 'd42ad2da81f881b2fbd2fb080cc70a843bc70d02' and '8582c561c020d2d1e8d358e2e7cd9e3da113ed9e' to branch 'im.pidgin.cpw.khc.msnp14'
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 02 May 2007 05:25:27 +0000
parents 83ec0b408926
children db5a58aabe38
comparison
equal deleted inserted replaced
20406:7acc792487f2 20407:1122d47583a1
1 For information on writing a plugin for Purple, Pidgin or Finch, go 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" 2 http://developer.pidgin.im and click on API. From there, see the HOWTOs in the
3 section. 3 "Related Pages" section.
4 4
5 You can also generate this documentation locally by installing 5 You can also generate this documentation locally by installing
6 doxygen and graphviz dot, then running "make docs" in the 6 doxygen and graphviz dot, then running "make docs" in the
7 source tree. The documentation will be in the docs/html directory. 7 source tree. The documentation will be in the docs/html directory.