Author: buildbot
Date: Sun Nov 27 22:49:15 2011
New Revision: 799359
Log:
Staging update by buildbot
Added:
websites/staging/ooo-site/trunk/content/udk/basic/
websites/staging/ooo-site/trunk/content/udk/basic/index.html
Added: websites/staging/ooo-site/trunk/content/udk/basic/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/udk/basic/index.html (added)
+++ websites/staging/ooo-site/trunk/content/udk/basic/index.html Sun Nov 27
22:49:15 2011
@@ -0,0 +1,134 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<link href="/css/ooo.css" rel="stylesheet" type="text/css">
+
+
+ <meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
+ <title>Basic in UNO and OpenOffice.org</title>
+ <meta NAME="KEYWORDS" CONTENT="sandbox">
+
+
+</head>
+
+<body>
+ <div id="banner">
+ <div id="bannerleft"><a alt="Apache OpenOffice.org (incubating)" href="/">
+ <img id="ooo-logo alt="Apache OpenOffice.org (Incubating)"
src="/images/ooo-logo.png"/></a></div>
+ <div id="bannerright"><a alt="Apache Incubator"
href="http://incubator.apache.org">
+ <img id="asf-logo" alt="Apache Incubator"
src="/images/apache-incubator-logo.png"/></a></div>
+ <div id="bannercenter"><br/>(incubating) | The Free and Open
Productivity Suite</div>
+ </div>
+ <div id="clear"></div>
+
+ <div id="content">
+
+
+
+
+ <table WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0>
+ <col WIDTH=75>
+ <tr>
+ <td bgcolor="#666699">
+ <h1 ALIGN=CENTER STYLE="margin-top: 0cm; text-decoration: none">
+ <font COLOR="#ffffff" SIZE=6>Basic in UNO and
OpenOffice.org</font>
+ </h1>
+ </td>
+ </tr>
+ </table>
+
+ <P>
+
+ Basic is a scripting language directly integrated in OpenOffice.org.
+ OpenOffice.org is based on the language independent component model
+ <a href="../../common/man/uno.html">UNO</a>. In the moment it's
+ not possible write components in Basic. But already existing
+ components and the complete OpenOffice.org API based on UNO can be
+ accessed from Basic.
+
+ <P>
+
+ The following list contains some sources that explain how Basic
+ can be used for accessing UNO.
+
+<ul>
+
+ <li> The general functionality of StarBasic is described in the
+ OpenOffice.org online help system.</li>
+
+ <li> Description of the UNO/Basic language binding:
+ <a href="http://api.openoffice.org/DevelopersGuide/DevelopersGuide.html">
+ Developers guide</a>
+ , chapter ProfessionalUNO.pdf, paragraph 3.4.4 Basic.
+ This document is part of the UNO Developer
+ Manual. Although only the Basic chapter contains explicit information about
UNO
+ programming with Basic, the whole document can also be useful for Basic
programmers as
+ a general UNO development overview.</li>
+
+ <li> API related information about the Basic programming language:
+ <a
href="http://api.openoffice.org/source/browse/api/devmanual/BasicAndDialogs/UsingBasic.xml">
+ UsingBasic.xml</a> <br>
+ (this DRAFT document will become part of the UNO Developer Manual). * </li>
+
+ <li> The Integrated development Environment used to write Basic programs and
to design
+ dialogs the can be used from Basic is described in:
+ <a
href="http://api.openoffice.org/source/browse/api/devmanual/BasicAndDialogs/BasicIDE.xml">
+ BasicIDE.xml</a> <br>
+ (this DRAFT document will become part of the UNO Developer Manual). * </li>
+
+ <li> Description of the toolkit controls that are used to create Basic
dialogs and the
+ corresponding API:
+ <a
href="http://api.openoffice.org/source/browse/api/devmanual/BasicAndDialogs/ToolkitControls.xml">
+ ToolkitControls.xml</a> <br>
+ (this DRAFT document will become part of the UNO Developer Manual). * </li>
+
+ <li> The organisation of Basic libraries and the corresponding API is
described in:
+ <a
href="http://api.openoffice.org/source/browse/api/devmanual/BasicAndDialogs/BasicLibraries.xml">
+ BasicLibraries.xml</a> <br>
+ (this DRAFT document will become part of the UNO Developer Manual). * </li>
+
+ <li> A simple UNO developers guide can be found here:
+ <a href="http://api.openoffice.org/basic/man/tutorial/tutorial.pdf">
+ Tutorial.pdf</a>. <br>This is an older document and refers to the UNO API in
+ StarOffice 5.2 but in general it's still valid for StarOffice 6.0 /
OpenOffice.org.</li>
+</ul>
+
+ <p>
+
+ * All DRAFT documents are stored in a special flat XML format that
+ needs a special
+ <a
href="http://api.openoffice.org/servlets/ProjectDownloadList?action=download&dlID=16">
+ filter</a> to read them (for details see
+ <a
href="http://api.openoffice.org/source/browse/api/devmanual/guideline.html">
+ guideline.html</a>). The flat XML format doesn't contain pictures but
only links to pictures. So also some
+ image files (located in the same cvs directory) may be needed to
display the according documents correctly.
+
+ <p>
+
+
+
+ </div>
+
+ <div id="footera">
+ <div id="poweredbya">
+ <p><img src="/images/feather-small.gif"/><br/>Powered by the Apache
CMS.</p>
+ </div>
+ <div id="copyrighta">
+ <p>
+ Apache "OpenOffice.org" is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator.
+ Incubation is required of all newly accepted projects until a further
review indicates that the infrastructure, communications, and
+ decision making process have stabilized in a manner consistent with
other successful ASF projects. While incubation status is
+ not necessarily a reflection of the completeness or stability of the
code, it does indicate that the project has
+ yet to be fully endorsed by the ASF.</p>
+ <p>
+ <a href="/contact.html">Contact Us</a> |
+ <a href="/terms.html">Terms of Use</a>
+ <br />Apache and the Apache feather logos are trademarks of The Apache
Software Foundation.
+ <br />OpenOffice.org and the seagull logo are registered trademarks of
The Apache Software Foundation.
+ <br />Other names appearing on the site may be trademarks of their
respective owners.
+ </p>
+ </div>
+ </div>
+
+</body>
+</html>