Author: mseidel
Date: Wed Feb 15 14:31:16 2017
New Revision: 1783109

URL: http://svn.apache.org/viewvc?rev=1783109&view=rev
Log:
Updated footer with new ASF logo, updated graphic (bluball.gif->blueball.png), 
fixed Wiki links and some smal typos

Modified:
    openoffice/trunk/main/odk/docs/install.html
    openoffice/trunk/main/odk/docs/notsupported.html
    openoffice/trunk/main/odk/docs/sdk_styles.css
    openoffice/trunk/main/odk/docs/tools.html
    openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html
    openoffice/trunk/main/odk/examples/examples.html
    openoffice/trunk/main/odk/index.html

Modified: openoffice/trunk/main/odk/docs/install.html
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/install.html?rev=1783109&r1=1783108&r2=1783109&view=diff
==============================================================================
--- openoffice/trunk/main/odk/docs/install.html (original)
+++ openoffice/trunk/main/odk/docs/install.html Wed Feb 15 14:31:16 2017
@@ -266,7 +266,7 @@
                  <tr>
                  <td class="cell20"><b>SDK_AUTO_DEPLOYMENT</b></td>
                  <td class="cell80">If this variable is set, the component 
examples are automatically deployed into the Office installation referenced by 
-                 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.
+                 OFFICE_HOME. See also chapter <a 
href="https://wiki.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.
           This variable is only relevant when OFFICE_HOME is set.</td>
                  </tr>
                  </table>
@@ -439,7 +439,7 @@
   <tr> 
     <td colspan="3"> 
       <div class="centertext">
-       <p><img class="apachelogo" src="images/odk-footer-logo.gif" 
title="Apache Feather" alt="Apache Feather" />
+       <p><img class="apachelogo" src="images/sdk-footer-logo.png" 
title="Apache Logo" alt="Apache Logo" />
             Copyright &copy; 2011 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>
       </div>
     </td>

Modified: openoffice/trunk/main/odk/docs/notsupported.html
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/notsupported.html?rev=1783109&r1=1783108&r2=1783109&view=diff
==============================================================================
--- openoffice/trunk/main/odk/docs/notsupported.html (original)
+++ openoffice/trunk/main/odk/docs/notsupported.html Wed Feb 15 14:31:16 2017
@@ -65,7 +65,7 @@
   <tr>     
     <td colspan="3"> 
       <div class="centertext">
-       <p><img class="apachelogo" src="images/odk-footer-logo.gif" 
title="Apache Feather" alt="Apache Feather" />
+       <p><img class="apachelogo" src="images/sdk-footer-logo.png" 
title="Apache Logo" alt="Apache Logo" />
             Copyright &copy; 2011 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>
       </div>
     </td>

Modified: openoffice/trunk/main/odk/docs/sdk_styles.css
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/sdk_styles.css?rev=1783109&r1=1783108&r2=1783109&view=diff
==============================================================================
--- openoffice/trunk/main/odk/docs/sdk_styles.css (original)
+++ openoffice/trunk/main/odk/docs/sdk_styles.css Wed Feb 15 14:31:16 2017
@@ -20,12 +20,12 @@
  *************************************************************/
 
 a { text-decoration: none; }
