Author: buildbot
Date: Tue Mar 21 18:24:58 2017
New Revision: 1008773
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/api/index.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 21 18:24:58 2017
@@ -1 +1 @@
-1787669
+1788017
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Mar 21 18:24:58 2017
@@ -1 +1 @@
-1787669
+1788017
Modified: websites/staging/ooo-site/trunk/content/api/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/api/index.html (original)
+++ websites/staging/ooo-site/trunk/content/api/index.html Tue Mar 21 18:24:58
2017
@@ -189,7 +189,7 @@ cellspacing="0">
<div id="charter">
<strong>Welcome to the <a
href="https://en.wikipedia.org/wiki/Application_programming_interface"
title="link to a wikipedia definition of API">API</a> Project</strong><br/>
<p>The API project provides an entry point in the world
of Apache OpenOffice from a developers perspective.</p>
- <p>OpenOffice offers a language independent
<b>application programming interface</b> (API) which allows to program the
office in different programming languages (e.g. C++, Java, Python, CLI,
StarBasic, JavaScript, OLE). It allows to use OpenOffice as service provider in
other applications, extend it with new functionality or simply customize and
control OpenOffice.</p>
+ <p>OpenOffice offers a language independent
<b>application programming interface</b> (API) which allows to program the
office in different programming languages (e.g. C++, Java, Python, CLI,
OpenOffice Basic, JavaScript, OLE). It allows to use OpenOffice as service
provider in other applications, extend it with new functionality or simply
customize and control OpenOffice.</p>
<p>The popularity of the standardized (<a
href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office#technical">OASIS</a>
and <a
href="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office">ISO/IEC
26300</a>) Open Document Format for Office Applications (OpenDocument) is
growing. This also drives the popularity of Apache OpenOffice in general.
Corporate users often demand the integration of office productivity into
existing workflows and applications. They also often require additional
functionality or special customizations of the existing features. And that is
one of the main goals of the API project. Provide the possiblitly to customize
or control the office that it fits well in your existing environment or
fullfill your special requirements.</p>
</div>
</td>
@@ -224,7 +224,7 @@ cellspacing="0">
</div>
<div class="section showlinks" id="sdk-box" >
<div class="sec_header">SDK</div>
- <map name="sdkmap"><area shape="rect"
coords="5,5,90,160" href="SDK/index.html"></map>
+ <map name="sdkmap"><area shape="rect"
coords="5,5,85,160" href="SDK/index.html"></map>
<img src="images/sdk.png" alt="SDK logo" align="left"
hspace="5" vspace="5" border="0" usemap="#sdkmap">
<div class="sec_content">
There is also a <a href="SDK/index.html">Software
Development Kit (SDK)</a> available which is an add-on for an existing
OpenOffice. It provides the necessary tools and documentation for programming
the OpenOffice APIs and creating your own extensions (UNO components) for
OpenOffice. If you are interested in OpenOffice programming, you can <a
href="https://download.openoffice.org/sdk.html">download the SDK</a>.