comparison PLUGIN_HOWTO @ 28423:fd2dd4039cb4

merge of 'a89c814a0c81eeacde296ce6a2520f1bac083ba4' and 'b15f3e0335356e294b5b83fd8ad94b8f10cf76c2'
author Richard Laager <rlaager@wiktel.com>
date Sat, 22 Aug 2009 23:42:31 +0000
parents db5a58aabe38
children
comparison
equal deleted inserted replaced
28421:1a9e56e2097a 28423:fd2dd4039cb4
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://developer.pidgin.im and click on API. From there, see the HOWTOs in the 2 http://developer.pidgin.im and click on API. From there, see the
3 "Related Pages" section. 3 HOWTOs in the "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.