view PLUGIN_HOWTO @ 16139:caab13aa0b5c

Apparently the .mtn-ignore patterns are regular expressions. This means that if you add "POTFILES" it will also ignore "POTFILES.in" and "POTFILES.skip". I corrected several entries by putting a $ at the end. I'm not sure if we should do that for everything or not. Also, I added some missing patterns here.
author Richard Laager <rlaager@wiktel.com>
date Sun, 15 Apr 2007 15:47:12 +0000
parents cc3c50816cc9
children 83ec0b408926
line wrap: on
line source

For information on writing a plugin for Purple, Pidgin or Finch, go
http://pidgin.im/api/ and see the HOWTOs in the "Related Pages"
section.

You can also generate this documentation locally by installing
doxygen and graphviz dot, then running "make docs" in the
source tree.  The documentation will be in the docs/html directory.