You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2014/05/30 21:23:49 UTC

svn commit: r1598707 - /db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml

Author: rhillegas
Date: Fri May 30 19:23:48 2014
New Revision: 1598707

URL: http://svn.apache.org/r1598707
Log:
DERBY-6592: Cleanup website dita instructions; commit derby-6592-02-aa-ditaInstructionsCleanup.diff.

Modified:
    db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml

Modified: db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml
URL: http://svn.apache.org/viewvc/db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml?rev=1598707&r1=1598706&r2=1598707&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/manuals/dita.xml Fri May 30 19:23:48 2014
@@ -41,8 +41,8 @@ from <a href="http://sourceforge.net/pro
 Note that the <code>https</code> is required (not <code>http</code>) if you will
 be committing changes.
 </li>
-<li><p><a href="http://ant.apache.org/">Apache Ant</a> version 1.6.2 or later</p></li>
-<li>Any JDK 1.4.2 or later. Java's reference implementation is at <a href="http://java.sun.com/javase/">http://java.sun.com/javase/</a>.</li>
+<li><p><a href="http://ant.apache.org/">Apache Ant</a> version 1.9.2 or later</p></li>
+<li>Any JDK at level Java 6 or later. Java's reference implementation is at <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a>.</li>
 <li> Set up your subversion configuration file according to
      the <a href="http://www.apache.org/dev/version-control.html#https-svn">ASF
      instructions</a>.
@@ -61,7 +61,7 @@ be committing changes.
 
 <p>To set up your environment for creating output from DITA-source:
 </p>
-<ol><li>Install the JDK 1.4.2 or later implementation.</li>
+<ol><li>Install the JDK for Java 6 or later.</li>
 <li><p>Extract the DITA source files, Apache FOP, and the <code>build.xml</code> file from svn using the command described above. We will call the extraction home directory <code>%DOC_ROOT%/trunk</code>.  For example, after extracting, the <em>Getting Started with Derby</em> DITA files would be located in <code>%DOC_ROOT%/trunk/src/getstart/</code>.
 </p></li>
 <li><p>Place the downloaded DITA-OT1.1.2.1_bin-ASL.zip file into the lib directory where you have checked out the DITA source files, <code>%DOC_ROOT%/trunk/lib</code>. The first time you build one of the manuals, Ant will extract the DITA Toolkit to the <code>%DOC_ROOT%/trunk/</code> directory.  After extraction, the DITA Toolkit files should be located in <code>%DOC_ROOT%/trunk/DITA-OT1.1.2.1/</code>.</p></li>
@@ -112,7 +112,7 @@ Guidelines for writing Derby information
 <li>Enter the desired <code>ant</code> command on the command line using the following syntax:
 <source>ant &lt;output_type&gt;.&lt;manual_id&gt;</source>
 The <code>&lt;output_type&gt;</code> is the format of the output you wish to create.
-The options are HTML, PDF, or monohtml.  The <code>&lt;manual_id&gt;</code> is 
+The options are HTML or PDF.  The <code>&lt;manual_id&gt;</code> is 
 the id of the manual that you want to output.  The id is the same as the name 
 of the directory containing that manual's DITA source files in 
 <code>%DOC_ROOT%/trunk/src/</code>. A list of the ids are shown in the table
@@ -122,20 +122,15 @@ below. For example, to create PDF output
 </li>
 </ol>
 <p>
-To create PDF or HTML output for ALL SIX manuals at once, specify the output 
+To create PDF or HTML output for ALL manuals at once, specify the output 
 type with no manual. For example:</p>
 <source>ant pdf</source>
 <p>or</p>
 <source>ant html</source>
-<p>or</p>
-<source>ant monohtml</source>
-<p>To create all three output formats for just one manual, enter the manual 
-with no type. For example, the command shown below builds PDF, HTML, and MONOHTML
+<p>To create both formats for just one manual, enter the manual 
+with no type. For example, the command shown below builds PDF and HTM
 for the <em>Getting Started with Derby</em> guide:</p>
 <source>ant getstart</source>
-<p><strong>Note:</strong> <code>monohtml</code> creates a single HTML file for 
-the manual you specify, while <code>html</code> creates multiple HTML files 
-with a navigation tree.</p>
 <p>The output files will be built by the ant file and placed in the 
 <code>%DOC_ROOT%/trunk/out/</code> directory.  If any of the software is not 
 set up and configured correctly, the build will fail.</p> 
@@ -165,6 +160,10 @@ set up and configured correctly, the bui
          <td>Derby Reference Manual</td>
    </tr> 
 <tr> 
+         <td>security</td>
+         <td>Derby Security Guide</td>
+   </tr> 
+<tr> 
          <td>tools</td>
          <td>Derby Tools and Utilities Guide</td>
    </tr> 
@@ -464,6 +463,6 @@ remove the check from "Patch Available".
 </section>
 
 
-<p><em>Last Updated: March 19, 2007</em></p>
+<p><em>Last Updated: May 30, 2014</em></p>
 </body>
 </document>