From 2a7242b3faa1a36ecf64b053242333d37d9a9e02 Mon Sep 17 00:00:00 2001
From: jcambon <jcambon@localhost>
Date: Tue, 12 Feb 2008 12:14:52 +0000
Subject: [PATCH] - Issue #2004 (cont'd) (automatically generate HTML configuration guide)   Modification of the "Welcome" page according Lana's feedbacks

---
 opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java b/opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java
index a43c44f..eb04352 100644
--- a/opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java
+++ b/opends/src/server/org/opends/server/admin/doc/ConfigGuideGeneration.java
@@ -780,8 +780,8 @@
 
     private void genWelcome() {
     htmlHeader("OpenDS Configuration Reference - Welcome");
-    heading2("Welcome");
-    paragraph("Welcome to the OpenDS Configuration Reference. This document " +
+    heading2("About This Reference");
+    paragraph("This reference " +
       "describes the OpenDS configuration properties that can be manipulated " +
       "with the dsconfig command.");
     paragraph("Configuration components are grouped according to the area of " +
@@ -815,6 +815,14 @@
       "component to which each property applies.");
     endList();
 
+    newline();
+    paragraph("When you set up OpenDS, certain components are created in the " +
+      "configuration by default. These components are configured with " +
+      "specific values, which are not necessarily the same as the " +
+      "\"default values\" of new components that you create using dsconfig. " +
+      "The \"default values\" listed in this document refer to the values " +
+      "of the new components that you create using dsconfig.");
+
     htmlFooter();
     generateFile(WELCOME_FILE);
 

--
Gitblit v1.10.0