summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-04-12 15:51:36 +0300
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-04-12 17:32:02 +0200
commit89dfd5058ac8f524021f03bd29d7aedca182bc72 (patch)
tree37d4bf10be11b994314a7ae06b1062564d65095b /odk
parentc358ed52ade8308bf504c61fda58a4733ba7b1df (diff)
odk: update DevGuide wiki links and correct history in footer
Change-Id: I95c78d1346d354b755aeecaa1e6c9d789be0b693 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132905 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'odk')
-rw-r--r--odk/docs/install.html8
-rw-r--r--odk/examples/DevelopersGuide/examples.html5
-rw-r--r--odk/examples/examples.html21
-rw-r--r--odk/index.html10
-rw-r--r--odk/index_online.html2
-rw-r--r--odk/settings/platform.mk2
6 files changed, 21 insertions, 27 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html
index 61bf4cc83f0c..1abd0b8c9bb4 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -335,8 +335,8 @@
<td class="cell80">If this variable is set, the
component examples are automatically deployed
into the LibreOffice installation referenced
- by OFFICE_HOME. See also chapter
- <a href="http://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>
+ by OFFICE_HOME. See also section
+ <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Extensions#unopkg" title="link to the &quot;Extension Manager - unopkg&quot; section in the Developer's Guide">&quot;Extension Manager - unopkg&quot;</a>
from the Developer's Guide.</td>
</tr>
</table>
@@ -536,9 +536,7 @@
<div id="FooterText">
<p>Copyright © 2000–2022 LibreOffice contributors. All rights
reserved.<br/>
- LibreOffice was created by The Document Foundation, based on
- Apache OpenOffice, which is Copyright 2011 The Apache Software
- Foundation.<br/>
+ LibreOffice was created by The Document Foundation, based on OpenOffice.org.<br/>
The Document Foundation acknowledges all community members, please
find more info
<a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.</p>
diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html
index f58800daf105..7cb3fb42fada 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -52,7 +52,7 @@
<tr>
<td colspan="3">
<p>The <a
- href="https://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide"
+ href="https://wiki.documentfoundation.org/Documentation/DevGuide"
title="link to the Developer's Guide in the Wiki">Developer's Guide</a>
comes with a wide range of examples from all application areas which
shows the use of the API in the context of the different functional
@@ -2859,8 +2859,7 @@ for the Office application.</td>
Copyright © 2000–2022 LibreOffice contributors. All rights reserved.
<br/>
LibreOffice was created by The Document Foundation,
- based on Apache OpenOffice, which is Copyright 2011
- The Apache Software Foundation.
+ based on OpenOffice.org.
<br/>
The Document Foundation acknowledges all community members, please find more info <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.
</p>
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index 9383e3a23cb0..9a1bf3de6b3a 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -85,7 +85,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.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.documentfoundation.org/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.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.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Java/Java_Language_Binding" title="link to the &quot;Java UNO Language Binding&quot; chapter in the Developer's Guide">Java UNO Language Binding</a><br/>
- <a href="http://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/>
+ <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Simple_Component_in_Java" title="link to the &quot;Simple component in Java&quot; section in the Developer's Guide">How to write a UNO component in Java</a><br/>
+ <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Java_Language_Binding" title="link to the &quot;Java UNO Language Binding&quot; section in the Developer's Guide">Java UNO Language Binding</a><br/>
+ <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#Debugging" title="link to the &quot;Debugging Java components&quot; section in the Developer's Guide">Debugging Java components</a><br/>
</p>
</td>
</tr>
@@ -518,8 +518,8 @@
<td colspan="3">
<p>Additional information:</p>
<p>
- <a href="http://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="http://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="https://wiki.documentfoundation.org/Documentation/DevGuide/Writing_UNO_Components#C.2B.2B_Component" title="link to the &quot;How to write a UNO component in C++&quot; section in the Developer's Guide">How to write a UNO component in C++</a><br/>
+ <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#C.2B.2B_Language_Binding" title="link to the &quot;C++ UNO Language Binding&quot; section in the Developer's Guide">C++ UNO Language Binding</a><br/>
<a href="%DOXYGEN_PREFIX1%/docs/cpp/ref/index.html" title="link to the C++ API reference">C++ reference</a>
</p>
</td>
@@ -676,7 +676,7 @@
<table class="table3">
<tr>
<td colspan="3">
- Additional information: <a href="http://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>
+ Additional information: <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#LibreOffice_Basic" title="link to the &quot;LibreOffice %PRODUCT_RELEASE% Basic language binding&quot; section in the Developer's Guide">LibreOffice %PRODUCT_RELEASE% Basic language binding</a>
</td>
</tr>
</table>
@@ -741,7 +741,7 @@
<table class="table3">
<tr>
<td colspan="3">
- Additional information: <a href="http://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>
+ Additional information: <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#Automation_Bridge" title="link to the &quot;Automation Language Binding&quot; section in the Developer's Guide">Automation Language Binding</a>
</td>
</tr>
</table>
@@ -800,7 +800,7 @@
<table class="table3">
<tr>
<td colspan="3">
- Additional information: <a href="http://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>
+ Additional information: <a href="https://wiki.documentfoundation.org/Documentation/DevGuide/Professional_UNO#CLI_Language_Binding" title="link to the &quot;CLI-UNO Language Binding&quot; section in the Developer's Guide">CLI-UNO Language Binding</a>
</td>
</tr>
</table>
@@ -818,8 +818,7 @@
Copyright © 2000–2022 LibreOffice contributors. All rights reserved.
<br/>
LibreOffice was created by The Document Foundation,
- based on Apache OpenOffice, which is Copyright 2011
- The Apache Software Foundation.
+ based on OpenOffice.org.
<br/>
The Document Foundation acknowledges all community members, please find more info <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.
</p>
diff --git a/odk/index.html b/odk/index.html
index 7ed6ffd66226..7c3617cec873 100644
--- a/odk/index.html
+++ b/odk/index.html
@@ -70,7 +70,7 @@
Currently supported platforms of the SDK are Linux, Solaris (sparc,
x86), and Windows.</p>
<p>The SDK also contains <a href="%DOXYGEN_PREFIX0%/docs/idl/ref/index.html" title="link to the IDL reference documentation"> reference</a> documentation
- for the API and a complete <a href="http://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a> is available online in the Apache OpenOffice Wiki, with
+ for the API and a complete <a href="https://wiki.documentfoundation.org/Documentation/DevGuide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a> is available online in TDF 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>
@@ -104,11 +104,10 @@
</tr>
<tr valign="top">
<td class="content4"><img src="docs/images/arrow-1.gif"/></td>
- <td colspan="2"><a href="http://wiki.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a></td>
+ <td colspan="2"><a href="https://wiki.documentfoundation.org/Documentation/DevGuide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a></td>
<td class="content70">Detailed documentation, explaining the LibreOffice %PRODUCT_RELEASE%
API and the concepts behind it, with a rich set of examples,
- implemented mainly in Java. This documentation is online in the
- Apache OpenOffice Wiki.</td>
+ implemented mainly in Java. This documentation is online in TDF Wiki.</td>
</tr>
<tr valign="top">
<td class="content4"><img src="docs/images/arrow-1.gif"/></td>
@@ -192,8 +191,7 @@
Copyright &copy; 2000–2022 LibreOffice contributors. All rights reserved.
<br/>
LibreOffice was created by The Document Foundation,
- based on Apache OpenOffice, which is Copyright 2011
- The Apache Software Foundation.
+ based on OpenOffice.org.
<br/>
The Document Foundation acknowledges all community members, please find more info <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.
</p>
diff --git a/odk/index_online.html b/odk/index_online.html
index 30d181c9bf2a..43ebecd72a80 100644
--- a/odk/index_online.html
+++ b/odk/index_online.html
@@ -236,7 +236,7 @@
<p>
Copyright © 2000–2022 LibreOffice contributors. All rights reserved.
<br>
- LibreOffice was created by The Document Foundation, based on Apache OpenOffice, which is Copyright 2011 The Apache Software Foundation.
+ LibreOffice was created by The Document Foundation, based on OpenOffice.org.
<br>
The Document Foundation acknowledges all community members, please find more info <a href="https://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.
</p>
diff --git a/odk/settings/platform.mk b/odk/settings/platform.mk
index 6980a72715d0..feffff3aab26 100644
--- a/odk/settings/platform.mk
+++ b/odk/settings/platform.mk
@@ -19,7 +19,7 @@
# Map target platform (extension cfg) and extension platform (SDK settings)
# See:
-# http://wiki.openoffice.org/wiki/Documentation/DevGuide/Extensions/Target_Platform
+# https://wiki.documentfoundation.org/Documentation/DevGuide/Extensions#Target_Platform
# odk/settings/settings.mk
# only make version 3.81 or later accepts the multiple else conditions