Articles
The lua script plugin supports multithreading. Essentially that means it can run in the background without disturbing the samurize client it is running in. Using this feature is extremely simple.
This article shows two internet access scripts, one for downloading html files and one for MySql access.
This article describes how to read the contents of a text file - both raw (line by line) and xml-formatted.
Setting up the lua script plugin works like every plugin in samurize. This, and the options available in the config dialog, is explained here.
This article describes the easiest scripts that show basic functionality of the plugin.
Lua scripting is very easy to learn. This article (and the following articles) will introduce you to the Lua language and the interfaces available in the samurize plugin.

