This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 56f6185c79 git-site-role commit from copy_staging.sh
56f6185c79 is described below
commit 56f6185c792ae55c77d18b9ac931ed308ca638ed
Author: jenkins <[email protected]>
AuthorDate: Thu Feb 27 15:35:23 2025 +0000
git-site-role commit from copy_staging.sh
---
content/api/modules.html | 16 ++++++++--------
content/dba/development/project_structure.html | 8 ++++----
content/feed.xml | 4 ++--
content/stats/countries.html | 4 ++--
content/stats/downloads.html | 2 +-
5 files changed, 17 insertions(+), 17 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 04578581a7..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>Mon, 17 Feb 2025 18:58:35 +0000</pubDate>
- <lastBuildDate>Mon, 17 Feb 2025 18:58:35 +0000</lastBuildDate>
+ <pubDate>Thu, 27 Feb 2025 15:08:37 +0000</pubDate>
+ <lastBuildDate>Thu, 27 Feb 2025 15:08:37 +0000</lastBuildDate>
</channel>
diff --git a/content/stats/countries.html b/content/stats/countries.html
index 7a640b783c..9ad273d122 100644
--- a/content/stats/countries.html
+++ b/content/stats/countries.html
@@ -31,7 +31,7 @@
<p>
The data in this table is based on download statistics gathered by
SourceForge (the host of our downloads) and exposed by them through their
<a
href="https://sourceforge.net/p/forge/documentation/Download%20Stats%20API/">Download
Stats API</a>. The data is collected and aggregated by a
- <a
href="https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/downloads-by-country.py">Python
script</a>.
+ <a
href="https://github.com/apache/openoffice-devtools/blob/main/aoo-stats/downloads-by-country.py">Python
script</a>.
</p>
<p>
@@ -42,7 +42,7 @@
<p>
This table is <b>not</b> live. The data is manually updated.
-</p>
+</p>
<p>
This table shows downloads per <a
href='https://en.wikipedia.org/wiki/Country_code_top-level_domain'>country/territory</a>
for the period from 2012-05-07 to 2024-08-31.
diff --git a/content/stats/downloads.html b/content/stats/downloads.html
index fbb9453552..f346626934 100644
--- a/content/stats/downloads.html
+++ b/content/stats/downloads.html
@@ -113,7 +113,7 @@ These charts use the <a
href="https://www.simile-widgets.org/">SIMILE Timeplot w
<a href="https://www.openoffice.org/stats/aoo-downloads.txt">this data
file</a>. The data in that file based on download statistics gathered by
SourceForge (the host of our downloads) and exposed by them through their
<a
href="https://sourceforge.net/p/forge/documentation/Download%20Stats%20API/">Download
Stats API</a>. The data is collected and aggregated by a
-<a
href="https://svn.apache.org/repos/asf/openoffice/devtools/aoo-stats/detail-by-day.py">Python
script</a>.
+<a
href="https://github.com/apache/openoffice-devtools/blob/main/aoo-stats/detail-by-day.py">Python
script</a>.
</p>
<p>