You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/17 14:06:27 UTC

svn commit: r1787394 - /openoffice/ooo-site/trunk/content/api/SDK/index.html

Author: mseidel
Date: Fri Mar 17 14:06:27 2017
New Revision: 1787394

URL: http://svn.apache.org/viewvc?rev=1787394&view=rev
Log:
Changed branding from OpenOffice.org to Apache OpenOffice

Modified:
    openoffice/ooo-site/trunk/content/api/SDK/index.html

Modified: openoffice/ooo-site/trunk/content/api/SDK/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/SDK/index.html?rev=1787394&r1=1787393&r2=1787394&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/SDK/index.html (original)
+++ openoffice/ooo-site/trunk/content/api/SDK/index.html Fri Mar 17 14:06:27 2017
@@ -1,36 +1,36 @@
 <!DOCTYPE html>
 <html><head>
-<title>OpenOffice.org Software Development Kit (SDK)</title>
+<title>Apache OpenOffice Software Development Kit (SDK)</title>
 <meta HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
 </head>
 <body>
-<h1>OpenOffice.org Software Development Kit (SDK)</h1>
+<h1>Apache OpenOffice Software Development Kit (SDK)</h1>
 
-<p>The OpenOffice.org Software Development Kit (SDK) is an add-on for OpenOffice.org. It provides the
-  the necessary tools and documentation for programming the OpenOffice.org APIs and creating your own
-  extensions (UNO components) for OpenOffice.org. The SDK will accompany new releases of OpenOffice.org.
+<p>The Apache OpenOffice Software Development Kit (SDK) is an add-on for OpenOffice. It provides the
+  the necessary tools and documentation for programming the OpenOffice APIs and creating your own
+  extensions (UNO components) for OpenOffice. The SDK will accompany new releases of OpenOffice.
 </p> 
 <p>The detailed developer documentation has been moved into the wiki for easier maintenance and better community 
-collaboration. Please see the <a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide">Developer's Guide</a> online. 
+collaboration. Please see the <a href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide">Developer's Guide</a> online. 
 This comprehensive guide (wiki book) provides, in more than 900 wiki pages, a detailed description of the 
-OpenOffice.org API concepts, the OpenOffice.org UNO component model and how to use the API in the context
+OpenOffice API concepts, the OpenOffice UNO component model and how to use the API in the context
 of the different application areas. At the close of each chapter, there is at least one example that shows 
 how to use the API.
 </p>
 <p>Interested developers should start using this SDK for their implementations. Feedback is welcome via 
 email on <a href="mailto:dev@api.openoffice.org">dev@api.openoffice.org</a>, and bugs should be reported 
-as an <a href="http://www.openoffice.org/project_issues.html">IssueZilla</a> task. 
+as an <a href="https://www.openoffice.org/project_issues.html">IssueZilla</a> task. 
 All requests for enhancement and new features will be collected and go into the planning of future versions of the SDK.
 </p>
 
 <h2>SDK Download</h2>
 <p>Customize or extend your office installation with new functionality or simplify your daily 
-  work by creating automated tasks. Test it and <a href="http://www.openoffice.org/download/sdk/index.html" title="download the SDK">download the SDK</a> to find out the power of OpenOffice.org and its 
+  work by creating automated tasks. Test it and <a href="https://www.openoffice.org/download/sdk/index.html" title="download the SDK">download the SDK</a> to find out the power of Apache OpenOffice and its 
 programmability features.
 
 <h2>Features</h2>
 <ul>
-<li>detailed developer documentation online, (<a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide">Developer's Guide</a>)
+<li>detailed developer documentation online, (<a href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide">Developer's Guide</a>)
   <ul>
     <li>easier maintenance
     <li>on demand PDF creation. It is possible to create a PDF from small parts only or from the whole wiki book
@@ -40,7 +40,7 @@ programmability features.
 <li><a href="../docs/cpp/ref/names/index.html">C/C++</a> and <a href="../docs/java/ref/overview-summary.html">Java</a> UNO 
   reference documentation.
 <li>development tools
-<li>examples in Java, C++, OpenOffice.org Basic
+<li>examples in Java, C++, OpenOffice Basic
 <li>minimal build environment for the examples
 <li>run targets in the makefiles for easy running the examples
 <li>use of the new deployment tool to integrate new components or Basic libraries in an existing office