You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2020/05/11 18:46:05 UTC

svn commit: r1060371 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/dba/development/project_structure.html content/dba/development/projects.html

Author: buildbot
Date: Mon May 11 18:46:05 2020
New Revision: 1060371

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/dba/development/project_structure.html
    websites/staging/ooo-site/trunk/content/dba/development/projects.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 11 18:46:05 2020
@@ -1 +1 @@
-1877530
+1877600

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 11 18:46:05 2020
@@ -1 +1 @@
-1877530
+1877600

Modified: websites/staging/ooo-site/trunk/content/dba/development/project_structure.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/dba/development/project_structure.html (original)
+++ websites/staging/ooo-site/trunk/content/dba/development/project_structure.html Mon May 11 18:46:05 2020
@@ -102,8 +102,8 @@
             <td style="vertical-align: top;" width="15%"><a href="http://svn.apache.org/viewvc/openoffice/trunk/main/svx/">svx</a><br/>
             </td>
             <td style="vertical-align: top;">Additional implementations for integrating the
-              form layer into the aplications can be found in the SVX module, project
-              grahics. Here, the directories svx/source/form and svx/source/fmcomp belong to
+              form layer into the applications can be found in the SVX module, project
+              graphics. Here, the directories svx/source/form and svx/source/fmcomp belong to
               Database Access.<br/>
               <br/>
               Additionally, basics for the form layer (more precise, basics for integrating

Modified: websites/staging/ooo-site/trunk/content/dba/development/projects.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/dba/development/projects.html (original)
+++ websites/staging/ooo-site/trunk/content/dba/development/projects.html Mon May 11 18:46:05 2020
@@ -43,7 +43,7 @@
       about OOo's code infrastructure.</p>
       <p>Note that this list doesn't claim to be a complete repository of what will be
       done in the near/medium future. There may be items on the list which will never
-      be realized, and there definately are items which are not on the list, but will
+      be realized, and there definitely are items which are not on the list, but will
       be implemented.</p>
       <p>If you are interested in anything from the list, please speak at
         <a href="mailto:dev@dba.openoffice.org">dev@dba.openoffice.org</a>. We'll gladly
@@ -78,7 +78,7 @@
 
       <h3>General Notes</h3>
       <p>Whenever we talk about user interface work, this implies working with VCL, the
-      Visual Class Library in OpenOffice.org. If you are not familar with it, you
+      Visual Class Library in OpenOffice.org. If you are not familiar with it, you
       will curse it, since especially some of the older parts never heard the word
       "documentation". On the other hand: In opposite to the native platform
       controls, everything is there as source code, so if you like "learning by
@@ -102,7 +102,7 @@
 
       <p>A note about the effort: This is a rather rough guess at the moment. In
       general, it may be a good idea to add two or more weeks or so simply for
-      becoming familar with the code and some concepts, so if it is "2 weeks", don't
+      becoming familiar with the code and some concepts, so if it is "2 weeks", don't
       expect to start today and finish it in 14 days ...</p>
 		
 		<hr style="width: 100%; height: 2px;">
@@ -120,7 +120,7 @@
       <!-- ================================ -->
       <!-- SDBC driver for LDAP directories -->
       <h3><a name="ldap"></a>SDBC driver for LDAP directories</h3>
-      <p>The descirption of this project has been moved to
+      <p>The description of this project has been moved to
       <a href="http://wiki.services.openoffice.org/wiki/Base_To-Do/SDBC_driver_for_LDAP_directories" target="_blank">our
       Wiki</a>.</p>
 		
@@ -129,7 +129,7 @@
       <!-- ========================== -->
       <!-- New/Enhanced Form Controls -->
       <h3><a name="form_controls"></a>New/Enhanced Form Controls</h3>
-      <p>The descirption of this project has been moved to
+      <p>The description of this project has been moved to
       <a href="http://wiki.services.openoffice.org/wiki/Base_To-Do/New+Enhanced_Form_Controls" target="_blank">our
       Wiki</a>.</p>
 		
@@ -139,8 +139,8 @@
       <!-- Dialogs with Form Functionality -->
       <h3><a name="form_dialogs"></a>Dialogs with Form Functionality</h3>
       <h4>description</h4>
-      <p>When creating a form, the user always needs to bother with a writer (or calc or
-      draw) document. Very often, this is much too oversized. It would be sufficient
+      <p>When creating a form, the user always needs to bother with a Writer (or Calc or
+      Draw) document. Very often, this is much too oversized. It would be sufficient
       to have a simple dialog which contains all the data access controls. Now that
       we have UNO-based dialogs (in the Basic IDE), this is possible in general, as
       there already are some basics for doing this. There still would be a lot of
@@ -171,8 +171,8 @@
             <td class="effort_header">useful skills</td>
             <td>
               <ul>
-                <li>familarity with OOo's database access and form API</li>
-                <li>familarity with OOo's toolkit API (module com.sun.star.awt)</li>
+                <li>familiarity with OOo's database access and form API</li>
+                <li>familiarity with OOo's toolkit API (module com.sun.star.awt)</li>
               </ul>
             </td>
           </tr>
@@ -273,12 +273,12 @@
       into one are the .properties, .log, .data and .backup files. The new single file will be accessed
       only as a random access file.</p>
 
-      <p>The project consists of developing an interface between exsisting code. At the low level, there is
+      <p>The project consists of developing an interface between existing code. At the low level, there is
       already an implementation of a random access file, org.hsqldb.persist.ScaledRAFile. The new interfaces
       will allow existing file services to use the single random access file.</p>
 
       <p>All the files in the org.hsqldb.persist package should be studied, with the understanding that the
-      funtionality of many of these files, including lock and property saving functionality, will become
+      functionality of many of these files, including lock and property saving functionality, will become
       redundant with the introduction of single file persistence.</p>
 
       <p>The student is expected to study and become proficient in the Java IO packages and the API calls to
@@ -383,7 +383,7 @@
             <td class="effort_header">useful skills</td>
             <td>
               <ul>
-                <li>familarity with OOo's database access API</li>
+                <li>familiarity with OOo's database access API</li>
               </ul>
             </td>
           </tr>
@@ -413,7 +413,7 @@
       ADO, dBase and CSV are among the databases and database management systems
       currently supported. Each SDBC provider is implemented as a UNO component.</p>
 
-      <p>It could be useful to have a dedicated driver for accessign vCards.
+      <p>It could be useful to have a dedicated driver for accessing vCards.
       There is an infrastructure in the existing SDBC implementations for file-based
       databases, which could be relatively easily specialized for vCard access. This would
       broaden the range of address book data which can be used in OpenOffice.org.</p>
@@ -425,7 +425,7 @@
             <td>
               <ul>
                 <li>C++</li>
-                <li>familarity with UNO</li>
+                <li>familiarity with UNO</li>
               </ul>
             </td>
           </tr>
@@ -433,7 +433,7 @@
             <td class="effort_header">useful skills</td>
             <td>
               <ul>
-                <li>familarity with OOo's database access API</li>
+                <li>familiarity with OOo's database access API</li>
               </ul>
             </td>
           </tr>
@@ -495,7 +495,7 @@
       filter dialog is abstract enough, then on the long term we can use it for the
       filter navigator, too. This would require some discipline in designing the
       classes for the new implementations, and some abstraction capabilities.
-      However, this is not the primary goal of this implementaton.</p>
+      However, this is not the primary goal of this implementation.</p>
 
       <table style="text-align: left;" cellspacing="0">
         <tbody>
@@ -511,7 +511,7 @@
             <td class="effort_header">useful skills</td>
             <td>
               <ul>
-                <li>familarity with VCL (OpenOffice.org's visual toolkit)</li>
+                <li>familiarity with VCL (OpenOffice.org's visual toolkit)</li>
               </ul>
             </td>
           </tr>