gaim/www

Little change

2004-01-15, Mark Doliner
7a677fe9746a
Parents 80a905336a05
Children e739b8904039
Little change
--- a/htdocs/faq.txt Thu Jan 15 15:30:13 2004 -0500
+++ b/htdocs/faq.txt Thu Jan 15 15:33:08 2004 -0500
@@ -877,14 +877,14 @@
A: The plugin and perl script API has changed in 0.60, which means plugins
and perl scripts must be modified in order to work. The plugin or perl
script must be located in $prefix/lib/gaim/ or in ~/.gaim/plugins/, and must
-implement the new API, as documented in the howto file in the plugins
+implement the new API, as documented in the HOWTO file in the plugins
directory. Plugins and perl scripts are now controled from preferences.
Q: Where can I find documentation on writing plugins and Perl scripts?
A: If you look in the <code>plugins/</code> directory in the Gaim source,
-you should see a HOWTO file with some details for C plugins. You should
-also see our
+you should see a HOWTO file with some details for C plugins. Also be sure
+to check out our
<a href="http://gaim.sourceforge.net/api/index.html">online documentation</a>.
Be especially sure to look at the Related Pages, which lists all of Gaim's
signals, as well as a nice perl script HOWTO.