Author: jsundman
Date: 2006-11-13 18:04:18 -0800 (Mon, 13 Nov 2006)
New Revision: 2516

Modified:
   openlaszlo/trunk/docs/src/dguide/persistent_connection.html
   openlaszlo/trunk/docs/src/dguide/proxied.html
Log:
placeholded edits in fixmes for legals DHTML deploy solo info

Modified: openlaszlo/trunk/docs/src/dguide/persistent_connection.html
===================================================================
--- openlaszlo/trunk/docs/src/dguide/persistent_connection.html 2006-11-13 
23:21:40 UTC (rev 2515)
+++ openlaszlo/trunk/docs/src/dguide/persistent_connection.html 2006-11-14 
02:04:18 UTC (rev 2516)
@@ -14,6 +14,9 @@
 if you have questions about the robustness of an application that uses
 this version of the persistent connnection.
 </warning>
+<fixme>
+This works in the Flash runtime only. It is not supported in DHTML.
+</fixme>
 
 <p>This document describes persistent connection concepts, definitions, and
 elements. It also demonstrates how to program in LZX using the persistent

Modified: openlaszlo/trunk/docs/src/dguide/proxied.html
===================================================================
--- openlaszlo/trunk/docs/src/dguide/proxied.html       2006-11-13 23:21:40 UTC 
(rev 2515)
+++ openlaszlo/trunk/docs/src/dguide/proxied.html       2006-11-14 02:04:18 UTC 
(rev 2516)
@@ -6,10 +6,7 @@
 
 <body>
 <fixme>
-These things should be converted to serverless operation. Except, that
-requires that the XML files be stored either on the same host as your
-web site or that there be a macromedia crossdomain.xml file where you
-get them from.
+When compiling for DHTML, you should ensure that gzipping is turned on at the 
server. This is done automatically for swf files, but not for DHTML.
 </fixme>
 <fixme>
 Regarding the SOLO deploy wizard, it just zips everything in the applications
@@ -283,7 +280,18 @@
 <p>
 Alternatively you can cause the compilation as a side effect of requesting 
unproxied deployment, as explained in the next section.
 </p>
+<fixme>
+SOLO Deploy "Wizard".
+1) recursive copy of all files in the directory in which the app
+resides, and also includes
+2) An html wrapper file (app.swf.html)
 
+3) these include files
+   filenames.add("lps/includes/embed.js");
+    filenames.add("lps/includes/h.html");
+    filenames.add("lps/includes/h.swf");
+    filenames.add("lps/includes/vbembed.js");
+</fixme>
 
 <h3>How to specify proxied or SOLO deployment</h3>
 <p>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to