Author: mseidel
Date: Fri Mar 17 19:48:20 2017
New Revision: 1787487
URL: http://svn.apache.org/viewvc?rev=1787487&view=rev
Log:
Minor changes for https
Modified:
openoffice/ooo-site/trunk/content/api/modules.html
Modified: openoffice/ooo-site/trunk/content/api/modules.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/api/modules.html?rev=1787487&r1=1787486&r2=1787487&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/api/modules.html (original)
+++ openoffice/ooo-site/trunk/content/api/modules.html Fri Mar 17 19:48:20 2017
@@ -12,7 +12,7 @@
<table cellpadding="4" cellspacing="1" bgcolor="#ffffff" width=
"100%" summary="table with modules in the api project">
<tr>
- <td colspan="2" bgcolor="#A3AFB6"><font color="#EEEEEE"><b>Modules in
the API Project</b></font></td>
+ <td colspan="2" bgcolor="#A3AFB6"><font color="#FFFFFF"><b>Modules in
the API Project</b></font></td>
</tr>
<font color="#ffffff">
<tr>
@@ -23,61 +23,60 @@
</font>
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"http://svn.apache.org/viewvc/openoffice/trunk/main/udkapi/"><code>udkapi</code></a></td>
+
"https://svn.apache.org/viewvc/openoffice/trunk/main/udkapi/"><code>udkapi</code></a></td>
<td bgcolor="#f0f0f0" valign="top">Contains the part of the API
which belongs to the UNO core.
<br>
- These interfaces are written in the IDL language.</td>
+ These interfaces are written in the IDL language.</td>
</tr>
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/"><code>offapi</code></a></td>
+
"https://svn.apache.org/viewvc/openoffice/trunk/main/offapi/"><code>offapi</code></a></td>
<td bgcolor="#f0f0f0" valign="top">Contains the part of the API
- which is special to OpenOffice.org components.
+ which is special to OpenOffice components.
<br>
- These interfaces are written in the IDL language.</td>
+ These interfaces are written in the IDL language.</td>
</tr>
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"http://svn.apache.org/viewvc/openoffice/trunk/main/offuh/"><code>offuh</code></a></td>
+
"https://svn.apache.org/viewvc/openoffice/trunk/main/offuh/"><code>offuh</code></a></td>
<td bgcolor="#f0f0f0" valign="top">Generates UNO headers for
C++.
<br>
- For each new code-generating file in one of the API modules,
+ For each new code-generating file in one of the API modules,
these makefiles must be updated.</td>
</tr>
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"http://svn.apache.org/viewvc/openoffice/trunk/main/odk/"><code>odk</code></a></td>
+
"https://svn.apache.org/viewvc/openoffice/trunk/main/odk/"><code>odk</code></a></td>
<td bgcolor="#f0f0f0" valign="top">The module builds the first
- step of the OpenOffice.org Development Kit (SDK).</td>
+ step of the Apache OpenOffice Development Kit (SDK).</td>
</tr>
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"http://svn.apache.org/viewvc/openoffice/trunk/main/bean/"><code>bean</code></a></td>
+
"https://svn.apache.org/viewvc/openoffice/trunk/main/bean/"><code>bean</code></a></td>
<td bgcolor="#f0f0f0" valign="top">The module contains the
OfficeBean.</td>
</tr>
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"http://svn.apache.org/viewvc/openoffice/trunk/main/unodevtools/"><code>unodevtools</code></a></td>
+
"https://svn.apache.org/viewvc/openoffice/trunk/main/unodevtools/"><code>unodevtools</code></a></td>
<td bgcolor="#f0f0f0" valign="top">The module contains the
uno-skeletonmaker tool. A command line tool to generate code skeletons for UNO
components in C++ and Java. It is used in the NetBeans and Eclipse integration
to generate the code skeletons.</td>
</tr>
-
<tr>
- <td colspan="2" bgcolor="#A3AFB6"><font color="#EEEEEE"><b>Modules in
other Projects, related to the API Project</b></font></td>
+ <td colspan="2" bgcolor="#A3AFB6"><font color="#FFFFFF"><b>Modules in
other Projects, related to the API Project</b></font></td>
</tr>
<tr>
@@ -88,21 +87,21 @@
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"http://svn.apache.org/viewvc/openoffice/trunk/main/unoil/"><code>unoil</code></a></td>
+
"https://svn.apache.org/viewvc/openoffice/trunk/main/unoil/"><code>unoil</code></a></td>
<td bgcolor="#f0f0f0" valign="top">Generates Java class files.
<br>
- For each new code-generating file in the offapi module, these
+ For each new code-generating file in the offapi module, these
makefiles must be updated.</td>
</tr>
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"http://svn.apache.org/viewvc/openoffice/trunk/main/ridljar/"><code>ridljar</code></a></td>
+
"https://svn.apache.org/viewvc/openoffice/trunk/main/ridljar/"><code>ridljar</code></a></td>
<td bgcolor="#f0f0f0" valign="top">Generates Java class files.
<br>
- For each new code-generating file in the udkapi module, these
+ For each new code-generating file in the udkapi module, these
makefiles must be updated. Furthermore, the module contains some
Java UNO core APIs (e.g. Any, ...).</td>
</tr>