[Libreoffice-commits] core.git: Branch 'aoo/trunk' - odk/docs odk/examples odk/index.html

Tsutomu Uchino hanya at apache.org
Sun Jan 12 04:07:50 PST 2014


 odk/docs/install.html      |   22 +++++++++++-----------
 odk/docs/tools.html        |    5 ++---
 odk/examples/examples.html |    4 ++--
 odk/index.html             |    4 ++--
 4 files changed, 17 insertions(+), 18 deletions(-)

New commits:
commit 8cae5708c761ba10a87f3616a669df03e6ba0039
Author: Tsutomu Uchino <hanya at apache.org>
Date:   Sun Jan 12 12:02:24 2014 +0000

    #i124015# fix errors in html files of SDK

diff --git a/odk/docs/install.html b/odk/docs/install.html
index e3a12cb..5f94d66 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -68,7 +68,7 @@
 		  </td>
 		  </tr> 
 		  <tr valign="top"> 
-          <td><b>Apache OpenOffice %PRODUCT_RELEASE% installation</td>
+          <td><b>Apache OpenOffice %PRODUCT_RELEASE% installation</b></td>
           <td class="content80">The SDK works on top of an existing office 
 		  installation and uses the same libraries as the office installation.</td>
           </tr>
@@ -77,7 +77,7 @@
             <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
           </tr>
 		  <tr valign="top"> 
-          <td><b>JDK (1.5 or higher)<b></td>
+          <td><b>JDK (1.5 or higher)</b></td>
           <td class="content80">
 		  <p>A JDK is necessary for developing Java components or applications. An appropriate Java SDK can be found on <a target="_blank" href="http://java.sun.com/products" title="link to the Java SDK download page (online)">http://java.sun.com/products</a>.</p>
 		  <p>Recommendation is to use Java 6 excepting for Mac OS because initially Mac OS supported a 64bit version of Java 6 only.</p>
@@ -87,7 +87,7 @@
             <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
           </tr>
 		  <tr valign="top"> 
-          <td><b>C++ compiler<b></td>
+          <td><b>C++ compiler</b></td>
           <td class="content80">A C++ compiler is necessary for developing C++ 
 		  components or applications. UNO depends on a compiler dependent language 
 		  binding, so that we use the appropriate compiler where a language binding 
@@ -106,13 +106,13 @@
 		  <td class="cell80">Microsoft C++ Compiler, Microsoft Visual Studio 2008 or the Express version (cl, version 15.00.21022)</td>
 		  </tr>
 		  </table>
-		  <p><b>Note</b>: The C++ compiler is <b><u>optional</u></b>! If you use the Express edition you have to ensure that the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en">Microsoft Visual Studio 2008 Redistributable Package</a> is also installed. You can download this package from Microsoft directly.</a></p></td>
+		  <p><b>Note</b>: The C++ compiler is <b><u>optional</u></b>! If you use the Express edition you have to ensure that the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en">Microsoft Visual Studio 2008 Redistributable Package</a> is also installed. You can download this package from Microsoft directly.</p></td>
           </tr>
 		  <tr valign="middle"> 
             <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
           </tr>
 		  <tr valign="top"> 
-          <td><b>Microsoft .NET Framework SDK version 1.0 or higher<b></td>
+          <td><b>Microsoft .NET Framework SDK version 1.0 or higher</b></td>
           <td class="content80">The SDK is required for building CLI applications. 
 		  That is, programs written in languages, such as C# or VB.NET.<br>
 		  <p><b>Note</b>: The .NET Framework is <b><u>optional</u></b>!</p></td>
@@ -121,7 +121,7 @@
             <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
           </tr>
 		  <tr valign="top"> 
-          <td><b>GNU make (3.79.1 or higher)<b></td>
+          <td><b>GNU make (3.79.1 or higher)</b></td>
           <td class="content80">
 		  <p>GNU make is used to build the examples of the SDK. GNU make is available from <a target="_blank" href="http://www.gnu.org" title="link to www.gnu.org (online)">http://www.gnu.org</a>. It can be ftped via <a target="_blank" href="ftp://ftp.gnu.org/gnu/make" title="link to gnumake on www.gnu.org (online)">ftp://ftp.gnu.org/gnu/make</a></p>
 		  <p><b>Note</b>: Windows user can find an executable of gnu make under <a target="_blank" href="http://www.mingw.org/wiki/Getting_Started" title="link to the MinGW Getting Started wiki (online)">http://www.mingw.org/wiki/Getting_Started</a> (see the mingw32-make link under "Manual Installation"). Do not use the Cygwin make, because it does not
@@ -131,7 +131,7 @@
             <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
           </tr>
 		  <tr valign="top"> 
-          <td><b>zip tool (2.3 or higher)<b></td>
+          <td><b>zip tool (2.3 or higher)</b></td>
           <td class="content80">The zip tool is used to create UNO packages. zip is 
 		  a new requirement to make the SDK independent of a Java SDK.<br>
 		  If you do not have these already, you can download them from <a target="_blank" href="http://www.info-zip.org" title="link to www.ubfi-zip.org (online)">http://www.info-zip.org</a>. Note: The cygwin zip.exe does not work for the build under 
@@ -141,7 +141,7 @@
             <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
           </tr>
           <tr valign="top">
-          <td><b>cat and sed tools<b></td>
+          <td><b>cat and sed tools</b></td>
           <td class="content80">The cat and set tools are used to create some extensions.
           <p><b>Note for Windows users</b>: If you do not have these already, you can download them from
           <a target="_blank" href="http://sourceforge.net/projects/unxutils/files/latest/downloadg" title="link to UnxUtils (online)">http://sourceforge.net/projects/unxutils/files/latest/download</a>.</p>
