This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 4637d0009c git-site-role commit from build_staging.sh
4637d0009c is described below
commit 4637d0009c003c96a322b51b3b85503ea870dcf7
Author: jenkins <[email protected]>
AuthorDate: Thu Feb 27 15:12:51 2025 +0000
git-site-role commit from build_staging.sh
---
content/api/modules.html | 16 ++++++++--------
content/dba/development/project_structure.html | 8 ++++----
content/feed.xml | 4 ++--
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/content/api/modules.html b/content/api/modules.html
index e4486b0bf9..4ca626acdc 100644
--- a/content/api/modules.html
+++ b/content/api/modules.html
@@ -42,7 +42,7 @@
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"https://svn.apache.org/viewvc/openoffice/trunk/main/udkapi/"><code>udkapi</code></a></td>
+
"https://github.com/apache/openoffice/tree/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.
@@ -52,7 +52,7 @@
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"https://svn.apache.org/viewvc/openoffice/trunk/main/offapi/"><code>offapi</code></a></td>
+
"https://github.com/apache/openoffice/tree/trunk/main/offapi"><code>offapi</code></a></td>
<td bgcolor="#f0f0f0" valign="top">Contains the part of the API
which is special to OpenOffice components.
@@ -62,7 +62,7 @@
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"https://svn.apache.org/viewvc/openoffice/trunk/main/offuh/"><code>offuh</code></a></td>
+
"https://github.com/apache/openoffice/tree/trunk/main/offuh"><code>offuh</code></a></td>
<td bgcolor="#f0f0f0" valign="top">Generates UNO headers for
C++.
@@ -73,7 +73,7 @@
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"https://svn.apache.org/viewvc/openoffice/trunk/main/odk/"><code>odk</code></a></td>
+
"https://github.com/apache/openoffice/tree/trunk/main/odk"><code>odk</code></a></td>
<td bgcolor="#f0f0f0" valign="top">The module builds the first
step of the Apache OpenOffice Software Development Kit (SDK).</td>
@@ -81,14 +81,14 @@
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"https://svn.apache.org/viewvc/openoffice/trunk/main/bean/"><code>bean</code></a></td>
+
"https://github.com/apache/openoffice/tree/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=
-
"https://svn.apache.org/viewvc/openoffice/trunk/main/unodevtools/"><code>unodevtools</code></a></td>
+
"https://github.com/apache/openoffice/tree/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>
@@ -105,7 +105,7 @@
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"https://svn.apache.org/viewvc/openoffice/trunk/main/unoil/"><code>unoil</code></a></td>
+
"https://github.com/apache/openoffice/tree/trunk/main/unoil"><code>unoil</code></a></td>
<td bgcolor="#f0f0f0" valign="top">Generates Java class files.
<br>
@@ -115,7 +115,7 @@
<tr>
<td bgcolor="#f0f0f0" valign="top"><a href=
-
"https://svn.apache.org/viewvc/openoffice/trunk/main/ridljar/"><code>ridljar</code></a></td>
+
"https://github.com/apache/openoffice/tree/trunk/main/ridljar"><code>ridljar</code></a></td>
<td bgcolor="#f0f0f0" valign="top">Generates Java class files.
<br>
diff --git a/content/dba/development/project_structure.html
b/content/dba/development/project_structure.html
index 384d266da9..10e6856af3 100644
--- a/content/dba/development/project_structure.html
+++ b/content/dba/development/project_structure.html
@@ -49,7 +49,7 @@
<td style="vertical-align: top;">Functionality</td>
</tr>
<tr class="OddTableRow">
- <td style="vertical-align: top;" width="15%"><a
href="http://svn.apache.org/viewvc/openoffice/trunk/main/connectivity/">connectivity</a><br/>
+ <td style="vertical-align: top;" width="15%"><a
href="https://github.com/apache/openoffice/tree/trunk/main/connectivity">connectivity</a><br/>
</td>
<td style="vertical-align: top;">Base connectivity. This module
contains database
driver implementations for ODBC 3.0, JDBC, ADO, dBase, and CSV
files. The way
@@ -58,7 +58,7 @@
</td>
</tr>
<tr class="EvenTableRow">
- <td style="vertical-align: top;" width="15%"><a
href="http://svn.apache.org/viewvc/openoffice/trunk/main/dbaccess/">dbaccess</a><br/>
+ <td style="vertical-align: top;" width="15%"><a
href="https://github.com/apache/openoffice/tree/trunk/main/dbaccess">dbaccess</a><br/>
</td>
<td style="vertical-align: top;">Database access layer. This
module contains code
for accessing databases from applications. It also contains the
following:
@@ -92,7 +92,7 @@
</td>
</tr>
<tr class="OddTableRow">
- <td style="vertical-align: top;" width="15%"><a
href="http://svn.apache.org/viewvc/openoffice/trunk/main/forms/">forms</a><br/>
+ <td style="vertical-align: top;" width="15%"><a
href="https://github.com/apache/openoffice/tree/trunk/main/forms">forms</a><br/>
</td>
<td style="vertical-align: top;">This module, though currently
part of the GSL
project, is related to Database access as well. It contains most
of the code
@@ -102,7 +102,7 @@
</td>
</tr>
<tr class="EvenTableRow">
- <td style="vertical-align: top;" width="15%"><a
href="http://svn.apache.org/viewvc/openoffice/trunk/main/svx/">svx</a><br/>
+ <td style="vertical-align: top;" width="15%"><a
href="https://github.com/apache/openoffice/tree/trunk/main/svx">svx</a><br/>
</td>
<td style="vertical-align: top;">Additional implementations for
integrating the
form layer into the applications can be found in the SVX module,
project
diff --git a/content/feed.xml b/content/feed.xml
index 13346034d6..1d82f91041 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -6,8 +6,8 @@
<atom:link href="http://localhost:8820/feed.xml" rel="self"
type="application/rss+xml" />
<description>OpenOffice.org Feed</description>
<language>en-us</language>
- <pubDate>Thu, 27 Feb 2025 14:40:30 +0000</pubDate>
- <lastBuildDate>Thu, 27 Feb 2025 14:40:30 +0000</lastBuildDate>
+ <pubDate>Thu, 27 Feb 2025 15:08:37 +0000</pubDate>
+ <lastBuildDate>Thu, 27 Feb 2025 15:08:37 +0000</lastBuildDate>
</channel>