Mercurial > pidgin
comparison PLUGIN_HOWTO @ 16176:83ec0b408926
Beat some older documentation into submission.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 15 Apr 2007 23:26:37 +0000 |
parents | cc3c50816cc9 |
children | db5a58aabe38 |
comparison
equal
deleted
inserted
replaced
16175:4493d6de6384 | 16176:83ec0b408926 |
---|---|
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. |