summaryrefslogtreecommitdiffstats
path: root/odk/index.html
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-06-05 10:22:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-06-05 11:06:14 +0200
commit06c73497580c32f77f2848a6f57feb037516695e (patch)
treee88cb9ef636b5821b175854c5b4d5c58b2cc4617 /odk/index.html
parentFix memory leak in SalGtkFilePicker::execute. (diff)
downloadcore-06c73497580c32f77f2848a6f57feb037516695e.tar.gz
core-06c73497580c32f77f2848a6f57feb037516695e.zip
Some HTML clean up
Change-Id: I5f1b5d5e5fc59bc1496a292a5f002d87584732a4
Diffstat (limited to 'odk/index.html')
-rw-r--r--odk/index.html69
1 files changed, 34 insertions, 35 deletions
diff --git a/odk/index.html b/odk/index.html
index 73deaa61d243..a161fa843fc0 100644
--- a/odk/index.html
+++ b/odk/index.html
@@ -19,10 +19,8 @@
<html>
<head>
<title>LibreOffice %PRODUCT_RELEASE% SDK - Overview</title>
- <link rel="stylesheet" type="text/css" href="docs/sdk_styles.css">
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="author" content="J&uuml;rgen Schmidt">
- <meta name="created" content="2004-12-14">
+ <link rel="stylesheet" type="text/css" href="docs/sdk_styles.css"/>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
</head>
<body>
<div id="BgContainer">
@@ -35,15 +33,15 @@
<div id="Layout">
<div class="typography">
<h1>LibreOffice API Documentation</h1>
-<table class="table1" cellpadding=0>
+<table class="table1" cellpadding="0">
<tr>
- <td colspan="3"><img class="nothing30" src="docs/images/nada.gif"></td>
+ <td colspan="3"><img class="nothing30" src="docs/images/nada.gif"/></td>
</tr>
<tr>
<td colspan="3">
<table class="table2">
<tr>
- <td><img class="nothing8" src="docs/images/nada.gif"></td>
+ <td><img class="nothing8" src="docs/images/nada.gif"/></td>
<td>
<p>LibreOffice %PRODUCT_RELEASE% software is a complete, feature-rich
office productivity suite that provides, in combination with this
@@ -77,35 +75,35 @@
it, and make it possible for all users to quickly get started with
the Office API.</p>
</td>
- <td><img class="nothing8" src="docs/images/nada.gif"></td>
+ <td><img class="nothing8" src="docs/images/nada.gif"/></td>
</tr>
<tr>
- <td><img class="nothing8" src="docs/images/nada.gif"></td>
- <td><img class="line" src="docs/images/sdk_line-1.gif"></td>
- <td><img class="nothing8" src="docs/images/nada.gif"></td>
+ <td><img class="nothing8" src="docs/images/nada.gif"/></td>
+ <td><img class="line" src="docs/images/sdk_line-1.gif"/></td>
+ <td><img class="nothing8" src="docs/images/nada.gif"/></td>
</tr>
<tr>
- <td><img class="nothing8" src="docs/images/nada.gif"></td>
+ <td><img class="nothing8" src="docs/images/nada.gif"/></td>
<td>
<table class="table3">
<tr valign="top">
<td colspan="4" class="head1">Content</td>
</tr>
<tr>
- <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
+ <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"/></td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="docs/install.html" title="link to the installation guide">Installation Guide</a></td>
<td class="content70">An overview of all necessary
installation steps (e.g. environment variables) to use this SDK.</td>
</tr>
<tr valign="middle">
- <td><img class="nothing10" src="docs/images/nada.gif"></td>
- <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
+ <td><img class="nothing10" src="docs/images/nada.gif"/></td>
+ <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"/></td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a></td>
<td class="content70">Detailed documentation, explaining the LibreOffice %PRODUCT_RELEASE%
API and the concepts behind it, with a rich set of examples,
@@ -113,51 +111,51 @@
Apache OpenOffice Wiki.</td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="docs/idl/ref/index.html" title="link to the IDL reference documentation">IDL Reference</a></td>
<td class="content70">Complete LibreOffice %PRODUCT_RELEASE% API reference.</td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="docs/java/ref/index.html" title="link to the Java UNO runtime API reference documentation">Java UNO Runtime Reference </a></td>
<td class="content70">Reference documentation of the Java UNO runtime API.</td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="docs/cpp/ref/index.html" title="link to the C++ API reference documentation">C++ Reference</a></td>
<td class="content70">Reference documentation of the C++ UNO runtime and a
set of C/C++ base and helper functions and classes to abstract from
the system layer.</td>
</tr>
<tr valign="middle">
- <td><img class="nothing10" src="docs/images/nada.gif"></td>
- <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
+ <td><img class="nothing10" src="docs/images/nada.gif"/></td>
+ <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"/></td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="docs/tools.html" title="link to the tools overview page">Development Tools</a></td>
<td class="content70">Overview and a short description of the UNO
development tools.</td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="examples/examples.html" title="link to the examples overview page">Examples</a></td>
<td class="content70">A collection of examples in different
programming languages (Java, Python, C++, Basic, OLE, CLI).</td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="https://gerrit.libreoffice.org/gitweb?p=sdk-examples.git;a=blob;f=README;hb=HEAD" title="link to the git repository README file">Additional Examples</a></td>
<td class="content70">A git repository with additional examples
from various contributors: <code>git clone
https://gerrit.libreoffice.org/sdk-examples</code></td>
</tr>
<tr valign="middle">
- <td><img class="nothing10" src="docs/images/nada.gif"></td>
- <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
+ <td><img class="nothing10" src="docs/images/nada.gif"/></td>
+ <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"/></td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office" title="link to the OASIS Open Office XML Format TC (online)">OASIS Open Document Format for Office Applications (OpenDocument) TC</a></td>
<td class="content70">Link to the OASIS Open Document Format for
Office Applications (OpenDocument) Technical Committee where you
@@ -166,22 +164,22 @@
for LibreOffice %PRODUCT_RELEASE%.</td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="http://xml.openoffice.org/xml_specification.pdf" title="link to the OpenOffice.org XML File Format Specification">OpenOffice.org XML File Format</a></td>
<td class="content70">Specification of the initial OpenOffice.org XML File Format.</td>
</tr>
<tr valign="middle">
- <td><img class="nothing10" src="docs/images/nada.gif"></td>
- <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
+ <td><img class="nothing10" src="docs/images/nada.gif"/></td>
+ <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"/></td>
</tr>
<tr valign="top">
- <td class="content4"><img src="docs/images/arrow-1.gif"></td>
+ <td class="content4"><img src="docs/images/arrow-1.gif"/></td>
<td colspan="2"><a href="share/readme/LICENSE.html" title="link to the SDK license file">License</a></td>
<td class="content70">The license for the LibreOffice %PRODUCT_RELEASE% SDK.</td>
</tr>
</table>
</td>
- <td><img class="nothing8" src="docs/images/nada.gif"></td>
+ <td><img class="nothing8" src="docs/images/nada.gif"/></td>
</tr>
</table>
</td>
@@ -192,11 +190,11 @@
<div id="FooterText">
<p>
Copyright &copy; 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
- <br>
+ <br/>
LibreOffice was created by The Document Foundation,
based on Apache OpenOffice, which is Copyright 2011
The Apache Software Foundation.
- <br>
+ <br/>
The Document Foundation acknowledges all community members, please find more info <a href="http://www.libreoffice.org/about-us/credits/" target="_blank">at our website</a>.
</p>
<p>
@@ -210,6 +208,7 @@
</div>
</div>
</div>
+ </div>
</body>
</html>