comparison PLUGIN_HOWTO @ 28380:db5a58aabe38

Wrap this file more consistently.
author Richard Laager <rlaager@wiktel.com>
date Sat, 22 Aug 2009 23:36:31 +0000
parents 83ec0b408926
children
comparison
equal deleted inserted replaced
28359:a8844bb7a60e 28380:db5a58aabe38
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.