comparison PLUGIN_HOWTO @ 16177:d88f0f320c9b

merge of '07fc4db9a3c2c12596e0354b8e7959aa847f966b' and '2e6d324c725b3e6a2c803589bca3f0ac9b9790bf'
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 00:44:33 +0000
parents 83ec0b408926
children db5a58aabe38
comparison
equal deleted inserted replaced
15938:2e3eba412412 16177:d88f0f320c9b
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
3 "Related Pages" section.
4
5 You can also generate this documentation locally by installing
6 doxygen and graphviz dot, then running "make docs" in the
7 source tree. The documentation will be in the docs/html directory.