This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/main by this push:
new 7e2d454fad Change links from Subversion to GitHub
7e2d454fad is described below
commit 7e2d454fada6eadacfe8c8834675d579e3935eb9
Author: mseidel <[email protected]>
AuthorDate: Thu Feb 27 16:02:20 2025 +0100
Change links from Subversion to GitHub
---
content/dba/development/project_structure.html | 8 ++++----
part2/content/api/modules.html | 16 ++++++++--------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/content/dba/development/project_structure.html
b/content/dba/development/project_structure.html
index 3929ac4cd2..99d66fab44 100644
--- a/content/dba/development/project_structure.html
+++ b/content/dba/development/project_structure.html
@@ -29,7 +29,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
@@ -38,7 +38,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:
@@ -72,7 +72,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
@@ -82,7 +82,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/part2/content/api/modules.html b/part2/content/api/modules.html
index 50a437e01d..a864e6cc1f 100644
--- a/part2/content/api/modules.html
+++ b/part2/content/api/modules.html
@@ -23,7 +23,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.
@@ -33,7 +33,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.
@@ -43,7 +43,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++.
@@ -54,7 +54,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>
@@ -62,14 +62,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>
@@ -86,7 +86,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>
@@ -96,7 +96,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>