diff options
author | Laurent Godard <lgodard.libre@laposte.net> | 2011-12-08 17:24:33 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-12-11 08:43:55 +0100 |
commit | fc0f0610fe42f4e52391cbe61277bcd97f1e8df6 (patch) | |
tree | f108a1f0951114181e2bf71b92a56deb85bfcdc6 /odk/index.html | |
parent | 76fac398dd71364302a261a18d8015fd250543cd (diff) |
minor around python and SDK
- add Python as available language desc. in SDK homepage
- replace OpenOffice.org with LibreOffice in examples index file
- add a readme file to toolpanel example
Signed-off-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'odk/index.html')
-rw-r--r-- | odk/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/index.html b/odk/index.html index 2a9c57e51dde..f1baa8a40b83 100644 --- a/odk/index.html +++ b/odk/index.html @@ -47,9 +47,9 @@ with new functions.</p> <p>The SDK provides the basic building blocks for external developers to develop components in any language for which a binding exists. - Currently, there are language bindings for LibreOffice %PRODUCT_RELEASE% Basic, Java, + Currently, there are language bindings for LibreOffice %PRODUCT_RELEASE% Basic, Java, Python, and different C++ compilers on different platforms, for LibreOffice %PRODUCT_RELEASE%, - thus covering the two most commonly used programming languages. There + thus covering the most commonly used programming languages. There will be no limit for office automation in heterogeneous environments. Currently supported platforms of the SDK are Linux, Solaris (sparc, x86), and Windows.</p> @@ -125,7 +125,7 @@ <td class="content4"><img src="docs/images/arrow-1.gif"></td> <td colspan="2"><a href="examples/examples.html" title="link to the examples overview page">Examples</a></td> <td class="content70">A collection of examples in different - programming languages (Java, C++, Basic, OLE, CLI).</td> + programming languages (Java, Python, C++, Basic, OLE, CLI).</td> </tr> <tr valign="middle"> <td><img class="nothing10" src="docs/images/nada.gif"></td> |