comparison PLUGIN_HOWTO @ 16178:d73ee2690376

merge of '3ae1c2f29b72682bad3542b9c0175438dd3309c0' and '60672db63b751e0cdc4ab40d5251c9479d3c0c79'
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 00:46:39 +0000
parents 83ec0b408926
children db5a58aabe38
comparison
equal deleted inserted replaced
16168:cc5917d70dde 16178:d73ee2690376
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.