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 901d9ad  Updated page
901d9ad is described below

commit 901d9ad78ac582650b4fa37547bf1d9d79722520
Author: mseidel <[email protected]>
AuthorDate: Sun May 23 22:39:34 2021 +0200

    Updated page
---
 content/dba/index.html | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/content/dba/index.html b/content/dba/index.html
index f02f15b..1c152af 100644
--- a/content/dba/index.html
+++ b/content/dba/index.html
@@ -4,7 +4,7 @@
     <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
     <meta http-equiv="Content-Style-Type" content="text/css" />
     <style type="text/css">@import url("css/dba.css");</style>
-    <title>OpenOffice.org Base - Project Home</title>
+    <title>OpenOffice Base - Project Home</title>
     <script type="text/javascript" src="/js/dba_default.js"></script>
   </head>
   <body>
@@ -12,7 +12,7 @@
       <b>Project Sections</b>:
           <a href="./index.html"><b>Home</b></a>
         | <a href="./specifications/index.html">Specifications</a>
-        | <a 
href="http://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html";>QA</a>
+        | <a 
href="https://qa.openoffice.org/ooQAReloaded/DatabaseTeamsite/ooQA-TeamDatabase.html";>QA</a>
         | <a href="./development/index.html">Development</a>
         | <a href="./drivers/index.html">Database Drivers</a><br/>
     </div>
@@ -20,7 +20,7 @@
     <hr/>
 
     <div class="dba">
-      <h1>OpenOffice.org Base</h1>
+      <h1>OpenOffice Base</h1>
 
       <div class="axial">
           <p>Please consult with the <a 
href="mailto:[email protected]";>development mailing list</a>.</p>
@@ -28,24 +28,24 @@
 
       <h2>Project Overview</h2>
 
-      <p>Starting as mere database access functionality of the other 
OpenOffice.org applications,
-      <a href="http://www.openoffice.org/product/base.html";>Base</a> has, with 
OpenOffice 3, evolved
+      <p>Starting as mere database access functionality of the other 
OpenOffice applications,
+      <a href="https://www.openoffice.org/product/base.html";>Base</a> has, 
with OpenOffice 3, evolved
       to an own database application. It allows you to access data on an 
external database of your choice (for
-      instance <a href="http://www.mysql.org";>MySQL</a>, <a 
href="http://www.postgresql.org";>PostgreSQL</a>,
-      and many others), plus bundles the <a 
href="http://hsqldb.org/";>HSQLDB</a> database engine,
+      instance <a href="https://www.mysql.org";>MySQL</a>, <a 
href="https://www.postgresql.org";>PostgreSQL</a>,
+      and many others), plus bundles the <a 
href="https://hsqldb.org/";>HSQLDB</a> database engine,
       this way allowing you to kick-start with your own database.</p>
 
       <h2>Participation</h2>
 
       <p>There are various resources here on this page as well as in our
-      <a 
href="http://wiki.services.openoffice.org/wiki/Main_Page";>OpenOffice.org 
Wiki</a>. What are you looking for?
+      <a href="https://wiki.openoffice.org/wiki/Main_Page";>OpenOffice.org 
Wiki</a>. What are you looking for?
       <ul>
         <li><strong>Documentation</strong>
-          <p><a 
href="http://wiki.services.openoffice.org/wiki/Category:Database";>Our Wiki</a> 
features a whole
-          category dedicated to <a 
href="http://wiki.services.openoffice.org/wiki/Category:Base_Documentation";>end-user
+          <p><a href="https://wiki.openoffice.org/wiki/Category:Database";>Our 
Wiki</a> features a whole
+          category dedicated to <a 
href="https://wiki.openoffice.org/wiki/Category:Base_Documentation";>end-user
           documentation for OpenOffice.org Base</a>. There you'll find 
articles, HowTo's, frequently asked questions
           (and answers). You might also want to visit the
-          <a 
href="http://wiki.services.openoffice.org/wiki/Category:Base_Tutorials";>Tutorials</a>
 category.<p>
+          <a 
href="https://wiki.openoffice.org/wiki/Category:Base_Tutorials";>Tutorials</a> 
category.<p>
           <p>As always, you're encouraged to contribute to the Wiki - if you 
find something is missing, or otherwise
           have information to share: just add it!</p>
           </li>
@@ -54,36 +54,36 @@
 
           <p>You want to contribute some coding, but don't know where to 
start? Welcome!</p>
 
-                       
+
                 <p>You can <a 
href="https://issues.apache.org/ooo/buglist.cgi?bug_status=__open__&content=&product=Base&query_format=specific&order=bug_status%2Cpriority%2Cassigned_to%2Cbug_id&limit=0";>browse</a>
 all issues pertaining to Base.
-                       You can also submit Base bugs using BugZilla.</p>
+                       You can also submit Base bugs using Bugzilla.</p>
 
-          <p>Addtionally, you might find the <a 
href="development/project_structure.html">project structure</a> helpful if 
you're pursing
+          <p>Additionally, you might find the <a 
href="development/project_structure.html">project structure</a> helpful if 
you're pursing
                          Base development.</p>
 
           <p>Finally, there is an older list of small to medium self-contained 
projects for developers, so if you're interested,
           <a href="development/projects.html">have a look</a>.</p>
 
-          <p>If you have a pet peeve database which currently poorly connects 
to OpenOffice.org Base, or some other
+          <p>If you have a pet peeve database which currently poorly connects 
to OpenOffice Base, or some other
           structured data which you want Base to be able to access (for 
instance some address book data), writing
           a dedicated driver might be for you. This is easier than it sounds, 
as various contributions have proven
           in the past. Again, <a href="mailto:[email protected]";>our 
developer mailing lists</a> could be your
-          first stop, and the <a 
href="http://wiki.services.openoffice.org/wiki/Base_New_Driver_Tutorial";>Base 
New Driver
+          first stop, and the <a 
href="https://wiki.openoffice.org/wiki/Base_New_Driver_Tutorial";>Base New Driver
           Tutorial</a> your second one.</p>
           </li>
 
         <li><strong>Quality Assurance</strong>
           <p>We're working hard to make Base perfect, but let's face the 
truth: we're not there (yet). If
           you found a bug, or are missing a feature, you can help by
-          <a 
href="http://qa.openoffice.org/issue_handling/pre_submission.html";>describing 
it in IssueZilla</a>,
-          OpenOffice.org's bug tracking system.</p>
+          <a 
href="https://qa.openoffice.org/issue_handling/pre_submission.html";>describing 
it in Bugzilla</a>,
+          OpenOffice's bug tracking system.</p>
 
-          <p>If you have some more time to spend to make OpenOffice.org 
better, consider joining the
-          <a href="http://qa.openoffice.org/";>QA Team</a>.</p>
+          <p>If you have some more time to spend to make OpenOffice better, 
consider joining the
+          <a href="https://qa.openoffice.org/";>QA Team</a>.</p>
 
           <p>If you want to have a look a future features before they're 
available to all others, and help us
           to make them better before we release them to the wild, visit our
-          <a 
href="http://wiki.services.openoffice.org/wiki/Category:Base%27s_Bleeding_Edge";>Bleeding
 Edge</a>
+          <a 
href="https://wiki.openoffice.org/wiki/Category:Base%27s_Bleeding_Edge";>Bleeding
 Edge</a>
           section.</p>
 
 

Reply via email to