diff options
Diffstat (limited to 'odk/index.html')
-rw-r--r-- | odk/index.html | 261 |
1 files changed, 261 insertions, 0 deletions
diff --git a/odk/index.html b/odk/index.html new file mode 100644 index 000000000000..f94eab130c7a --- /dev/null +++ b/odk/index.html @@ -0,0 +1,261 @@ +<html> +<head> + <title>[TITLE] SDK</title> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <meta name="AUTHOR" content="Jürgen Schmidt"> + <meta name="CREATED" content="20020311;11245374"> + <meta name="CHANGEDBY" content="Jürgen Schmidt"> + <meta name="CHANGED" content="20020311;11420968"> +</head> + +<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> +<table width="100%" border="0" cellspacing="0" cellpadding="0"> + <tr> + <td height="15" colspan="3"> </td> + </tr> + <tr> + <td bgcolor="#000000" height="1"></td> + <td bgcolor="#000000" height="1" width="1"><img src="docs/images/black_dot.gif" width="1" height="1"></td> + <td bgcolor="#000000" height="1" width="222"></td> + </tr> + <tr> + <td> + <div align="left"><img src="docs/images/sdk_logo.gif" width="328" height="121"></div> + </td> + <td><img src="docs/images/black_dot.gif" width="1" height="121"></td> + <td width="222"> + <div align="left"><img src="docs/images/logo.gif" width="222" height="121"></div> + </td> + </tr> + <tr> + <td bgcolor="#000000" height="1"></td> + <td><img src="docs/images/black_dot.gif" width="1" height="1"></td> + <td bgcolor="#000000" height="1" width="222"></td> + </tr> + <tr> + <td bgcolor="#99CCFF" height="12"></td> + <td bgcolor="#99CCFF" height="12"><img src="docs/images/black_dot.gif" width="1" height="12"></td> + <td bgcolor="#003399" height="12" width="222"></td> + </tr> + <tr> + <td height="5" background="docs/images/shadow_r.gif"><img src="docs/images/shadow_l.gif" width="587" height="5"></td> + <td background="docs/images/shadow_r.gif" height="5" width="1"></td> + <td background="docs/images/shadow_r.gif" height="5" width="222"><img src="docs/images/shadow_r.gif" width="1" height="5"></td> + </tr> + <tr> + <td colspan="3"><img src="docs/images/elements.jpg" width="587" height="147"></td> + </tr> + <tr> + <td bgcolor="#000000" height="1"></td> + <td bgcolor="#000000"><img src="docs/images/black_dot.gif" width="1" height="1"></td> + <td bgcolor="#000000" height="1" width="222"></td> + </tr> + <tr> + <td bgcolor="#003399" height="6"></td> + <td bgcolor="#000000" height="6" width="1"><img src="docs/images/black_dot.gif" width="1" height="6"></td> + <td bgcolor="#99CCFF" height="6" width="222"></td> + </tr> + <tr> + <td bgcolor="#000000" height="1"></td> + <td bgcolor="#000000" height="1" width="1"><img src="docs/images/black_dot.gif" width="1" height="1"></td> + <td bgcolor="#000000" height="1" width="222"></td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td colspan="3" height="8"> + <blockquote> + <table width="100%" border="0" cellpadding="5"> + <tr> + <td> + <P>[PRODUCTNAME] software is a complete, feature-rich office productivity product, that + provides in combination with this SDK all the essential tools for building and deploying + custom solutions to build on, or integrate with, the [PRODUCTNAME] suite of products. + </p> + <p>The SDK is a development kit for [PRODUCTNAME], which shall ease the development + of office components. It provides a set of libraries, binaries, header, and idl files + which have final API's and can only be extend with new functionality. This set of + libraries and binaries are a minimum set of functions to use system abstraction for + base functionality and for using UNO (Universal Network Objects) component technology. + The UNO component model is the base of the whole Office API. The SDK provides all the + stuff which is necessary to use the Office API from external programs (e.g. Java, C++) + or to extend the Office functionality with new components (e.g. new filter components, + CalcAddin functions) and that compatible over several version because the API remains + unaffected and will only be extended 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 + [PRODUCTNAME] Basic, Java, and different C++ compilers on different platforms, for + [PRODUCTNAME], thus covering the two 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), and Windows.</p> + <P>Furthermore the SDK contains reference documentation for the API and a complete developer's + manual, with lots of examples, which shall introduce the API, explain the concepts behind it, + and should make it possible for all users to quickly make their own first steps with the + Office API.</P> + <hr> + <table width="100%" border="0" cellpadding="4"> + <tr> + <td colspan="2"><font size="4"><b>Content</b></font></td> + </tr> + <tr> + <td width=30%> + <font size="3"><a href="docs/install.html">Installation Guide</a></font> + </td> + <td width=70%> + An overview of all necessary installation steps (e.g. environment variables) to use this SDK. + </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a href="docs/notsupported.html">Forte Integration</a></font> + </td> + <td width=70%> + An introduction to use the SDK with Forte or NetBeans. + </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a href="docs/tools.html">Development Tools</a></font> + </TD> + <td width=70%> + Overview and a short description of the UNO development tools. + </td> + </tr> + <tr> + <td colspan="2"> </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a href="docs/notsupported.html">Developer Documentation</a></font> + </td> + <td width=70%> + Detailed manual, explaining the [PRODUCTNAME] API and the concepts behind it with a + rich set of examples, implemented mainly in Java. + </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a target="_blank" href="docs/common/ref/module-ix.html">IDL Reference</a></font> + </td> + <td width=70%> + Complete [PRODUCTNAME] API reference. + </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a target="_blank" href="docs/java/ref/index.html">Java UNO Runtime Reference + </a></font> + </td> + <td width=70%> + Reference documentation of the Java UNO runtime API. + </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a target="_blank" href="docs/cpp/ref/index.html">C++ Reference</a></font> + </td> + <td width=70%> + Reference documentation of the C++ UNO runtime and a set of C/C++ base and helper functions + and classes to abstract from the system layer. + </td> + </tr> + <tr> + <td colspan="2"> </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a href="examples/examples.html">Examples</a></font> + </td> + <td width=70%> + A collection of examples in different programming languages (Java, C++, Basic, OLE). + </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a target="_blank" href="docs/common/spec/xml_format/xml_specification_draft.pdf">XML File Format + Specification</a></font> + </td> + <td width=70%> + Specification of the XML file format used by [PRODUCTNAME], which serves as a reference. + </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a target="_blank" href="docs/basic/man/tutorial/tutorial.pdf">[PRODUCTNAME] Basic Programmer's + Tutorial</a></font> + </td> + <td width=70%> + A tutorial which shows the use of the [PRODUCTNAME] API using StarBasic. + </td> + </tr> + </table> + <hr> + <table width="100%" border="0" cellpadding="4"> + <tr> + <td colspan="2"><font size="4"><b>Additional Resources</b></font></td> + </tr> + <tr> + <td width=30%> + <font size="3"><a target="_blank" href="http://www.sun.com/developers/">Sun Developer Resources</a> + </font> + </td> + <td width=70%> + Sun's one-stop location for Developers. + </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a target="_blank" href="http://www.sun.com/staroffice/">StarOffice™</a></font> + </td> + <td width=70%> + Full-featured suite of office productivity tools. + </td> + </tr> + <tr> + <td width=30%> + <font size="3"><a target="_blank" href="http://www.openoffice.org/">OpenOffice.org</a></font> + </TD> + <td width=70%> + Open Source community project of office-productivity software. + </td> + </tr> + </table> + </td> + </tr> + </table> + </blockquote> + </td> + </tr> + <tr> + <td colspan="3"> </td> + </tr> + <tr> + <td bgcolor="#000000" height="1"></td> + <td bgcolor="#000000"><img src="docs/images/black_dot.gif" width="1" height="1"></td> + <td bgcolor="#000000" height="1" width="222"></td> + </tr> + <tr> + <td bgcolor="#003399" height="6"></td> + <td bgcolor="#000000" height="6" width="1"><img src="docs/images/black_dot.gif" width="1" height="6"></td> + <td bgcolor="#99CCFF" height="6" width="222"></td> + </tr> + <tr> + <td bgcolor="#000000" height="1"></td> + <td bgcolor="#000000" height="1" width="1"><img src="docs/images/black_dot.gif" width="1" height="1"></td> + <td bgcolor="#000000" height="1" width="222"></td> + </tr> + <tr> + <td colspan="3" height="8"></td> + </tr> + <tr> + <td colspan="3"> + <p align=center><font size=2><b>Copyright 2002 Sun Microsystems, + Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.</b></font> + </p> +   + </td> + </tr> +</table> +</body> +</html> |