From ff9b49ad76234e3b60512fc479343030a6b367ad Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Wed, 18 Aug 2010 09:47:15 +0000
Subject: [PATCH] Cleanup. Remove references to Java 5 since we no longer support it. Cleanup messages, removing unnecessary casts (due to bugs in early versions of Java 5), removing dead code. The minimal version has been set to Java 1.6.0_10. Also cleanup the Java Stubs for MacOS, removed the StatusPanel (replaced by ControlPanel since 1.2), and update Info.plist to require 1.6 or higher, show 2.3 as version.
---
opends/resource/install.html | 204 +++++++++++++++++++++++++-------------------------
1 files changed, 102 insertions(+), 102 deletions(-)
diff --git a/opends/resource/install.html b/opends/resource/install.html
index 76a8829..9bb5d94 100644
--- a/opends/resource/install.html
+++ b/opends/resource/install.html
@@ -1,102 +1,102 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
-<head>
-<title>How To Install Open DS</title>
-<style type="text/css">
-<!--
-body { font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- color: #333; background-color: #fff; }
-h1 { font-size: 2.0em; font-weight: normal;
- margin-top: 0em; margin-bottom: 0em; }
-h2 { font-size: 1.7em; font-weight: normal;
- margin: 1.2em 0em .8em 0em;
- border-bottom: 1px #D9D9D9 solid; }
-h3 { font-size: 1.4em; font-weight: bold;
- margin: 1.2em 0em .8em 0em; }
-
-a:link {color:#069;text-decoration:none;}
-a:visited {color:#069;text-decoration:none;}
-a:active, a:hover {color:#069;text-decoration:underline;}
-
--->
-</style>
-</head>
-
-<body>
-
-<img src="images/opends_logo.png" alt="OpenDS logo" border="0" align=right>
-
-<br>
-
-<h2>How To Install OpenDS</h2>
-<p>If you are reading this page, you have already downloaded and unzipped
-an OpenDS build.
-<p>You can install OpenDS in two modes:
-<ul>
- <li><b>Graphical User Interface (GUI) mode</b>. The GUI mode uses
-QuickSetup, a Java-based graphical tool that enables you to install and configure an
-OpenDS directory server, load it with data and get it running in very little time.
- </li>
- <li><b>Interactive Command-line mode</b>. The interactive command-line utility
- prompts you for required information before the installation and configuration begin.
- </li>
-</ul>
-
-<h3>Before You Install</h3>
-A Java SE 5.0 (version 1.5.0_08) or higher runtime environment must be installed.
-It is recommended that your system have at least 100MB of disk space and
-256MB of free memory to run OpenDS for evaluation purposes. Note that
-you can configure OpenDS in such a way that it requires substantially
-less, or more, disk space. For more information, see the
-<a href="https://www.opends.org/wiki/page/OpenDSSystemRequirements">OpenDS System Requirements</a>.
-
-<h3>To Install OpenDS in GUI mode</h3>
-You can run QuickSetup remotely via Java Web Start, or locally from within the
-build that you have downloaded and unzipped.
-<p>If you run QuickSetup remotely, it automatically downloads and
-unzips the latest weekly build, and handles server configuration.
-
-<a class="external" href="http://opends.org/install/QuickSetup.jnlp">Launch QuickSetup via Java Web Start</a><img class="outlink" src="Install_files/out.png" alt="">.
-</p>
-<p>To run QuickSetup locally:
-</p>
-<ol>
- <li>From the top level of your installation directory, type the following command:
- <span style="font-family: monospace; white-space: pre;">
-(Unix, Linux) setup
-(Windows) setup.bat
- </span>
- </li>
- <li>On Mac systems, double-click on the QuickSetup.app application to launch
- QuickSetup directly from the Finder.<br><br>
- </li>
- <li>Answer the questions in the installation wizard.
- </li>
-</ol>
-
-<h3>To Install OpenDS in Command-Line Mode</h3>
-<ol>
- <li>From the top level of your installation directory, type the following command:
- <br>
- <span style="font-family: monospace; white-space: pre;">
-(Unix, Linux) setup --cli
-(Windows) setup.bat --cli
- </span>
- </li>
- <li>Follow the prompts to provide the required installation information.
- </li>
-</ol>
-
-<h3>See Also</h3>
-<ul>
- <li><a href="https://www.opends.org/wiki/page/InstallingTheOpenDSDirectoryServer">Installing the OpenDS Directory Server</a>
- <br>
- <li> <a href="https://www.opends.org/wiki/page/OverviewOfTheQuickSetupTool">Overview of the QuickSetup Tool</a>
- <br>
- </li>
- <li> <a href="https://www.opends.org/wiki/page/Setup">setup</a>
- </li>
-</ul>
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<title>How To Install Open DS</title>
+<style type="text/css">
+<!--
+body { font-family: Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #333; background-color: #fff; }
+h1 { font-size: 2.0em; font-weight: normal;
+ margin-top: 0em; margin-bottom: 0em; }
+h2 { font-size: 1.7em; font-weight: normal;
+ margin: 1.2em 0em .8em 0em;
+ border-bottom: 1px #D9D9D9 solid; }
+h3 { font-size: 1.4em; font-weight: bold;
+ margin: 1.2em 0em .8em 0em; }
+
+a:link {color:#069;text-decoration:none;}
+a:visited {color:#069;text-decoration:none;}
+a:active, a:hover {color:#069;text-decoration:underline;}
+
+-->
+</style>
+</head>
+
+<body>
+
+<img src="images/opends_logo.png" alt="OpenDS logo" border="0" align=right>
+
+<br>
+
+<h2>How To Install OpenDS</h2>
+<p>If you are reading this page, you have already downloaded and unzipped
+an OpenDS build.
+<p>You can install OpenDS in two modes:
+<ul>
+ <li><b>Graphical User Interface (GUI) mode</b>. The GUI mode uses
+QuickSetup, a Java-based graphical tool that enables you to install and configure an
+OpenDS directory server, load it with data and get it running in very little time.
+ </li>
+ <li><b>Interactive Command-line mode</b>. The interactive command-line utility
+ prompts you for required information before the installation and configuration begin.
+ </li>
+</ul>
+
+<h3>Before You Install</h3>
+A Java SE 6.0 (version 1.6.0_10) or higher runtime environment must be installed.
+It is recommended that your system have at least 100MB of disk space and
+256MB of free memory to run OpenDS for evaluation purposes. Note that
+you can configure OpenDS in such a way that it requires substantially
+less, or more, disk space. For more information, see the
+<a href="https://www.opends.org/wiki/page/OpenDSSystemRequirements">OpenDS System Requirements</a>.
+
+<h3>To Install OpenDS in GUI mode</h3>
+You can run QuickSetup remotely via Java Web Start, or locally from within the
+build that you have downloaded and unzipped.
+<p>If you run QuickSetup remotely, it automatically downloads and
+unzips the latest weekly build, and handles server configuration.
+
+<a class="external" href="http://opends.org/install/QuickSetup.jnlp">Launch QuickSetup via Java Web Start</a><img class="outlink" src="Install_files/out.png" alt="">.
+</p>
+<p>To run QuickSetup locally:
+</p>
+<ol>
+ <li>From the top level of your installation directory, type the following command:
+ <span style="font-family: monospace; white-space: pre;">
+(Unix, Linux) setup
+(Windows) setup.bat
+ </span>
+ </li>
+ <li>On Mac systems, double-click on the QuickSetup.app application to launch
+ QuickSetup directly from the Finder.<br><br>
+ </li>
+ <li>Answer the questions in the installation wizard.
+ </li>
+</ol>
+
+<h3>To Install OpenDS in Command-Line Mode</h3>
+<ol>
+ <li>From the top level of your installation directory, type the following command:
+ <br>
+ <span style="font-family: monospace; white-space: pre;">
+(Unix, Linux) setup --cli
+(Windows) setup.bat --cli
+ </span>
+ </li>
+ <li>Follow the prompts to provide the required installation information.
+ </li>
+</ol>
+
+<h3>See Also</h3>
+<ul>
+ <li><a href="https://www.opends.org/wiki/page/InstallingTheOpenDSDirectoryServer">Installing the OpenDS Directory Server</a>
+ <br>
+ <li> <a href="https://www.opends.org/wiki/page/OverviewOfTheQuickSetupTool">Overview of the QuickSetup Tool</a>
+ <br>
+ </li>
+ <li> <a href="https://www.opends.org/wiki/page/Setup">setup</a>
+ </li>
+</ul>
+</body>
+</html>
--
Gitblit v1.10.0