blob: e754b9cd4f407ef72de08efab507172bcc35602d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Kexi Scripting README
---------------------
The code in this directory implements a scripting plugin for
Kexi. The Kross Scripting Framework located at koffice/libs/kross
is used to embed scripting interpreters and access Kexi
functionality from within those interpreters.
See also http://www.kexi-project.org/wiki/wikiview/index.php?Scripting
/kexiscripting/
The scripting-plugin which will be loaded by Kexi at startup to
embed Kross into Kexi.
/kexiapp/
Access to a running Kexi application. Kexi itself takes care of
publishing it's KexiMainWindowImpl instance and the kexiapp-plugin
provides access to some of the applications functionality at runtime.
/kexidb/
Kross-plugin to provide nearly the whole KexiDB-framework to scripting
interpreters. That way we are able to read/write from/to all by KexiDB
supported databases.
/scripts/
Kexi-dependend scripts. This directory holds our in python or ruby
written scripting extensions. Those extensions are just plugins for
Kexi to extend it's functionality.
|