xref: /aoo4110/main/odk/docs/install.html (revision b1cdbd2c)
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<!--
3#**************************************************************
4#
5#  Licensed to the Apache Software Foundation (ASF) under one
6#  or more contributor license agreements.  See the NOTICE file
7#  distributed with this work for additional information
8#  regarding copyright ownership.  The ASF licenses this file
9#  to you under the Apache License, Version 2.0 (the
10#  "License"); you may not use this file except in compliance
11#  with the License.  You may obtain a copy of the License at
12#
13#    http://www.apache.org/licenses/LICENSE-2.0
14#
15#  Unless required by applicable law or agreed to in writing,
16#  software distributed under the License is distributed on an
17#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18#  KIND, either express or implied.  See the License for the
19#  specific language governing permissions and limitations
20#  under the License.
21#
22#**************************************************************
23 -->
24<html>
25<head>
26  <title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Installation Guide</title>
27  <link rel="stylesheet" type="text/css" href="sdk_styles.css">
28  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
29  <meta name="author" content="J&uuml;rgen Schmidt">
30  <meta name="created" content="2004-12-14">
31</head>
32<body class="sdkbody"><a name="install"/>
33<table class="table1" cellpadding=0>
34  <tr style="background-image:url(images/sdk_head-2.png)">
35    <td colspan="3" align="left"><img src="images/sdk_head-1.png" width="800" height="120" usemap="#Map" border="0"></td>
36  </tr>
37  <tr>
38    <td colspan="3"><img  class="nothing10" src="images/nada.gif"></td>
39  </tr>
40  <tr>
41    <td class="content1"><img class="nothing8" src="images/nada.gif"></td>
42    <td>
43      <table class="table2">
44	    <tr>
45		  <td colspan="3"><img class="nothing1" src="images/nada.gif"></td>
46        </tr>
47        <tr>
48          <td>
49          <table class="table3">
50		  <tr>
51			<td colspan="2" class="head1">Installation Guide</td>
52			<td align="right"><a href="../index.html" title="link to the SDK start page"><img class="navigate" src="images/nav_home.png"></a></td>
53		  </tr>
54		  </table>
55          </td>
56        </tr>
57		<tr>
58          <td>
59          <table class="table3">
60		  <tr>
61		  <td colspan="2">
62		  <p>The Apache OpenOffice %PRODUCT_RELEASE% SDK comes with a set of development tools, base
63		  libraries, header files and helper class files that can be used to
64		  develop Java/C++ components, to embed the Apache OpenOffice %PRODUCT_RELEASE% application in
65          your own programs, or to use the API (scripting or remote control the
66		  office). For a complete working environment, we have some additional
67		  requirements:</p>
68		  </td>
69		  </tr>
70		  <tr valign="top">
71          <td><b>Apache OpenOffice %PRODUCT_RELEASE% installation</b></td>
72          <td class="content80">The SDK works on top of an existing office
73		  installation and uses the same libraries as the office installation.</td>
74          </tr>
75		  </tr>
76		  <tr valign="middle">
77            <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
78          </tr>
79		  <tr valign="top">
80          <td><b>JDK (1.5 or higher)</b></td>
81          <td class="content80">
82		  <p>A JDK is necessary for developing Java components or applications. An appropriate Java SDK can be found on <a target="_blank" href="http://java.sun.com/products" title="link to the Java SDK download page (online)">http://java.sun.com/products</a>.</p>
83		  <p>Recommendation is to use Java 6 excepting for Mac OS because initially Mac OS supported a 64bit version of Java 6 only.</p>
84		  <p><b>Note</b>: The Java compiler is <b><u>optional</u></b>!</p></td>
85          </tr>
86		  <tr valign="middle">
87            <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
88          </tr>
89		  <tr valign="top">
90          <td><b>C++ compiler</b></td>
91          <td class="content80">A C++ compiler is necessary for developing C++
92		  components or applications. UNO depends on a compiler dependent language
93		  binding, so that we use the appropriate compiler where a language binding
94		  exists:
95		  <table class="table4">
96		  <tr>
97		  <td class="cell15">Solaris</td>
98		  <td class="cell85">Sun Studion 8 (20070730)</td>
99		  </tr>
100		  <tr>
101		  <td class="cell15">Linux</td>
102		  <td class="cell80">GNU C++ compiler, gcc version 4.0.1</td>
103		  </tr>
104		  <tr>
105		  <td class="cell15">Windows</td>
106		  <td class="cell80">Microsoft C++ Compiler, Microsoft Visual Studio 2008 or the Express version (cl, version 15.00.21022)</td>
107		  </tr>
108		  </table>
109		  <p><b>Note</b>: The C++ compiler is <b><u>optional</u></b>! If you use the Express edition you have to ensure that the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en">Microsoft Visual Studio 2008 Redistributable Package</a> is also installed. You can download this package from Microsoft directly.</p></td>
110          </tr>
111		  <tr valign="middle">
112            <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
113          </tr>
114		  <tr valign="top">
115          <td><b>Microsoft .NET Framework SDK version 1.0 or higher</b></td>
116          <td class="content80">The SDK is required for building CLI applications.
117		  That is, programs written in languages, such as C# or VB.NET.<br>
118		  <p><b>Note</b>: The .NET Framework is <b><u>optional</u></b>!</p></td>
119          </tr>
120		  <tr valign="middle">
121            <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
122          </tr>
123		  <tr valign="top">
124          <td><b>GNU make (3.79.1 or higher)</b></td>
125          <td class="content80">
126		  <p>GNU make is used to build the examples of the SDK. GNU make is available from <a target="_blank" href="http://www.gnu.org" title="link to www.gnu.org (online)">http://www.gnu.org</a>. It can be ftped via <a target="_blank" href="ftp://ftp.gnu.org/gnu/make" title="link to gnumake on www.gnu.org (online)">ftp://ftp.gnu.org/gnu/make</a></p>
127		  <p><b>Note</b>: Windows user can find an executable of gnu make under <a target="_blank" href="http://www.mingw.org/wiki/Getting_Started" title="link to the MinGW Getting Started wiki (online)">http://www.mingw.org/wiki/Getting_Started</a> (see the mingw32-make link under &quot;Manual Installation&quot;). Do not use the Cygwin make, because it does not
128		  work well. On Solaris gnu make can be found often under <b><i>/usr/sfw/bin/gmake</i></b>, but keep in mind that you have to use <b>'gmake'</b> then. Or you can find gnu make also under <a target="_blank" href="http://www.sunfreeware.com/" title="link to www.sunfreeware.com (online)">http://www.sunfreeware.com/</a>.</td>
129          </tr>
130		  <tr valign="middle">
131            <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
132          </tr>
133		  <tr valign="top">
134          <td><b>zip tool (2.3 or higher)</b></td>
135          <td class="content80">The zip tool is used to create UNO packages. zip is
136		  a new requirement to make the SDK independent of a Java SDK.<br>
137		  If you do not have these already, you can download them from <a target="_blank" href="http://www.info-zip.org" title="link to www.ubfi-zip.org (online)">http://www.info-zip.org</a>. Note: The cygwin zip.exe does not work for the build under
138		  the 4NT shell. You have to use the native w32 version.</td>
139          </tr>
140          <tr valign="middle">
141            <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
142          </tr>
143          <tr valign="top">
144          <td><b>cat and sed tools</b></td>
145          <td class="content80">The cat and set tools are used to create some extensions.
146          <p><b>Note for Windows users</b>: If you do not have these already, you can download them from
147          <a target="_blank" href="http://sourceforge.net/projects/unxutils/files/latest/downloadg" title="link to UnxUtils (online)">http://sourceforge.net/projects/unxutils/files/latest/download</a>.</p>
148          </td>
149          </tr>
150		  <tr valign="middle">
151            <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
152          </tr>
153          <td><b>Boost (<b>Unix only</b> and optional)</b></td>
154          <td class="content80">The boost library is used today on Unix systems as replacement for the stlport library. The stlport library is removed and replaced by either the compiler stl (on Windows) or the boost stl on all Unix based systems. We are planning to switch to the compiler stl completely as soon as possible. The boost headers/library are <b>optional</b> and for C++ development only if stl containers are used.
155          <p><b>Download:</b> <a target="_blank" href="http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.bz2/download" title="link to boost version 1.48.0 (online)">http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.bz2/download</a>.</p>
156          </td>
157		  <tr valign="middle">
158            <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
159          </tr>
160		  <tr>
161		    <td><img class="nothing10" src="images/nada.gif"></td>
162			<td align="right">
163			<a href="#install" title="link to the top of this page"><img class="navigate" src="images/nav_up.png"></a>
164			<a href="../index.html" title="link to the SDK start page"><img class="navigate" src="images/nav_home.png"></a></td>
165		  </tr>
166		  <tr valign="middle">
167          <td colspan="2">
168		  <p>The SDK provides an implicit configuration mechanism, which
169		  configures the SDK build environment to your personal needs the first
170		  time you use the SDK environment. This configuration step creates a
171		  new setsdkenv_XXX script in the user's home directory:</P>
172		  <ul>
173		    <li><b>$HOME/$OO_SDK_NAME/setsdkenv_unix.sh</b>&nbsp;&nbsp;-> for Unix
174            <li><b>C:\Documents and Settings\&lt;username&gt;\Application Data\%OO_SDK_NAME%\setsdkenv_windows.bat</b>&nbsp;&nbsp;-> for Windows2000/XP or later
175          </ul>
176		  <p>The automatically started configure script (Unix and Windows2000/XP)
177		  requests relevant information and directories (SDK, the Office, GNU make,
178		  Java, C++), in order to prepare a working SDK environment. After completing the
179		  configure script once, the newly created script is always used to set the
180		  necessary environment variables for using the SDK and the required
181		  tools.</P>
182		  <p>On UNIX operating systems, the configure script uses Perl. LINUX systems should have
183		  installed a working Perl version, and on Solaris you can find a working
184		  Perl version under <a target="_blank" href="http://www.sunfreeware.com/" title="link to www.sunfreeware.com (online)">http://www.sunfreeware.com/</a> if
185		  necessary. On Windows, the configure script uses Windows Script and
186		  a JScipt. If you have problems with Windows Script, you can download a
187		  newer version of <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB-95A22B832CAA&amp;displaylang=en" title="link to the download page for the Windows Script">Windows Script</a>.
188          </p>
189          <p>On other versions of Windows, use the batch
190		  file template <b>&lt;OO_SDK_HOME&gt;\setsdkenv_windows.template</b>,
191		  rename it to *.bat, and adapt it to your local environment.</p>
192		  <p>If you use the template batch file, edit and set
193		  the following variables:</p>
194		  <table class="table4">
195		  <tr valign="top">
196		  <td class="cell20"><b>OFFICE_HOME</b></td>
197		  <td class="cell80">Path to an existing Apache OpenOffice
198		  installation, e.g. &quot;/opt/openoffice4&quot;. Be sure
199		  that it is not a user installation only.</td>
200		  </tr>
201          <tr><a name="oosdkname"/>
202          <td class="cell20"><b>OO_SDK_NAME</b></td>
203          <td class="cell80">The configuration uses the
204		  directory name of the SDK, but you can use another name as well.
205		  It is important that the name does not contain spaces, because of a limitation
206		  of gnu make which cannot handle spaces correctly. This name is, for
207		  example, used to create an output directory in the users home directory
208		  for any generated output when you use the SDK build environment.</td>
209          </tr>
210		  <tr>
211		  <td class="cell20"><b>OO_SDK_HOME</b></td>
212		  <td class="cell80">Path to the SDK root directory, e.g.
213		  &quot;/usr/local/StarOffice8_SDK&quot;</td>
214		  </tr>
215		  <tr>
216		  <td class="cell20"><b>OO_SDK_JAVA_HOME</b></td>
217		  <td class="cell80">Path to a JDK root directory. The JDK is
218		  <b>optional</b> and only necessary if you like to run the Java examples
219		  or if you like to use the SDK environment to develop your own Java
220		  solution.</td>
221		  </tr>
222		  <tr>
223		  <td class="cell20"><b>OO_SDK_CPP_HOME</b></td>
224		  <td class="cell80">Path to the C++ compiler (on Windows, the directory
225		  where the &quot;<i>vcvar32.bat</i>&quot; file can be found). The C++
226		  compiler is <b>optional</b> and only necessary for building the C++
227		  examples.</td>
228		  </tr>
229		  <tr>
230		  <td class="cell20"><b>OO_SDK_CLI_HOME</b></td>
231		  <td class="cell80">Path to the C# compiler and VB.NET compiler (on
232		  Windows, this directory can be found under the system directory (e.g.
233		  c:\WINXP\Microsoft.NET\Framework\v1.0.3705). The compilers are
234		  <b>optional</b> and only necessary for building the CLI examples.<br>
235		  <b>Note: Windows only!</b></td>
236		  </tr>
237		  <tr>
238		  <td class="cell20"><b>OO_SDK_MAKE_HOME</b></td>
239		  <td class="cell80">Path to GNU make.</td>
240		  </tr>
241		  <tr>
242		  <td class="cell20"><b>OO_SDK_ZIP_HOME</b></td>
243		  <td class="cell80">Path to the 'zip' tool.</td>
244		  </tr>
245          <tr>
246          <td class="cell20"><b>OO_SDK_CAT_HOME</b></td>
247          <td class="cell80">Path to the 'cat' tool.</td>
248          </tr>
249          <tr>
250          <td class="cell20"><b>OO_SDK_SED_HOME</b></td>
251          <td class="cell80">Path to the 'sed' tool.</td>
252          </tr>
253          <tr>
254          <td class="cell20"><b>OO_SDK_BOOST_HOME</b></td>
255          <td class="cell80">Path to a boost installation, this is optional for C++ and Unix only.</td>
256          </tr>
257		  <tr>
258		  <td class="cell20"><b>OO_SDK_OUTPUT_DIR</b></td>
259		  <td class="cell80">Path to an existing directory where the example output
260		  is generated. The output directory is <b>optional</b>, by default
261		  the output is generated in the SDK directory itself. If an output
262		  directory is specified, the output is generated in a SDK dependent
263		  subdirectory in this directory (e.g. &lt;OO_SDK_OUTPUT_DIR&gt;
264		  /Apache OpenOffice %PRODUCT_RELEASE%/LINUXExample.out)</td>
265		  </tr>
266		  <tr>
267		  <td class="cell20"><b>SDK_AUTO_DEPLOYMENT</b></td>
268		  <td class="cell80">If this variable is set, the component examples are automatically deployed into the Office installation referenced by
269		  OFFICE_HOME. See also chapter <a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg" title="link to the &quot;Extension Manager - unopkg&quot; chapter in the Developer's Guide">&quot;Extension Manager - unopkg&quot;</a> from the Developer's Guide.
270          This variable is only relevant when OFFICE_HOME is set.</td>
271		  </tr>
272		  </table>
273		  <p>You must run the <b>setsdkenv_XXX</b> script every time you want to
274		  use the configured SDK environment. The settings are local for the current
275		  shell on Windows or the new started shell on UNIX. On UNIX you
276		  can now source one of the prepared environment
277		  script files (&quot;setsdkenv_unix.sh&quot; or
278		  &quot;setsdkenv_unix.csh&quot; dependending on the shell you use) to prepare
279		  your current shell instead of starting a new shell.</p>
280		  </td>
281          </tr>
282		  <tr valign="middle">
283            <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
284          </tr>
285		  <tr>
286		    <td><img class="nothing10" src="images/nada.gif"></td>
287			<td align="right">
288			<a href="#install" title="link to the top of this page"><img class="navigate" src="images/nav_up.png"></a>
289			<a href="../index.html" title="link to the SDK start page"><img class="navigate" src="images/nav_home.png"></a></td>
290		  </tr>
291		  <tr>
292		  <td colspan="2">
293		  <p class="head2">Manual Setting</p>
294		  <p>If you do not want to use the script to set your working
295		  environment, you must set the appropriate environment variables
296		  yourself. The script sets the following environment variables:</p>
297		  <p class="head3">Common Environment Variables</p>
298		  <table class="table4">
299          <tr valign="top">
300          <td class="cell20">OO_SDK_NAME</td>
301          <td class="cell80">See description <a href="#oosdkname" title="link to the description of the environment variable OO_SDK_NAME">above</a>.</td>
302          </tr>
303          <tr valign="top">
304          <td class="cell20">OO_SDK_OFFICE_BIN_DIR</td>
305          <td class="cell80">The path to the program directory in the office installation (e.g. <i>$OFFICE_HOME/program</i>).</td>
306          </tr>
307          <tr valign="top">
308          <td class="cell20">OO_SDK_OFFICE_LIB_DIR</td>
309          <td class="cell80">The path to the office program directory in the office installtion (e.g. <i>$OFFICE_HOME/program</i>).</td>
310          </tr>
311          <tr valign="top">
312          <td class="cell20">OO_SDK_OFFICE_JAVA_DIR</td>
313          <td class="cell80">The path to the classes direcgtory in the office program directory where Java JARs are located (e.g.
314          <i>$OFFICE_HOME/program/classes</i>).</td>
315          </tr>
316		  <tr valign="top">
317		  <td class="cell20">CLASSPATH</td>
318		  <td class="cell80">
319          =<i>$OO_SDK_OFFICE_JAVA_DIR/juh.jar;
320              $OO_SDK_OFFICE_JAVA_DIR/jurt.jar;
321              $OO_SDK_OFFICE_JAVA_DIR/ridl.jar;
322              $OO_SDK_OFFICE_JAVA_DIR/unoloader.jar;
323              [$OO_SDK_OFFICE_JAVA_DIR/unoil.jar;]
324              $CLASSPATH</i><br>
325          <p>The classpath will be set or extended to the necessary jar files of
326		  the specified office installation.</p>
327		  </td>
328		  </tr>
329		  <tr valign="top">
330		  <td class="cell20">OFFICE_PROGRAM_PATH</td>
331		  <td class="cell80">=<i>$OFFICE_HOME/program</i><br>
332		  <p>This variable is used to find, for example, the office type library and
333		  the UNO package deployment tool.</p>
334		  </td>
335		  </tr>
336		  <tr valign="top">
337		  <td class="cell20">UNO_PATH</td>
338		  <td class="cell80">=<i>$OFFICE_PROGRAM_PATH</i><br>
339          <p>This variable is used to ensure that the new C++ UNO bootstrap
340		  mechanism uses the configured office installation of the SDK. Normally
341		  the bootstrap mechanism finds the default office installation for the
342		  user on the system. This variable is optional but is set from the scripts
343		  to ensure a homogeneous environment. Especially useful during development
344		  where you might have more than one office installation installed.</p>
345		  </td>
346		  </tr>
347		  </table>
348		  <p class="head3">Environment Variables for UNIX</p>
349		  <p class="head4">Solaris</p>
350		  <table class="table4">
351		  <tr valign="top">
352		  <td class="cell20">LD_LIBRARY_PATH</td>
353		  <td class="cell80">=<i>$OO_SDK_OFFICE_LIB_DIR: $OO_SDK_HOME/(solsparc|solintel)/lib: $LD_LIBRARY_PATH</i><br>
354		  <p>The LD_LIBRARY_PATH will be set or will be extended by the office
355		  library path, the platform dependent lib directory for several additional
356		  libraries.</p>
357		  </td>
358		  </tr>
359		  <tr valign="top">
360		  <td class="cell20">PATH</td>
361		  <td class="cell80">=<i>$OO_SDK_HOME/(solsparc|solintel)/bin:$OO_SDK_MAKE_HOME: $OO_SDK_ZIP_HOME: [$OO_SDK_CPP_HOME:] [$OO_SDK_JAVA_HOME/bin:] $OO_SDK_OFFICE_BIN_DIR: $PATH</i></b><br>
362          <p>The PATH variable will be extended by the paths for the SDK development
363		  tools, the compiler, the JDK, GNU make, the zip tool and the
364		  OO_SDK_OFFICE_BIN_DIR, where the compiler or the JDK are
365		  optional.</p>
366		  </td>
367		  </tr>
368          <tr>
369          <td colspan="2" class="cell80">Based OFFICE_HOME, the script
370          additionally creates symbolic links to the public dynamic libraries of
371          the office UNO runtime in <i>$OO_SDK_HOME/(solsparc|solintel)/lib</i>, which are
372          needed for linking.</td>
373          </tr>
374		  </table>
375		  <p class="head4">Linux</p>
376		  <table class="table4">
377		  <tr valign="top">
378		  <td class="cell20">LD_LIBRARY_PATH</td>
379		  <td class="cell80">=<i>$OO_SDK_OFFICE_LIB_DIR: $SDK_HOME/linux/lib: $LD_LIBRARY_PATH</i><br>
380		  <p>The LD_LIBRARY_PATH will be set or will be extended by the office
381		  library path, the platform dependent lib directory for some additional
382		  libraries.</p>
383		  </td>
384		  </tr>
385		  <tr valign="top">
386		  <td class="cell20">PATH</td>
387		  <td class="cell80">=<i>$OO_SDK_HOME/linux/bin:$OO_SDK_MAKE_HOME: $OO_SDK_ZIP_HOME: [$OO_SDK_CPP_HOME:] [$OO_SDK_JAVA_HOME/bin:] $OO_SDK_OFFICE_BIN_DIR: $PATH</i><br>
388		  <p>The PATH variable will be extended by the paths for the SDK development
389		  tools, the compiler, the JDK, GNU make, the zip tool and the
390		  OO_SDK_OFFICE_BIN_DIR, where the compiler and the JDK are
391		  optional.</p>
392		  </td>
393		  </tr>
394          <tr>
395          <td colspan="2" class="cell80">Based on OFFICE_HOME, the script
396          additionally creates symbolic links to the public dynamic libraries of
397          the office UNO runtime in <i>$OO_SDK_HOME/linux/lib</i>, which are needed for
398          linking.</td>
399          </tr>
400		  </table>
401		  <p class="head3">Environment Variables for Windows</p>
402		  <table class="table4">
403		  <tr valign="top">
404		  <td class="cell20">PATH</td>
405		  <td class="cell80">=<i>%OO_SDK_HOME%\windows\bin; %OO_SDK_MAKE_HOME%; %OO_SDK_ZIP_HOME%; [%OO_SDK_CLI_HOME%;] [%OO_SDK_CPP_HOME%;] [%OO_SDK_JAVA_HOME%\bin;] %OO_SDK_OFFICE_BIN_DIR%; %PATH%</i><br>
406		  <p>The PATH variable will be extended by the paths for the SDK development
407		  tools, the compiler, the JDK, GNU make, the zip tool and the
408		  OO_SDK_OFFICE_BIN_DIR.</p>
409		  </td>
410		  </tr>
411		  <tr valign="top">
412		  <td class="cell20">LIB</td>
413		  <td class="cell80">=<i>%OO_SDK_HOME%\windows\lib; %LIB%</i><br>
414		  <p>The LIB variable will be extended by the path to the import libraries
415		  that are necessary for Windows.</p>
416		  </td>
417		  </tr>
418		  <tr valign="top">
419		  <td colspan="2" class="cell80">In addition to setting these environment
420		  variables, the script calls the &quot;<i>vcvar32.bat</i>&quot; batch file
421		  which is provided by the Microsoft Developer Studio to set the necessary
422		  environment variables for the compiler.</td>
423		  </tr>
424		  </table>
425		  </td>
426		  </tr>
427		  </table>
428          </td>
429		</tr>
430	  </table>
431	</td>
432  </tr>
433  <tr>
434    <td colspan="3"><img class="nothing30" src="images/nada.gif"></td>
435  </tr>
436  <tr>
437    <td colspan="3"><img class="line" src="images/sdk_line-1.gif"></td>
438  </tr>
439  <tr>
440    <td colspan="3">
441      <div class="centertext">
442	<p><img class="apachelogo" src="images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" />
443            Copyright &copy; 2011-2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p>
444      </div>
445    </td>
446  </tr>
447</table>
448<map name="Map">
449  <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org">
450</map>
451</body>
452</html>
453