comparison PLUGIN_HOWTO @ 16326:08557e94840c

merge of 'c14c1a2f0a30615fa91d00b6f77a89b9b37d9bc9' and 'd7182d1649f04a301c89497aff79916a3ca2d006'
author Richard Laager <rlaager@wiktel.com>
date Mon, 23 Apr 2007 16:28:10 +0000
parents 83ec0b408926
children db5a58aabe38
comparison
equal deleted inserted replaced
16031:7873f314fadf 16326:08557e94840c
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.