[Laszlo-checkins] r343 - in openlaszlo/trunk/docs: installation src/wrappers

perforce@openlaszlo.org perforce at openlaszlo.org
Sat Apr 29 11:19:58 EDT 2006


Author: perforce
Date: 2006-04-29 11:19:58 -0400 (Sat, 29 Apr 2006)
New Revision: 343

Modified:
   openlaszlo/trunk/docs/installation/install-instructions.html
   openlaszlo/trunk/docs/installation/upgrade-instructions.html
   openlaszlo/trunk/docs/src/wrappers/event-declaration.html
Log:
Change:	41924

User:	jsundman

Description:
	Summary: minor tweaks to installation instructions
	Technical Reviewer: na
	Bugs Fixed: LPP-719
	New Features: na
	QA Reviewer: ant doc
	Doc Reviewer: moi

Modified: openlaszlo/trunk/docs/installation/install-instructions.html
===================================================================
--- openlaszlo/trunk/docs/installation/install-instructions.html	2006-04-29 15:18:31 UTC (rev 342)
+++ openlaszlo/trunk/docs/installation/install-instructions.html	2006-04-29 15:19:58 UTC (rev 343)
@@ -17,10 +17,10 @@
 
 
 <!-- this is the page subtitle... -->
-<h2>Installing Laszlo Presentation Server</h2>
+<h2>Installing OpenLaszlo Server</h2>
 
 
-<p>This page steps you through installing the Laszlo Presentation Server (LPS) 
+<p>This page steps you through installing the OpenLaszlo server (formerly called Laszlo Presentation Server (LPS)) 
 and verifying that it is installed properly by running a Laszlo application.</p>
 
 <h2>Java</h2>
@@ -151,7 +151,7 @@
 
 <!-- lz_content_end -->
 <!-- * H_LZ_COPYRIGHT_BEGIN *********************************************** -->
-<p class="copyright">Copyright &copy; 2002-2005 <a target="_top"
+<p class="copyright">Copyright &copy; 2002-2006 <a target="_top"
 href="http://www.laszlosystems.com/">Laszlo Systems, Inc.</a>
 All Rights Reserved. Unauthorized use, duplication or
 distribution is strictly prohibited. This is the proprietary

Modified: openlaszlo/trunk/docs/installation/upgrade-instructions.html
===================================================================
--- openlaszlo/trunk/docs/installation/upgrade-instructions.html	2006-04-29 15:18:31 UTC (rev 342)
+++ openlaszlo/trunk/docs/installation/upgrade-instructions.html	2006-04-29 15:19:58 UTC (rev 343)
@@ -13,13 +13,12 @@
 <body>
 <!-- lz_content_start -->
 <!-- this is the page subtitle... -->
-<h2>Upgrading the Laszlo Presentation Server</h2>
+<h2>Upgrading the OpenLaszlo Server (formerly called Laszlo Presentation Server)</h2>
 
 <p>To upgrade from any previous release to @VERSIONID@:</p>
 
 <ol>
-    <li>Read the <a href="../release-notes.html">release notes</a> and, in particular, see 
-         the <a href="../release-notes.html#Porting">LZX v1 to 2.0 porting guide</a>.</li>
+    <li>Read the <a href="../release-notes.html">release notes</a>.</li>
     <li>Stop the LPS if it is already running.</li>
     <li>Run the @VERSIONID@ installer.</li>
     <li>Copy any LZX files from your my-apps directory in the previous release the new my-apps directory in @VERSIONID at .</li>
@@ -27,7 +26,7 @@
 </ol>
 <!-- lz_content_end -->
 <!-- * H_LZ_COPYRIGHT_BEGIN *********************************************** -->
-<p class="copyright">Copyright &copy; 2002-2005 <a target="_top"
+<p class="copyright">Copyright &copy; 2002-2006 <a target="_top"
 href="http://www.laszlosystems.com/">Laszlo Systems, Inc.</a>
 All Rights Reserved. Unauthorized use, duplication or
 distribution is strictly prohibited. This is the proprietary

Modified: openlaszlo/trunk/docs/src/wrappers/event-declaration.html
===================================================================
--- openlaszlo/trunk/docs/src/wrappers/event-declaration.html	2006-04-29 15:18:31 UTC (rev 342)
+++ openlaszlo/trunk/docs/src/wrappers/event-declaration.html	2006-04-29 15:19:58 UTC (rev 343)
@@ -22,7 +22,7 @@
 </lzelement>
 
 <p>The <tagname>event</tagname> tag declares that the containing
-object can generate the event named <attribute>name</attribute>. </p>
+object can generate the event named <attribute>name</attribute>. Note that the name of the event must not begin witn an underscore.</p>
 
 <ol>
 



More information about the Laszlo-checkins mailing list