FaqScripting
From AbiWiki
(Difference between revisions)
Current revision as of 02:54, 17 October 2007
FAQ: Does AbiWord have a scripting language?
Yes, in fact it has three -- there is support for Perl, Python, and Shell. In the future others may be supported.
- Perl support is in both the 1.0.x (now obsolete) and 2.0.x release series, however you must use a build with it enabled. The Linux builds may have it enabled, however the Windows builds do NOT (as it has not compiled with perl scripting enabled on Windows for some time).
- Python support is present in the 2.0.x release series, enabled by using the Gypsthon plugin. There are some instructions on using Python at http://www.abisource.com/mailinglists/abiword-dev/02/Dec/0053.html.
- The ScriptHappy plugin allows you to have the output of an sh-run script piped directly into your document.
- The AbiCommand plugin complements this with its own syntax for AbiWord document manipulation (for use from the command line). To see what commands are currently supported, execute: "abiword --plugin AbiCommand" and type at the "AbiWord:>" command prompt "help".
Things to be answered:
- Where can you find instructions for using Perl?
- Contributors*
- Main.RandyKramer - 23 Dec 2002
- Main.PerditionC - 18 Jan 2003
- Main.GilbertMark - 17 Sep 2003