~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to kexi/plugins/scripting/README

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2006-04-20 21:38:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060420213853-j5lxluqvymxt2zny
Tags: 1:1.5.0-0ubuntu2
UbuntuĀ uploadĀ 

Show diffs side-by-side

added added

removed removed

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