Warning, /office/kexi/src/plugins/scripting/README is written in an unsupported language. File is not indexed.

0001 Kexi Scripting README
0002 ---------------------
0003 
0004 The code in this directory implements a scripting plugin for 
0005 Kexi. The Kross Scripting Framework located at calligra/libs/kross
0006 is used to embed scripting interpreters and access Kexi
0007 functionality from within those interpreters.
0008 
0009 See also http://www.kexi-project.org/wiki/wikiview/index.php@Scripting.html
0010 
0011 /kexiscripting/
0012 The scripting-plugin which will be loaded by Kexi at startup to
0013 embed Kross into Kexi.
0014 
0015 /kexiapp/
0016 Access to a running Kexi application. Kexi itself takes care of 
0017 publishing it's KexiMainWindowImpl instance and the kexiapp-plugin 
0018 provides access to some of the applications functionality at runtime.
0019 
0020 /kexidb/
0021 Kross-plugin to provide nearly the whole KexiDB-framework to scripting
0022 interpreters. That way we are able to read/write from/to all by KexiDB
0023 supported databases.
0024 
0025 /scripts/
0026 Kexi-dependend scripts. This directory holds our in python or ruby
0027 written scripting extensions. Those extensions are just plugins for
0028 Kexi to extend it's functionality.