diff options
author | pavet | 2004-09-09 15:33:37 +0000 |
---|---|---|
committer | pavet | 2004-09-09 15:33:37 +0000 |
commit | a5803c3a3e49d5d10e017a70c9e94d0545d59a09 (patch) | |
tree | 62fb7a35ca46bbefa2eb1a9e4266315ed1ba76de /docs/html/index_tpl.html | |
parent | 23abb4b87c7e40ed259dd02f653516f60e55ade4 (diff) | |
download | ivycpy-vinit-a5803c3a3e49d5d10e017a70c9e94d0545d59a09.zip ivycpy-vinit-a5803c3a3e49d5d10e017a70c9e94d0545d59a09.tar.gz ivycpy-vinit-a5803c3a3e49d5d10e017a70c9e94d0545d59a09.tar.bz2 ivycpy-vinit-a5803c3a3e49d5d10e017a70c9e94d0545d59a09.tar.xz |
Initial revision
Diffstat (limited to 'docs/html/index_tpl.html')
-rw-r--r-- | docs/html/index_tpl.html | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/docs/html/index_tpl.html b/docs/html/index_tpl.html new file mode 100644 index 0000000..1c96948 --- /dev/null +++ b/docs/html/index_tpl.html @@ -0,0 +1,65 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> <head> +<title>Ivycpy - a wrapper around ivy-c to get a Python stub to Ivy</title> +</head> + +<body> +<h2><A NAME=NAME>NAME</A></h2> +ivycpy - a wrapper around ivy-c to get a Python stub to Ivy +<H2><A NAME=VERSION>VERSION</A></H2> +<p>Current version is _VERSION_. </p> +<H2><A NAME=SYNOPSIS>SYNOPSIS</A></H2> +<p>ivycpy library procures a way to connect Python/Python-Tkinter application +on an Ivy bus. +<H2><A NAME=WARNING>WARNING</A></H2> + +<p>This current source version allows to link ivycpy with locally +installed version of [tcl/tk, adapted version of +[Python/Tkinter]]. ivycpy requires still some patches on _tkinter.c +(see <a href="../dev/">dev docs</a> for further information). As a +consequence, <em>ivycpy is not presented as debian package any more</em>. The +source package allows to install the software as an OPTional package.</p> + +<p>This version is strictly compatible with ivy-c [3.2 .. 3.6] and can be +dynamically linked to a new version of ivy-c, if ivy-c api is unchanged which is +quite unlikely.</p> + +<p>So provided that, you installed compatible version of tcl/tk and +Python/Tkinter (adapted by yourself), ivy-c and ivy-c-dev, it should be easy to +rebuilt a new version of ivycpy adapted to the needs. <em>See for <a +href="../dev/how2build.html"">building instructions</a></em></p> + +<p><i>A former version ivycpy213sa has been delivered as a debian package +tightly linked with woody 3.0 set of package , ie.: +<ul> + <li>ivyc library (3.4) + <li>tcl/tk 8.3 + <li>Python 2.1.3 +</ul> +but it was clearly immatured and awkward ! +</i></p> +<H2><A NAME=DESCRIPTION>DESCRIPTION</A></H2> + +<p>ivycpy is not a native python language binding to Ivy but, a wrapper around C +level functions. ivycpy was made with <a href="http://www.swig.org">swig</a> +(Scripting Wrapper Interface Generator). For a high level view of the python +api, have a look to <a href="ivycpy_wrap.html">ivycpy_wrap.html</a>. For a hands on experience, see, next section.</p> + +<H2><A NAME=EXAMPLES>EXAMPLES</A></H2> +<p>To have a clear view of how to use this library, please, have a look at the +examples normally accessible at <a href="../examples/">examples</a>.</p> + +<H2><A NAME=SEEALSO>SEE ALSO</A></H2> +See Ivy home page at <a href="http://www.tls.cena.fr/products/ivy"> +www.tls.cena.fr/products/ivy</a> to obtain detailed information about ivy. + +<H2><A NAME=AUTHORS>AUTHORS</A></H2> +Didier Pavet <pavet@cena.fr> +<H2><A NAME=COPYRIGHT>COPYRIGHT</A></H2> +<p>This software is free software under Library GNU Public License; see <a href="copyright">./copyright</a> for detail and references.</p> +<hr> + +<!-- hhmts start --> +Last modified: Thu Sep 9 16:14:00 CEST 2004 +<!-- hhmts end --> +</body> </html> |