-a:link { color: #0e85cd; }
+a:link { color: #107EC0; }
 a:visited { color: #638093; }
 a:active { color: #4dadea; }
 
 .sdkbody { background-color: #FFFFFF;
-          color: #000000;
+          color: #333333;
           margin-top: 0;
           margin-bottom: 0;
           margin-left: 0;
@@ -109,7 +109,7 @@ a:active { color: #4dadea; }
           border: 0; }
 
 .line { width: 100%;
-        height: 5;
+        height: 2px;
        border: 0; 
        vertical-align: middle; }
 
@@ -145,7 +145,6 @@ a:active { color: #4dadea; }
 .content80 { width: 80%; }
 .content87 { width: 87%; }
 
-.centertext {align:center; text-align:center; font-size: 12;}
-.apachelogo {vertical-align:middle;}
-
+.centertext { padding-left:20px; padding-bottom:5px; text-align:left; 
font-size: 12px; line-height:10pt; }
+.apachelogo { float: right; text-align: left; padding-bottom: 12px; 
padding-right: 8px; width: 188px; height: 76px; }
 

Modified: openoffice/trunk/main/odk/docs/tools.html
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/docs/tools.html?rev=1783109&r1=1783108&r2=1783109&view=diff
==============================================================================
--- openoffice/trunk/main/odk/docs/tools.html (original)
+++ openoffice/trunk/main/odk/docs/tools.html Wed Feb 15 14:31:16 2017
@@ -172,7 +172,7 @@
                  SDK but comes with the office directly and is a development 
tool as well 
                  as an end user tool to deploy extension into an office 
installation.</p>
                  <p>More details concerning deployment and this tool can be 
find in the 
-                 Developer's Guide: <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">Extension Manager - <i>unopkg</i></a>.</p>
+                 Developer's Guide: <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/unopkg";
 title="link to the &quot;Extension Manager - unopkg&quot; chapter in the 
Developer's Guide">Extension Manager - <i>unopkg</i></a>.</p>
                  <p><b>Note:</b> This tool works only in the 
<i>&lt;office&gt;/program</i> 
                  directory!</p>
                  <p class="head2">Usage:</p>
@@ -379,7 +379,7 @@
                  to check UNODL type definitions and transform valid type 
definitions 
                  into a binary type library format, which is later used by all 
codemaker 
                  tools. It is also used as a dynamic type library for UNO at 
runtime.<br>
-                 You can find a syntax description for UNOIDL <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/AppendixD/UNOIDL_Syntax_Specification";
 title="link to the &quot;UNOIDL Syntax Specification&quot; chapter in the 
Developer's Guide">here</a>.</p>
+                 You can find a syntax description for UNOIDL <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/AppendixD/UNOIDL_Syntax_Specification";
 title="link to the &quot;UNOIDL Syntax Specification&quot; chapter in the 
Developer's Guide">here</a>.</p>
                  <p class="head2">Usage:</p>
                  <blockquote>
                  <b><code>idlc [-options] file_1 ... file_n | 
@&lt;filename&gt;</code></b>
@@ -452,8 +452,8 @@
                  <td colspan="3">
                  <p>The 'cppumaker' generates a C++ representation for idl 
types. The 
                  cppumaker works on a typelibrary, which is generated by the 
UNOIDL 
-                 compiler (<a href="#idlc" link="link to the idlc tool 
description">
-                 idlc</a>). It generates the output for all specified types 
and for all 
+                 compiler (<a href="#idlc" link="link to the idlc tool 
description">idlc</a>).
+                 It generates the output for all specified types and for all 
                  types the specified types depend on.</p>
                  <p class="head2">Usage:</p>
                  <blockquote>
@@ -542,9 +542,9 @@
                  <td colspan="3">
                  <p>The 'javamaker' generates the appropriate Java class file 
for each idl 
                  type. The javamaker works on a typelibrary which is generated 
by the 
-                 UNOIDL compiler (<a href="#idlc" link="link to the idlc tool 
description">
-                 idlc</a>). It generates the output for all specified types 
and for all 
-types the specified types depend on.</p>
+                 UNOIDL compiler (<a href="#idlc" link="link to the idlc tool 
description">idlc</a>).
+                 It generates the output for all specified types and for all
+                 types the specified types depend on.</p>
                  <p class="head2">Usage:</p>
                  <blockquote>
                  <b><code>javamaker [-options] file_1 ... file_n -Xfile_n+1 
-Xfile_n+2</code></b>
@@ -620,9 +620,9 @@ types the specified types depend on.</p>
                  <td colspan="3">
                  <p>The 'climaker' (windows only) generates the appropriate 
CLI assemblies file for each idl 
                  type. The climaker works on a typelibrary which is generated 
by the 
-                 UNOIDL compiler (<a href="#idlc" link="link to the idlc tool 
description">
-                 idlc</a>). It generates the output for all specified types 
and for all 
-                   types the specified types depend on.</p>
+                 UNOIDL compiler (<a href="#idlc" link="link to the idlc tool 
description">idlc</a>).
+                 It generates the output for all specified types and for all
+                 types the specified types depend on.</p>
                  <p class="head2">Usage:</p>
                  <blockquote>
                  <b><code>climaker &lt;switches&gt; [registry-file-1 
registry-file-2 ...]</code></b>
@@ -1006,7 +1006,7 @@ types the specified types depend on.</p>
                  <p>The 'autodoc' tool is used for creating javadoc-like 
documentation 
                  from C++ and UNOIDL source code.</p>
                  <p>There are some conventions to follow when documenting C++- 
or 
-                 UNOIDL-sourcecode. See also the <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/AppendixB/IDL_Documentation_Guidelines";
 title="link to the UNOIDL Documentation Guidelines">UNOIDL Documentation 
Guidelines</a>.<br>
+                 UNOIDL-sourcecode. See also the <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/AppendixB/IDL_Documentation_Guidelines";
 title="link to the UNOIDL Documentation Guidelines">UNOIDL Documentation 
Guidelines</a>.<br>
           If you are not familiar with these, but do know javadoc: For simple 
C++ 
                  sourcecode documentation, using javadoc-style comments will 
work.</p>
                  <p class="head2">Usage:</p>
@@ -1103,7 +1103,7 @@ types the specified types depend on.</p>
   <tr> 
     <td colspan="3"> 
       <div class="centertext">
-       <p><img class="apachelogo" src="images/odk-footer-logo.gif" 
title="Apache Feather" alt="Apache Feather" />
+       <p><img class="apachelogo" src="images/sdk-footer-logo.png" 
title="Apache Logo" alt="Apache Logo" />
             Copyright &copy; 2011 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>
       </div>
     </td>

Modified: openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html?rev=1783109&r1=1783108&r2=1783109&view=diff
==============================================================================
--- openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html (original)
+++ openoffice/trunk/main/odk/examples/DevelopersGuide/examples.html Wed Feb 15 
14:31:16 2017
@@ -86,7 +86,7 @@ to modify an existing example to their o
 instance listening on a port. If this is necessary you will get further
 information in the makefiles.</p>
                   <p>All examples marked with a <img
- src="../../docs/images/bluball.gif"> are executable and be started
+ src="../../docs/images/blueball.png"> are executable and be started
 using a run target in the makefile. The name of the binary (C++) can
 differ compared to the source file, please see the run target in the
 appropriate makefile. Some of the examples which create a component
@@ -252,7 +252,7 @@ examples</a></td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./FirstSteps/FirstUnoContact.java"
  title="link to FirstSteps/FirstUnoContact.java">FirstUnoContact</a></td>
                   <td class="cell80">Shows how to initialize UNO and
@@ -261,7 +261,7 @@ different process space.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./FirstSteps/FirstLoadComponent.java"
  title="link to FirstSteps/FirstLoadComponent.java">FirstLoadComponent</a></td>
                   <td class="cell80">Demonstrates how to load a
@@ -269,7 +269,7 @@ component into OpenOffice.org %PRODUCT_R
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./FirstSteps/HelloTextTableShape.java"
  title="link to 
FirstSteps/HelloTextTableShape.java">HelloTextTableShape</a></td>
                   <td class="cell80">Performs some generic text and
@@ -323,7 +323,7 @@ drawing document.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./ProfUNO/Lifetime/MyUnoObject.java"
  title="link to ProfUNO/Lifetime/MyUnoObject.java">MyUnoObject</a></td>
                   <td class="cell80">Shows that it depends on the
@@ -331,7 +331,7 @@ implementation of the Java VM whether fi
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./ProfUNO/Lifetime/object_lifetime.cxx"
  title="link to ProfUNO/Lifetime/object_lifetime.java">object_lifetime.cxx
 (ProfUnoLifetime)</a></td>
@@ -352,7 +352,7 @@ mechanism in C++.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./ProfUNO/InterprocessConn/ConnectionAwareClient.java"
  title="link to 
ProfUNO/InterprocessConn/ConnectionAwareClient/.java">ConnectionAwareClient</a></td>
                   <td class="cell80">Implements a client which is aware
@@ -360,7 +360,7 @@ of losing connection to OpenOffice.org %
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./ProfUNO/InterprocessConn/UrlResolver.java"
  title="link to ProfUNO/InterProcessConn/UrlResolver.java">UrlResolver</a></td>
                   <td class="cell80">Builds a connection to
@@ -383,7 +383,7 @@ shows the usage of <a
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./ProfUNO/CppBinding/office_connect.cxx"
  title="link to 
ProfUNO/CppBinding/office_connect.java">office_connect.cxx</a></td>
                   <td class="cell80">Builds a connection to
@@ -391,7 +391,7 @@ OpenOffice.org %PRODUCT_RELEASE% using C
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./ProfUNO/CppBinding/string_samples.cxx"
  title="link to 
ProfUNO/Cppbinding/string_samples.java">string_samples.cxx</a></td>
                   <td class="cell80">Demonstrates usage of RTL string
@@ -416,7 +416,7 @@ and <a href="../../docs/cpp/ref/names/rt
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./ProfUNO/SimpleBootstrap_java/SimpleBootstrap_java.java"
  title="link to 
ProfUNO/SimpleBootstrap_java/SimpleBootstrap_java.java">SimpleBootstrap_java.java</a></td>
                   <td class="cell80">Shows the transparent use of
@@ -446,7 +446,7 @@ file entries.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx"
  title="link to 
ProfUNO/SimpleBootstrap_cpp/SimpleBootstrap_cpp.cxx">SimpleBootstrap_cpp.cxx</a></td>
                   <td class="cell80">Shows the transparent use of
@@ -630,7 +630,7 @@ for the ProtocolHandler addon where diff
                   <td class="cell80">Description</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
<a
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> <a
  href="./Components/JavaComponent/TestJavaComponent.java"
  title="link to 
Components/JavaComponent/TestJavaComponent.java">TestJavaComponent</a></td>
                   <td class="cell80">Demonstrates how to extend the
@@ -683,7 +683,7 @@ provider) which can create the two test
                   <td class="cell80">Description</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
<a
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> <a
  href="./Components/CppComponent/TestCppComponent.cxx"
  title="link to 
Components/CppComponent/TestCppComponent.cxx">TestCppComponent.cxx</a></td>
                   <td class="cell80">Shows how to create new instances
@@ -744,7 +744,7 @@ for the image shrink component and insta
                   <td class="cell80">Description</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
<a
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> <a
  href="./Components/DialogComponent/DialogComponent.java"
  title="link to 
Components/DialogComponent/DialogComponent.java">DialogComponent.java</a></td>
                   <td class="cell80">Implements a component accessing a dialog 
created
@@ -959,7 +959,7 @@ document component.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./OfficeDev/DesktopEnvironment/Desk.java"
  title="link to OfficeDev/DesktopEnvironment/Desk.java">Desk</a></td>
                   <td class="cell80">This is the main part of a demo
@@ -1081,7 +1081,7 @@ OpenOffice.org %PRODUCT_RELEASE% and exp
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./OfficeDev/ContextMenuInterceptor.java"
  title="link to 
OfficeDev/ContextMenuInterceptor.java">ContextMenuInterceptor</a></td>
                   <td class="cell80">This example shows a context menu
@@ -1099,7 +1099,7 @@ menu interceptor example. It determines
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./OfficeDev/Number_Formats.java"
  title="link to OfficeDev/Number_Formats.java">Number_Formats</a></td>
                   <td class="cell80">Demonstrates the use of number
@@ -1119,7 +1119,7 @@ formats in a spreadsheet document.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./OfficeDev/TerminationTest/TerminationTest.java"
  title="link to 
OfficeDev/TerminationTest/TerminationTest.java">TerminationTest</a></td>
                   <td class="cell80">This example uses the
@@ -1149,7 +1149,7 @@ when OpenOffice.org %PRODUCT_RELEASE% te
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./OfficeDev/Clipboard/Clipboard.java"
  title="link to OfficeDev/Clipboard/Clipboard.java">Clipboard</a></td>
                   <td class="cell80">Demonstrates the usage of the
@@ -1195,7 +1195,7 @@ of formats.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./OfficeDev/Linguistic/LinguisticExamples.java"
  title="link to 
OfficeDev/Linguistic/LinguisticExamples.java">LinguisticExamples</a></td>
                   <td class="cell80">A short example that uses most of
@@ -1435,7 +1435,7 @@ Documents examples</a></td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Text/TextDocuments.java"
  title="link to Text/TextDocuments.java">TextDocuments</a></td>
                   <td class="cell80">
@@ -1535,7 +1535,7 @@ as well as named ranges, label ranges an
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Spreadsheet/GeneralTableSample.java"
  title="link to 
Spreadsheet/GeneralTableSample.java">GeneralTableSample</a></td>
                   <td class="cell80">Executes some examples working on
@@ -1550,7 +1550,7 @@ other examples to access spreadsheet doc
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Spreadsheet/SpreadsheetSample.java"
  title="link to Spreadsheet/SpreadsheetSample.java">SpreadsheetSample</a></td>
                   <td class="cell80">Executes some examples working on
@@ -1558,7 +1558,7 @@ a spreadsheet document.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Spreadsheet/ViewSample.java"
  title="link to Spreadsheet/ViewSample.java">ViewSample</a></td>
                   <td class="cell80">Shows how to manipulate view
@@ -1611,7 +1611,7 @@ and Presentation Documents examples</a><
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/ChangeOrderDemo.java"
  title="link to Drawing/ChangeOrderDemo.java">ChangeOrderDemo</a></td>
                   <td class="cell80">Shows how to change the painting
@@ -1619,7 +1619,7 @@ order of shapes.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/ControlAndSelectDemo.java"
  title="link to 
Drawing/ControlAndSelectDemo.java">ControlAndSelectDemo</a></td>
                   <td class="cell80">Demonstrates the creation of a
@@ -1627,7 +1627,7 @@ control shape and selects it in the curr
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/CustomShowDemo.java"
  title="link to Drawing/CustomShowDemo.java">CustomShowDemo</a></td>
                   <td class="cell80">Creates two custom shows and
@@ -1635,7 +1635,7 @@ selects one of these.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/DrawViewDemo.java"
  title="link to Drawing/DrawViewDemo.java">DrawViewDemo</a></td>
                   <td class="cell80">Prints the view data properties
@@ -1644,7 +1644,7 @@ setting such a property.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/DrawingDemo.java"
  title="link to Drawing/DrawingDemo.java">DrawingDemo</a></td>
                   <td class="cell80">Creates several shapes on several
@@ -1652,7 +1652,7 @@ slides. Nice pattern included!</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/FillAndLineStyleDemo.java"
  title="link to 
Drawing/FillAndLineStyleDemo.java">FillAndLineStyleDemo</a></td>
                   <td class="cell80">Demonstrates usage of area fill
@@ -1660,7 +1660,7 @@ and line style properties.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/GluePointDemo.java"
  title="link to Drawing/GluePointDemo.java">GluePointDemo</a></td>
                   <td class="cell80">Creates two shapes with glue
@@ -1668,7 +1668,7 @@ points and connects them with two connec
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/GraphicExportDemo.java"
  title="link to Drawing/GraphicExportDemo.java">GraphicExportDemo</a></td>
                   <td class="cell80">Loads a drawing document and
@@ -1685,14 +1685,14 @@ document.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/LayerDemo.java" title="link to 
Drawing/LayerDemo.java">LayerDemo</a></td>
                   <td class="cell80">Creates shapes in different layers
 to show how to protect shapes from modifications.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/ObjectTransformationDemo.java"
  title="link to 
Drawing/ObjectTransformationDemo.java">ObjectTransformationDemo</a></td>
                   <td class="cell80">Shows geometric transformations on
@@ -1700,7 +1700,7 @@ a shape using a homogenous matrix.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/Organigram.java"
  title="link to Drawing/Organigram.java">Organigram</a></td>
                   <td class="cell80">Demonstrates the creation of an
@@ -1715,7 +1715,7 @@ document.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/PresentationDemo.java"
  title="link to Drawing/PresentationDemo.java">PresentationDemo</a></td>
                   <td class="cell80">Creates a presentation and runs it
@@ -1730,14 +1730,14 @@ accessing and creating shapes for the ot
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Drawing/StyleDemo.java" title="link to 
Drawing/StyleDemo.java">StyleDemo</a></td>
                   <td class="cell80">Creates a shape and applies a
 predefined shape stylesheet.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a href="./Drawing/TextDemo.java"
+ src="../../docs/images/blueball.png"> <a href="./Drawing/TextDemo.java"
  title="link to Drawing/TextDemo.java">TextDemo</a></td>
                   <td class="cell80">Demonstrates usage of text and
 text styles in shapes.</td>
@@ -1803,7 +1803,7 @@ charts, like creating a chart as an embe
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Charts/ChartInCalc.java"
  title="link to Charts/ChartInCalc.java">ChartInCalc</a></td>
                   <td class="cell80">Demonstrates how to create an
@@ -1811,7 +1811,7 @@ embedded chart object with a random scat
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Charts/ChartInDraw.java"
  title="link to Charts/ChartInDraw.java">ChartInDraw</a></td>
                   <td class="cell80">Inserts a 3D-bar chart into a
@@ -1819,7 +1819,7 @@ drawing document.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Charts/ChartInWriter.java"
  title="link to Charts/ChartInWriter.java">ChartInWriter</a></td>
                   <td class="cell80">Inserts an embedded chart object
@@ -1844,7 +1844,7 @@ resulting component has to be deployed b
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Charts/ListenAtCalcRangeInDraw.java"
  title="link to 
Charts/ListenAtCalcRangeInDraw.java">ListenAtCalcRangeInDraw</a></td>
                   <td class="cell80">This helper class is used to build
@@ -1853,7 +1853,7 @@ data range in a spreadsheet document.</t
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Charts/SelectionChangeListener.java"
  title="link to 
Charts/SelectionChangeListener.java">SelectionChangeListener</a></td>
                   <td class="cell80">Shows how to register a handler
@@ -2004,7 +2004,7 @@ the example. </td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Database/CodeSamples.java"
  title="link to Database/CodeSamples.java">CodeSamples</a></td>
                   <td class="cell80">Creates the connection to
@@ -2012,7 +2012,7 @@ OpenOffice.org %PRODUCT_RELEASE% and exe
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Database/OpenQuery.java"
  title="link to Database/OpenQuery.java">OpenQuery</a></td>
                   <td class="cell80">Demonstrates the use of <a
@@ -2024,7 +2024,7 @@ and <a href="../../docs/common/ref/com/s
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a href="./Database/RowSet.java"
+ src="../../docs/images/blueball.png"> <a href="./Database/RowSet.java"
  title="link to Database/RowSet.java">RowSet</a></td>
                   <td class="cell80">Demonstrates the usage of a row
 set.</td>
@@ -2282,7 +2282,7 @@ locking of control depending on the stat
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Forms/ControlValidation.java"
  title="link to Forms/ControlValidation.java">ControlValidation</a></td>
                   <td class="cell80">This is the main class for the
@@ -2301,7 +2301,7 @@ form controls.</a></td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Forms/DataAwareness.java"
  title="link to Forms/DataAwareness.java">DataAwareness</a></td>
                   <td class="cell80">This class implements the basic
@@ -2449,7 +2449,7 @@ a spreadsheet cell.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Forms/SpreadsheetValueBinding.java"
  title="link to 
Forms/SpreadsheetValueBinding.java">SpreadsheetValueBinding</a></td>
                   <td class="cell80">This example demonstrates how to
@@ -2504,7 +2504,7 @@ class.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Forms/ValueBinding.java"
  title="link to Forms/ValueBinding.java">ValueBinding</a></td>
                   <td class="cell80">An example how to bind the content
@@ -2565,7 +2565,7 @@ examples</a></td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./UCB/ChildrenRetriever.java"
  title="link to UCB/ChildrenRetriever.java">ChildrenRetriever</a></td>
                   <td class="cell80">Shows child entries of a given
@@ -2573,7 +2573,7 @@ folder. Try -help or -? on the command l
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./UCB/DataStreamComposer.java"
  title="link to UCB/DataStreamComposer.java">DataStreamComposer</a></td>
                   <td class="cell80">Demonstrates usage of the data
@@ -2581,7 +2581,7 @@ stream by copying the data from one UCB
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./UCB/DataStreamRetriever.java"
  title="link to UCB/DataStreamRetriever.java">DataStreamRetriever</a></td>
                   <td class="cell80">Shows how to obtain the data
@@ -2602,7 +2602,7 @@ example which implements a data sink.</t
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./UCB/PropertiesComposer.java"
  title="link to UCB/PropertiesComposer.java">PropertiesComposer</a></td>
                   <td class="cell80">Shows how to set property values
@@ -2610,7 +2610,7 @@ of an UCB resource.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./UCB/PropertiesRetriever.java"
  title="link to UCB/PropertiesRetriever.java">PropertiesRetriever</a></td>
                   <td class="cell80">Shows how to access property
@@ -2618,7 +2618,7 @@ values of an UCB resource.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./UCB/ResourceCreator.java"
  title="link to UCB/ResourceCreator.java">ResourceCreator</a></td>
                   <td class="cell80">Creates a new file in an existing
@@ -2626,7 +2626,7 @@ file system folder.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./UCB/ResourceManager.java"
  title="link to UCB/ResourceManager.java">ResourceManager</a></td>
                   <td class="cell80">Demonstrates how to copy and move
@@ -2634,7 +2634,7 @@ UCB resources.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./UCB/ResourceRemover.java"
  title="link to UCB/ResourceRemover.java">ResourceRemover</a></td>
                   <td class="cell80">Demonstrates how to remove UCB
@@ -2687,7 +2687,7 @@ Management examples</a></td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Config/ConfigExamples.java"
  title="link to Config/ConfigExamples.java">ConfigExamples</a></td>
                   <td class="cell80">This example connects to a
@@ -2741,7 +2741,7 @@ Bean example</a></td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./OfficeBean/OOoBeanViewer.java"
  title="link to OfficeBean/OOoBeanViewer.java">OOoBeanViewer</a></td>
                   <td class="cell80">Shows how to use the <code>OOoBean</code>
@@ -2868,7 +2868,7 @@ interface is not blocked.</td>
                 </tr>
                 <tr>
                   <td class="cell20"><img
- src="../../docs/images/bluball.gif"> <a
+ src="../../docs/images/blueball.png"> <a
  href="./Accessibility/SSR.java" title="link to 
Accessibility/SSR.java">SSR</a></td>
                   <td class="cell80">The main class sets up the user
 interface and starts the ConnectionTask object that eventually will
@@ -2988,37 +2988,37 @@ for the Office application.</td>
                   <td class="cell80">Description</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> 
 <a href="./GUI/DialogDocument.java" title="link to 
GUI/DialogDocument.java">DialogDocument</a></td>
                   <td class="cell80">A sample showing how to display an office 
document in a dialog window.</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> 
 <a href="./GUI/Messagebox.java" title="link to 
GUI/MessageBox.java">MessageBox</a></td>
                   <td class="cell80">A sample showing how to display a simple 
message box.</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> 
 <a href="./GUI/UnoDialogSample.java" title="link to 
GUI/UnoDialogSample.java">UnoDialogSample</a></td>
                   <td class="cell80">A sample showing how to create various 
controls in a dialog (fixed text field, currency field, progress bar, fixed 
line, group box, edit field, time field, date field, pattern field, numeric 
field, progressbar, check box, radio button, list box, combo box, formatted 
field, file control, button control, roadmap control)</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> 
 <a href="./GUI/UnoDialogSample2.java" title="link to 
GUI/UnoDialogSample2.java">UnoDialogSample2</a></td>
                   <td class="cell80">A dialog sample showing how to use a 
roadmap control.</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> 
 <a href="./GUI/UnoMenu.java" title="link to GUI/UnoMenu.java">UnoMenu</a></td>
                   <td class="cell80">A sample showing a top window with some 
menus.</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> 
 <a href="./GUI/UnoMenu2.java" title="link to 
GUI/UnoMenu2.java">UnoMenu2</a></td>
                   <td class="cell80">A dialog sample showing how to use or 
work with a context menu.</td>
                 </tr>
                 <tr>
-                  <td class="cell20"><img src="../../docs/images/bluball.gif"> 
+                  <td class="cell20"><img 
src="../../docs/images/blueball.png"> 
 <a href="./GUI/ImageControlSample.java" title="link to 
GUI/ImageControlSample.java">ImageControlSample2</a></td>
                   <td class="cell80">Dialog sample showing how to use an image 
control.</td>
                 </tr>
@@ -3041,7 +3041,7 @@ for the Office application.</td>
     <tr>
       <td colspan="3">
       <div class="centertext">
-       <p><img class="apachelogo" src="../../docs/images/odk-footer-logo.gif" 
title="Apache Feather" alt="Apache Feather" />
+       <p><img class="apachelogo" src="../../docs/images/sdk-footer-logo.png" 
title="Apache Logo" alt="Apache Logo" />
             Copyright &copy; 2011 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>
       </div>
     </td>

Modified: openoffice/trunk/main/odk/examples/examples.html
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/examples/examples.html?rev=1783109&r1=1783108&r2=1783109&view=diff
==============================================================================
--- openoffice/trunk/main/odk/examples/examples.html (original)
+++ openoffice/trunk/main/odk/examples/examples.html Wed Feb 15 14:31:16 2017
@@ -88,7 +88,7 @@
             <tr valign="top">
               <td class="content3"><img src="../docs/images/arrow-1.gif"></td>
               <td><a href="DevelopersGuide/examples.html" title="link to the 
Developer's Guide examples overview page">Developer's Guide examples</a></td>
-              <td class="content75">The <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide";
 title="link to the Developer's Guide in the Wiki">Developer's Guide</a> comes 
+              <td class="content75">The <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide"; title="link to 
the Developer's Guide in the Wiki">Developer's Guide</a> comes 
                          with a rich set of examples which demonstrate the use 
of the API in 
                          the different application areas.</td>
             </tr>
@@ -371,9 +371,9 @@
                  <td  colspan="3">
                  <p>Additional information:</p>
                  <p>
-                 <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/Simple_Component_in_Java";
 title="link to the &quot;Simple component in Java&quot; chapter in the 
Developer's Guide">How to write a UNO component in Java</a><br>
-                 <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Java_Language_Binding";
 title="link to the &quot;Java UNO Language Bnding&quot; chapter in the 
Developer's Guide">Java UNO Language Binding</a><br>
-                 <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/Debugging";
 title="link to the &quot;Debugging Java components&quot; chapter in the 
Developer's Guide">Debugging Java components</a><br>
+                 <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/Simple_Component_in_Java";
 title="link to the &quot;Simple component in Java&quot; chapter in the 
Developer's Guide">How to write a UNO component in Java</a><br>
+                 <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Java_Language_Binding";
 title="link to the &quot;Java UNO Language Bnding&quot; chapter in the 
Developer's Guide">Java UNO Language Binding</a><br>
+                 <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/Debugging";
 title="link to the &quot;Debugging Java components&quot; chapter in the 
Developer's Guide">Debugging Java components</a><br>
                  </p>
                  </td> 
                  </tr> 
@@ -463,8 +463,8 @@
                  <td  colspan="3">
                  <p>Additional information:</p>
                  <p>
-                 <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/C%2B%2B/C%2B%2B_Component";
 title="link to the &quot;How to write a UNO component in C++&quot; chapter in 
the Developer's Guide">How to write a UNO component in C++</a><br>
-                 <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/C%2B%2B/C%2B%2B_Language_Binding";
 title="link to the &quot;C++ UNO Language Binding&quot; chapter in the 
Developer's Guide">C++ UNO Language Binding</a><br>
+                 <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/WritingUNO/C%2B%2B/C%2B%2B_Component";
 title="link to the &quot;How to write a UNO component in C++&quot; chapter in 
the Developer's Guide">How to write a UNO component in C++</a><br>
+                 <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/C%2B%2B/C%2B%2B_Language_Binding";
 title="link to the &quot;C++ UNO Language Binding&quot; chapter in the 
Developer's Guide">C++ UNO Language Binding</a><br>
                  <a href="../docs/cpp/ref/index.html" title="link to the C++ 
API reference">C++ reference</a>
                  </p>
                  </td> 
@@ -621,7 +621,7 @@
           <table class="table3">
                  <tr> 
                  <td  colspan="3">
-                 Additional information: <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Basic/OpenOffice.org_Basic";
 title="link to the &quot;OpenOffice.org %PRODUCT_RELEASE% Basic language 
binding&quot; chapter in the Developer's Guide">OpenOffice.org 
%PRODUCT_RELEASE% Basic language binding</a>
+                 Additional information: <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Basic/OpenOffice.org_Basic";
 title="link to the &quot;OpenOffice.org %PRODUCT_RELEASE% Basic language 
binding&quot; chapter in the Developer's Guide">OpenOffice.org 
%PRODUCT_RELEASE% Basic language binding</a>
                  </td> 
                  </tr> 
                  </table>
@@ -686,7 +686,7 @@
           <table class="table3">
                  <tr> 
                  <td  colspan="3">
-                 Additional information: <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Bridge/Automation_Bridge";
 title="link to the &quot;Automation Language Binding&quot; chapter in the 
Developer's Guide">Automation Language Binding</a>
+                 Additional information: <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Bridge/Automation_Bridge";
 title="link to the &quot;Automation Language Binding&quot; chapter in the 
Developer's Guide">Automation Language Binding</a>
                  </td> 
                  </tr> 
                  </table>
@@ -745,7 +745,7 @@
           <table class="table3">
                  <tr> 
                  <td  colspan="3">
-                 Additional information: <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/CLI/CLI_Language_Binding";
 title="link to the &quot;CLI-UNO Language Binding&quot; chapter in the 
Developer's Guide">CLI-UNO Language Binding</a>
+                 Additional information: <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/CLI/CLI_Language_Binding";
 title="link to the &quot;CLI-UNO Language Binding&quot; chapter in the 
Developer's Guide">CLI-UNO Language Binding</a>
                  </td> 
                  </tr> 
                  </table>
@@ -764,7 +764,7 @@
   <tr> 
     <td colspan="3"> 
       <div class="centertext">
-       <p><img class="apachelogo" src="../docs/images/odk-footer-logo.gif" 
title="Apache Feather" alt="Apache Feather" />
+       <p><img class="apachelogo" src="../docs/images/sdk-footer-logo.png" 
title="Apache Logo" alt="Apache Logo" />
             Copyright &copy; 2011 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>
       </div>
     </td>

Modified: openoffice/trunk/main/odk/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/odk/index.html?rev=1783109&r1=1783108&r2=1783109&view=diff
==============================================================================
--- openoffice/trunk/main/odk/index.html (original)
+++ openoffice/trunk/main/odk/index.html Wed Feb 15 14:31:16 2017
@@ -71,7 +71,7 @@
                          Currently supported platforms of the SDK are Linux, 
Solaris (sparc, 
                          x86), and Windows.</p>
             <p>The SDK also contains <a 
href="docs/common/ref/com/sun/star/module-ix.html" title="link to the IDL 
reference documentation"> reference</a> documentation 
-              for the API and a complete <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide"; 
title="link to the Developer's Guide in the Wiki">Developer's Guide</a> is 
availbale online in the Apache OpenOffice Wiki, with 
+              for the API and a complete <a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide"; title="link to 
the Developer's Guide in the Wiki">Developer's Guide</a> is available online in 
the Apache OpenOffice Wiki, with 
                          lots of examples, which introduce the API, explain 
the concepts behind
                          it, and make it possible for all users to quickly get 
started with 
                          the Office API.</p>
@@ -105,7 +105,7 @@
               </tr>
               <tr valign="top"> 
                 <td class="content4"><img src="docs/images/arrow-1.gif"></td>
-                <td colspan="2"><a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide"; 
title="link to the Developer's Guide in the Wiki">Developer's Guide</a></td>
+                <td colspan="2"><a 
href="https://wiki.openoffice.org/wiki/Documentation/DevGuide"; title="link to 
the Developer's Guide in the Wiki">Developer's Guide</a></td>
                 <td class="content70">Detailed documentation, explaining the 
Apache OpenOffice %PRODUCT_RELEASE% 
                                API and the concepts behind it, with a rich set 
of examples, 
                                implemented mainly in Java. This documentation 
is online in the 
@@ -206,7 +206,7 @@
   <tr> 
     <td colspan="3"> 
       <div class="centertext">
-       <p><img class="apachelogo" src="docs/images/odk-footer-logo.gif" 
title="Apache Feather" alt="Apache Feather" />
+       <p><img class="apachelogo" src="docs/images/sdk-footer-logo.png" 
title="Apache Logo" alt="Apache Logo" />
             Copyright &copy; 2013 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>
       </div>
     </td>


Reply via email to