From: <lsc...@us...> - 2006-05-10 14:02:24
|
Revision: 16172 Author: lschiere Date: 2006-05-10 07:02:12 -0700 (Wed, 10 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16172&view=rev Log Message: ----------- Err's comments in #gaim as I joined reminded me to check this, and lo, it was outdated. Modified Paths: -------------- web/htdocs/faq2.txt Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-05-10 12:17:21 UTC (rev 16171) +++ web/htdocs/faq2.txt 2006-05-10 14:02:12 UTC (rev 16172) @@ -981,7 +981,7 @@ A: Save the perl script to <code>~/.gaim/plugins/</code> or <code>$prefix/lib/gaim/</code>, restart Gaim, and load the perl script by checking the check box -next to its name on the Plugins page in preferences. +next to its name in the Plugins dialog. Q: How do I compile a plugin for Gaim? @@ -1035,8 +1035,7 @@ perl script must be located in <code>$prefix/lib/gaim/</code> or in <code>~/.gaim/plugins/</code>, and must implement the new API, as documented by the <code>make docs</code> command from the root of the Gaim source code tree. This will generate -html documentation in the <code>doc/html</code> directory. Also note that plugins and perl -scripts are now controlled from preferences. +html documentation in the <code>doc/html</code> directory. Also note that plugins and perl scripts are now controlled from a separate Plugins dialog. Q: Where can I find documentation on writing plugins and Perl scripts? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |