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 e2f7b87  git-site-role commit from build_staging.sh
e2f7b87 is described below

commit e2f7b878908b2ca13c64486695e06658b764bbe8
Author: jenkins <[email protected]>
AuthorDate: Sun May 23 20:46:37 2021 +0000

    git-site-role commit from build_staging.sh
---
 content/dba/index.html | 42 +++++++++++++++++++++---------------------
 content/feed.xml       |  4 ++--
 2 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/content/dba/index.html b/content/dba/index.html
index 2edd156..c3a8c4f 100644
--- a/content/dba/index.html
+++ b/content/dba/index.html
@@ -9,7 +9,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>
   
     
@@ -31,7 +31,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>
@@ -39,7 +39,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>
@@ -47,24 +47,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>
@@ -73,36 +73,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>
 
 
diff --git a/content/feed.xml b/content/feed.xml
index fa031ac..fa3225f 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>Sun, 23 May 2021 20:36:17 +0000</pubDate>
-    <lastBuildDate>Sun, 23 May 2021 20:36:17 +0000</lastBuildDate>
+    <pubDate>Sun, 23 May 2021 20:45:29 +0000</pubDate>
+    <lastBuildDate>Sun, 23 May 2021 20:45:29 +0000</lastBuildDate>
     
 
   </channel> 

Reply via email to