@@ -150,7 +150,7 @@
 		  <tr valign="middle"> 
             <td colspan="2"><img class="line" src="images/sdk_line-1.gif"></td>
           </tr>
-          <td><b>Boost (<b>Unix only</b> and optional)<b></td>
+          <td><b>Boost (<b>Unix only</b> and optional)</b></td>
           <td class="content80">The boost library is used today on Unix systems as replacement for the stlport library. The stlport library is removed and replaced by either the compiler stl (on Windows) or the boost stl on all Unix based systems. We are planning to switch to the compiler stl completely as soon as possible. The boost headers/library are <b>optional</b> and for C++ development only if stl containers are used.
           <p><b>Download:</b> <a target="_blank" href="http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.bz2/download" title="link to boost version 1.48.0 (online)">http://sourceforge.net/projects/boost/files/boost/1.48.0/boost_1_48_0.tar.bz2/download</a>.</p>
           </td>
@@ -184,7 +184,7 @@
 		  Perl version under <a target="_blank" href="http://www.sunfreeware.com/" title="link to www.sunfreeware.com (online)">http://www.sunfreeware.com/</a> if 
 		  necessary. On Windows, the configure script uses Windows Script and 
 		  a JScipt. If you have problems with Windows Script, you can download a 
-		  newer version of <a href ="http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB-95A22B832CAA&displaylang=en" link"link to the download page for the Windows Script">Windows Script</a>.
+		  newer version of <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB-95A22B832CAA&displaylang=en" title="link to the download page for the Windows Script">Windows Script</a>.
           </p>
           <p>On other versions of Windows, use the batch 
 		  file template <b><OO_SDK_HOME>\setsdkenv_windows.template</b>, 
@@ -366,7 +366,7 @@
 		  </td>
 		  </tr>
           <tr>
-          <td colspan="2" class="cell80"Based OFFICE_HOME, the script
+          <td colspan="2" class="cell80">Based OFFICE_HOME, the script
           additionally creates symbolic links to the public dynamic libraries of
           the office UNO runtime in <i>$OO_SDK_HOME/(solsparc|solintel)/lib</i>, which are
           needed for linking.</td>
diff --git a/odk/docs/tools.html b/odk/docs/tools.html
index f994f82..25a6c8e 100644
--- a/odk/docs/tools.html
+++ b/odk/docs/tools.html
@@ -237,7 +237,7 @@
           <tr>
             <td class="cell15"><code>--log-file <file></code></td>
 			<td class="cell85">custom log file; default: 
-			<i><cache-dir&gt/log.txt</i>.</td>
+			<i><cache-dir>/log.txt</i>.</td>
           </tr>
           <tr>
             <td class="cell15"><code>--shared</code></td>
@@ -246,7 +246,7 @@
 			running!</td>
           </tr>
           <tr>
-		    <td class="cell15"><code>--deployment-context <context&gt</code>
+		    <td class="cell15"><code>--deployment-context <context></code>
 			</td>
 			<td class="cell85">expert feature: explicit deployment context</td>
           </tr>
@@ -353,7 +353,6 @@
 		  <p>You can easily connect to a server started with the 
 		  <code>-u (url)</code> option by using this service, giving the same url 
 		  to resolve. The service provides you an instance from remote.</p>
-		  </p>
 		  </td>
 		</tr>  
       </table>
diff --git a/odk/examples/examples.html b/odk/examples/examples.html
index de4613b..2473e40 100644
--- a/odk/examples/examples.html
+++ b/odk/examples/examples.html
@@ -296,7 +296,7 @@
 		  existing document.</td>
 		  </tr>		  
 		  <tr>
-		  <td class="cell20"><a href="java/DocumentHandling/"title="link to the source directory of the Java DocumentHandling examples">DocumentPrinter</a></td>
+		  <td class="cell20"><a href="java/DocumentHandling/" title="link to the source directory of the Java DocumentHandling examples">DocumentPrinter</a></td>
 		  <td class="cell80">The <i>DocumentPrinter</i> allows you to print the 
 		  favored pages of a specified document on your favored printer.</td>
 		  </tr>		  
@@ -424,7 +424,7 @@
 		  <td class="cell80">Description</td>
 		  </tr>
 		  <tr>
-		  <td class="cell20"><a href="cpp/DocumentLoader/"title="link to the source directory of the C++ DocumentLoader example">DocumentLoader</a></td>
+		  <td class="cell20"><a href="cpp/DocumentLoader/" title="link to the source directory of the C++ DocumentLoader example">DocumentLoader</a></td>
 		  <td class="cell80">This component works the same as the appropriate Java 
 		  example, but is implemented in C++.</td>
 		  </tr>		  
diff --git a/odk/index.html b/odk/index.html
index 3882f02..5fc0064 100644
--- a/odk/index.html
+++ b/odk/index.html
@@ -185,9 +185,9 @@
 			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
               </tr>
               <tr valign="middle"> 
-                <td class="content4"><img class="arrow" src="docs/images/arrow-1.gif"</td>
+                <td class="content4"><img class="arrow" src="docs/images/arrow-1.gif"></td>
                 <td width="5%"><a target="_blank" href="http://www.openoffice.org/" title="link to the Apache OpenOffice homepage (online)"><img class="appicon" src="docs/images/ooo-main-app_32.png"></a></td>
-                <td width="21%"><a target="_blank" href="http://www.openoffice.org/" title="link to the Apache OpenOffice homepage (online)">Apache OpenOffice&#153</a></td>
+                <td width="21%"><a target="_blank" href="http://www.openoffice.org/" title="link to the Apache OpenOffice homepage (online)">Apache OpenOffice™</a></td>
                 <td class="content70">Open Source community project of office-productivity software.</td>
               </tr>
             </table>


More information about the Libreoffice-commits mailing list