[Pidgin] Scripting and Plugins modified

Pidgin trac at pidgin.im
Sat Nov 2 22:43:44 EDT 2013


Page "Scripting and Plugins" was changed by MarkDoliner
Diff URL: <https://developer.pidgin.im/wiki/Scripting%20and%20Plugins?action=diff&version=28>
Revision 28
Comment: Make inter-wiki links relative (and especially don't link to http, since we always redirect http to https).
Changes:
-------8<------8<------8<------8<------8<------8<------8<------8<--------
Index: Scripting and Plugins
=========================================================================
--- Scripting and Plugins (version: 27)
+++ Scripting and Plugins (version: 28)
@@ -56,9 +56,9 @@
 == Why doesn't my Perl plugin show up in the Plugins dialog? ==
 Check if your Pidgin binary includes Perl support (Help -> Build Information).
 
-You must also have a compatible Perl runtime installed. On Windows, that is perl510.dll, and as of April 2013, we require [http://www.activestate.com/Products/activeperl ActivePerl] or [http://strawberryperl.com/releases.html Strawberry Perl] 5.10.x. Newer versions of Perl, such as the [https://developer.pidgin.im/ticket/14966#comment:8 current Strawberry Perl 5.16.3, do not work at the moment]. The most recent 5.10.x Strawberry Perl is [http://strawberryperl.com/download/5.10.1.5/strawberry-perl-5.10.1.5.zip 5.10.1]. Extracting just perl510.dll alongside the existing perl51*.dll from the newer installation you may already have, will work, as long as you only use pure-Perl libraries. Otherwise, you'll need to extract Perl 5.10.1 alongside your existing Perl, and add it to the path ''after'' the path to the existing Perl installation. If you're running 64-bit Windows, make sure that you install the 32-bit version of Perl; Pidgin is a 32-bit application on Windows.
+You must also have a compatible Perl runtime installed. On Windows, that is perl510.dll, and as of April 2013, we require [http://www.activestate.com/Products/activeperl ActivePerl] or [http://strawberryperl.com/releases.html Strawberry Perl] 5.10.x. Newer versions of Perl, such as the [bug:14966#comment:8 current Strawberry Perl 5.16.3, do not work at the moment]. The most recent 5.10.x Strawberry Perl is [http://strawberryperl.com/download/5.10.1.5/strawberry-perl-5.10.1.5.zip 5.10.1]. Extracting just perl510.dll alongside the existing perl51*.dll from the newer installation you may already have, will work, as long as you only use pure-Perl libraries. Otherwise, you'll need to extract Perl 5.10.1 alongside your existing Perl, and add it to the path ''after'' the path to the existing Perl installation. If you're running 64-bit Windows, make sure that you install the 32-bit version of Perl; Pidgin is a 32-bit application on Windows.
 
-First, download the test Perl plugin from the [https://developer.pidgin.im/doxygen/2.5.2/html/perl-howto.html Perl Scripting HOWTO page] in `~/.purple/plugins`. Restart Pidgin and see if the plugin appears in the list as "Perl Test Plugin". If not, open the Debug window from the Help menu, and open the plugin list again. You should see if Pidgin picks up the plugin from the proper directory, and any errors while loading it.
+First, download the test Perl plugin from the [/doxygen/2.5.2/html/perl-howto.html Perl Scripting HOWTO page] in `~/.purple/plugins`. Restart Pidgin and see if the plugin appears in the list as "Perl Test Plugin". If not, open the Debug window from the Help menu, and open the plugin list again. You should see if Pidgin picks up the plugin from the proper directory, and any errors while loading it.
 
 Alternatively, you may want to make sure that the plugin passes a syntax check, by running `perl -c -I<path to Pidgin's plugins/perl directory> plugin.pl`.
 
-------8<------8<------8<------8<------8<------8<------8<------8<--------

--
Page URL: <https://developer.pidgin.im/wiki/Scripting%20and%20Plugins>
Pidgin <https://pidgin.im>
Pidgin

This is an automated message. Someone added your email address to be
notified of changes on 'Scripting and Plugins' page.
If it was not you, please report to datallah at pidgin.im.


More information about the Wikiedit mailing list