[Laszlo-checkins] r9437 - in openlaszlo/trunk/docs/src: deployers developers

lou@openlaszlo.org lou at openlaszlo.org
Mon Jun 2 15:10:55 PDT 2008


Author: lou
Date: 2008-06-02 15:10:06 -0700 (Mon, 02 Jun 2008)
New Revision: 9437

Modified:
   openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk
   openlaszlo/trunk/docs/src/developers/compiler.dbk
Log:
Change 20080602-lou-M by lou at loumac.local on 2008-06-02 18:04:25 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: admin guide: document deployment info provided by Dev Console

Bugs Fixed: LPP-6053

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)

Details: add description of the Server button and a link to the Developer's Console
section in the dguide.

add target ID to compiler.dbk so we can link to it.
    
Tests: visual verify, link check



Modified: openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk
===================================================================
--- openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk	2008-06-02 22:08:02 UTC (rev 9436)
+++ openlaszlo/trunk/docs/src/deployers/deployers-guide.dbk	2008-06-02 22:10:06 UTC (rev 9437)
@@ -7,7 +7,11 @@
 OpenLaszlo Server. If you deploy your applications SOLO, that is, not proxied by the OpenLaszlo Server, you do not need to read this chapter.</para>
  
 <para>An OpenLaszlo application is the set of LZX files and accompanying art
-assets and data files that are used by that application.</para>
+assets and data files that are used by that application. The easiest way to package
+these files is to use the Developer's Console. Clicking on the Server
+button in the Developer's Console opens an HTML page with complete documentation to guide
+you through the process. See <xref linkend="dguide_dev_console"></xref> in the Developer's Guide
+for a complete description. </para>
 
 <para>The OpenLaszlo Server is a set of 100% pure Java classes (along with some
 configuration files) that can be used to develop and deploy OpenLaszlo

Modified: openlaszlo/trunk/docs/src/developers/compiler.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/compiler.dbk	2008-06-02 22:08:02 UTC (rev 9436)
+++ openlaszlo/trunk/docs/src/developers/compiler.dbk	2008-06-02 22:10:06 UTC (rev 9437)
@@ -12,7 +12,7 @@
 
 <para>You can cause compilation either by implicitly calling the compiler through the OpenLaszlo Server, or by explicitly calling it from the command line. The most usual way to invoke the server is using the Developer's Console.</para>
 
-<para/><section><title>The Developer's Console</title>
+<para/><section id="dguide_dev_console"><title>The Developer's Console</title>
 <para>
 The Developer's Console is a small OpenLaszlo application for selecting things like the target runtime, the deployment mode (proxied or SOLO) and whether the debugger is included.  When you first compile an OpenLaszlo application (as explained below), by default it is returned with the Developer's Console appearing at the bottom of the application.</para>
 <para>



More information about the Laszlo-checkins mailing list